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/
UserHistoryForgettingCurveUtils.java
114
/* package */ static int
fcToCount
(byte fc) {
145
final int count =
fcToCount
(fc);
152
int count =
fcToCount
(fc);
167
int count =
fcToCount
(fc);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ForgettingCurveTests.java
26
final int c = UserHistoryForgettingCurveUtils.
fcToCount
(fc);
Completed in 171 milliseconds