OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java
133
* <flags> = | hasNext = 1 bit, 1 = yes, 0 = no :
FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT
150
* if (
FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT
) goto bigram_and_shortcut_address_list_is
154
* <flags> = | hasNext = 1 bit, 1 = yes, 0 = no :
FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT
159
* if (
FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT
goto flags
204
static final int
FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT
= 0x80;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java
563
int bigramFlags = (more ? FormatSpec.
FLAG_BIGRAM_SHORTCUT_ATTR_HAS_NEXT
: 0)
[
all
...]
Completed in 133 milliseconds