Home
last modified time | relevance | path

Searched refs:longestPrefix (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/common/
Ddictbe.cpp119 int32_t longestPrefix() { return prefix; }; in longestPrefix() function in PossibleWord
307 … || words[wordsFound%THAI_LOOKAHEAD].longestPrefix() < THAI_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
539 … || words[wordsFound%LAO_LOOKAHEAD].longestPrefix() < LAO_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
732 … || words[wordsFound%BURMESE_LOOKAHEAD].longestPrefix() < BURMESE_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
938 … || words[wordsFound % KHMER_LOOKAHEAD].longestPrefix() < KHMER_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDictionaryBreakEngine.java76 public int longestPrefix() { in longestPrefix() method in DictionaryBreakEngine.PossibleWord
DBurmeseBreakEngine.java164 … words[wordsFound%BURMESE_LOOKAHEAD].longestPrefix() < BURMESE_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
DLaoBreakEngine.java167 … words[wordsFound%LAO_LOOKAHEAD].longestPrefix() < LAO_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
DKhmerBreakEngine.java168 … words[wordsFound%KHMER_LOOKAHEAD].longestPrefix() < KHMER_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
DThaiBreakEngine.java179 … words[wordsFound%THAI_LOOKAHEAD].longestPrefix() < THAI_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDictionaryBreakEngine.java75 public int longestPrefix() { in longestPrefix() method in DictionaryBreakEngine.PossibleWord
DBurmeseBreakEngine.java163 … words[wordsFound%BURMESE_LOOKAHEAD].longestPrefix() < BURMESE_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
DLaoBreakEngine.java166 … words[wordsFound%LAO_LOOKAHEAD].longestPrefix() < LAO_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
DKhmerBreakEngine.java167 … words[wordsFound%KHMER_LOOKAHEAD].longestPrefix() < KHMER_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()
DThaiBreakEngine.java178 … words[wordsFound%THAI_LOOKAHEAD].longestPrefix() < THAI_PREFIX_COMBINE_THRESHOLD)) { in divideUpDictionaryRange()