Searched refs:LAO_ROOT_COMBINE_THRESHOLD (Results 1 – 3 of 3) sorted by relevance
22 private static final byte LAO_ROOT_COMBINE_THRESHOLD = 3; field in LaoBreakEngine158 if (fIter.getIndex() < rangeEnd && wordLength < LAO_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()
23 private static final byte LAO_ROOT_COMBINE_THRESHOLD = 3; field in LaoBreakEngine159 if (fIter.getIndex() < rangeEnd && wordLength < LAO_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()
446 static const int32_t LAO_ROOT_COMBINE_THRESHOLD = 3; variable558 … if ((int32_t)utext_getNativeIndex(text) < rangeEnd && cpWordLength < LAO_ROOT_COMBINE_THRESHOLD) { in divideUpDictionaryRange()