Searched refs:BURMESE_ROOT_COMBINE_THRESHOLD (Results 1 – 3 of 3) sorted by relevance
24 private static final byte BURMESE_ROOT_COMBINE_THRESHOLD = 3; field in BurmeseBreakEngine157 if (fIter.getIndex() < rangeEnd && wordLength < BURMESE_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()
25 private static final byte BURMESE_ROOT_COMBINE_THRESHOLD = 3; field in BurmeseBreakEngine158 if (fIter.getIndex() < rangeEnd && wordLength < BURMESE_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()
617 static const int32_t BURMESE_ROOT_COMBINE_THRESHOLD = 3; variable726 …((int32_t)utext_getNativeIndex(text) < rangeEnd && cpWordLength < BURMESE_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()