OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROBABILITY_TAG
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CombinedFormatUtils.java
30
public static final String
PROBABILITY_TAG
= "f";
91
builder.append(
PROBABILITY_TAG
+ "=" + probabilityInfo.mProbability);
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java
122
} else if (CombinedFormatUtils.
PROBABILITY_TAG
.equals(params[0])) {
148
} else if (CombinedFormatUtils.
PROBABILITY_TAG
.equals(params[0])) {
167
} else if (CombinedFormatUtils.
PROBABILITY_TAG
.equals(params[0])) {
Completed in 491 milliseconds