Searched refs:longestPrefix (Results 1 – 6 of 6) sorted by relevance
144 int32_t longestPrefix() { return prefix; }; in longestPrefix() function in PossibleWord332 … || words[wordsFound%THAI_LOOKAHEAD].longestPrefix() < THAI_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()564 … || words[wordsFound%LAO_LOOKAHEAD].longestPrefix() < LAO_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()757 … || words[wordsFound%BURMESE_LOOKAHEAD].longestPrefix() < BURMESE_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()963 … || words[wordsFound % KHMER_LOOKAHEAD].longestPrefix() < KHMER_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
74 public int longestPrefix() { in longestPrefix() method in DictionaryBreakEngine.PossibleWord
164 … words[wordsFound%LAO_LOOKAHEAD].longestPrefix() < LAO_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
165 … words[wordsFound%KHMER_LOOKAHEAD].longestPrefix() < KHMER_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
161 … words[wordsFound%BURMESE_LOOKAHEAD].longestPrefix() < BURMESE_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
176 … words[wordsFound%THAI_LOOKAHEAD].longestPrefix() < THAI_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()