am ab5839ae: Merge "Add CODE_POINT_BEGINNING_OF_SENTENCE in native code."

* commit 'ab5839ae0b07b81936c184614a1d6a3b6a0f49b7':
  Add CODE_POINT_BEGINNING_OF_SENTENCE in native code.
main
Keisuke Kuroyanagi 2014-05-01 02:10:59 +00:00 committed by Android Git Automerger
commit f7d17f0fd0
1 changed files with 2 additions and 0 deletions

View File

@ -318,6 +318,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