OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DICTIONARY_TAG
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CombinedFormatUtils.java
27
public static final String
DICTIONARY_TAG
= "dictionary";
40
builder.append(
DICTIONARY_TAG
+ "=");
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java
62
"^" + CombinedFormatUtils.
DICTIONARY_TAG
+ "=[^:]+(:[^=]+=[^:]+)*");
Completed in 757 milliseconds