Searched refs:THAI_MIN_WORD_SPAN (Results 1 – 3 of 3) sorted by relevance
35 private static final byte THAI_MIN_WORD_SPAN = THAI_MIN_WORD * 2; field in ThaiBreakEngine106 if ((rangeEnd - rangeStart) < THAI_MIN_WORD_SPAN) { in divideUpDictionaryRange()
36 private static final byte THAI_MIN_WORD_SPAN = THAI_MIN_WORD * 2; field in ThaiBreakEngine107 if ((rangeEnd - rangeStart) < THAI_MIN_WORD_SPAN) { in divideUpDictionaryRange()
189 static const int32_t THAI_MIN_WORD_SPAN = THAI_MIN_WORD * 2; variable226 utext_moveIndex32(text, THAI_MIN_WORD_SPAN); in divideUpDictionaryRange()