Home
last modified time | relevance | path

Searched refs:THAI_MIN_WORD_SPAN (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DThaiBreakEngine.java36 private static final byte THAI_MIN_WORD_SPAN = THAI_MIN_WORD * 2; field in ThaiBreakEngine
107 if ((rangeEnd - rangeStart) < THAI_MIN_WORD_SPAN) { in divideUpDictionaryRange()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DThaiBreakEngine.java35 private static final byte THAI_MIN_WORD_SPAN = THAI_MIN_WORD * 2; field in ThaiBreakEngine
106 if ((rangeEnd - rangeStart) < THAI_MIN_WORD_SPAN) { in divideUpDictionaryRange()
/third_party/skia/third_party/externals/icu/source/common/
Ddictbe.cpp192 static const int32_t THAI_MIN_WORD_SPAN = THAI_MIN_WORD * 2; variable
232 utext_moveIndex32(text, THAI_MIN_WORD_SPAN); in divideUpDictionaryRange()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ddictbe.cpp189 static const int32_t THAI_MIN_WORD_SPAN = THAI_MIN_WORD * 2; variable
226 utext_moveIndex32(text, THAI_MIN_WORD_SPAN); in divideUpDictionaryRange()
/third_party/icu/icu4c/source/common/
Ddictbe.cpp192 static const int32_t THAI_MIN_WORD_SPAN = THAI_MIN_WORD * 2; variable
232 utext_moveIndex32(text, THAI_MIN_WORD_SPAN); in divideUpDictionaryRange()
/third_party/node/deps/icu-small/source/common/
Ddictbe.cpp194 static const int32_t THAI_MIN_WORD_SPAN = THAI_MIN_WORD * 2; variable
236 utext_moveIndex32(text, THAI_MIN_WORD_SPAN); in divideUpDictionaryRange()