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
35
public static final String
NOT_A_WORD_TAG
= "not_a_word";
64
builder.append("," +
NOT_A_WORD_TAG
+ "=true");
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java
136
} else if (CombinedFormatUtils.
NOT_A_WORD_TAG
.equals(params[0])) {
Completed in 151 milliseconds