Searched refs:compareLength (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_policy.cpp | 481 const int compareLength = queryLength + 1 /* terminator */; in getProperty() local 482 if (strncmp(query, UNIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty() 485 } else if (strncmp(query, BIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty() 487 } else if (strncmp(query, MAX_UNIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty() 494 } else if (strncmp(query, MAX_BIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_policy.cpp | 526 const int compareLength = queryLength + 1 /* terminator */; in getProperty() local 527 if (strncmp(query, UNIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty() 530 } else if (strncmp(query, BIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty() 532 } else if (strncmp(query, MAX_UNIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty() 539 } else if (strncmp(query, MAX_BIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty()
|