Searched refs:THAI_ROOT_COMBINE_THRESHOLD (Results 1 – 3 of 3) sorted by relevance
24 private static final byte THAI_ROOT_COMBINE_THRESHOLD = 3; field in ThaiBreakEngine172 if (fIter.getIndex() < rangeEnd && wordLength < THAI_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()
25 private static final byte THAI_ROOT_COMBINE_THRESHOLD = 3; field in ThaiBreakEngine173 if (fIter.getIndex() < rangeEnd && wordLength < THAI_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()
173 static const int32_t THAI_ROOT_COMBINE_THRESHOLD = 3; variable301 …f ((int32_t)utext_getNativeIndex(text) < rangeEnd && cpWordLength < THAI_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()