OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOT_A_WORD_TAG
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CombinedFormatUtils.java
36
public static final String
NOT_A_WORD_TAG
= "not_a_word";
66
builder.append("," +
NOT_A_WORD_TAG
+ "=" + TRUE_VALUE);
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java
143
case CombinedFormatUtils.
NOT_A_WORD_TAG
:
Completed in 364 milliseconds