Searched refs:THAI_ROOT_COMBINE_THRESHOLD (Results 1 – 3 of 3) sorted by relevance
23 private static final byte THAI_ROOT_COMBINE_THRESHOLD = 3; field in ThaiBreakEngine171 if (fIter.getIndex() < rangeEnd && wordLength < THAI_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()
22 private static final byte THAI_ROOT_COMBINE_THRESHOLD = 3; field in ThaiBreakEngine170 if (fIter.getIndex() < rangeEnd && wordLength < THAI_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()
198 static const int32_t THAI_ROOT_COMBINE_THRESHOLD = 3; variable326 …f ((int32_t)utext_getNativeIndex(text) < rangeEnd && cpWordLength < THAI_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()