HomeSort by relevance Sort by last modified time
    Searched refs:bigramEntryCount (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_gc_event_listeners.cpp 69 int bigramEntryCount = 0;
71 &bigramEntryCount)) {
74 mValidBigramEntryCount += bigramEntryCount;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
bigram_dict_content.cpp 158 int bigramEntryCount = 0;
161 terminalIdMap, &bigramEntryCount)) {
166 if (bigramEntryCount == 0) {
170 *outBigramEntryCount += bigramEntryCount;

Completed in 67 milliseconds