Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4162cfdc authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Add CODE_POINT_BEGINNING_OF_SENTENCE in native code.

Bug: 14119293
Change-Id: Ib101435e2840172ba004ead081022669647a8ad9
parent 8dac7ce2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -325,6 +325,8 @@ static inline void prof_out(void) {
#define KEYCODE_SPACE ' '
#define KEYCODE_SINGLE_QUOTE '\''
#define KEYCODE_HYPHEN_MINUS '-'
// Code point to indicate beginning-of-sentence. This is not in the code point space of unicode.
#define CODE_POINT_BEGINNING_OF_SENTENCE 0x110000

#define SUGGEST_INTERFACE_OUTPUT_SCALE 1000000.0f
#define MAX_PROBABILITY 255