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