OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcToCount
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UserHistoryForgettingCurveUtils.java
125
/* package */ static int
fcToCount
(byte fc) {
156
final int count =
fcToCount
(fc);
163
int count =
fcToCount
(fc);
178
int count =
fcToCount
(fc);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ForgettingCurveTests.java
28
final int c = UserHistoryForgettingCurveUtils.
fcToCount
(fc);
Completed in 618 milliseconds