Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DKhmerBreakEngine.java31 private static final byte KHMER_MIN_WORD_SPAN = KHMER_MIN_WORD * 2; field in KhmerBreakEngine
95 if ((rangeEnd - rangeStart) < KHMER_MIN_WORD_SPAN) { in divideUpDictionaryRange()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DKhmerBreakEngine.java32 private static final byte KHMER_MIN_WORD_SPAN = KHMER_MIN_WORD * 2; field in KhmerBreakEngine
96 if ((rangeEnd - rangeStart) < KHMER_MIN_WORD_SPAN) { in divideUpDictionaryRange()
/third_party/skia/third_party/externals/icu/source/common/
Ddictbe.cpp820 static const int32_t KHMER_MIN_WORD_SPAN = KHMER_MIN_WORD * 2; variable
865 if ((rangeEnd - rangeStart) < KHMER_MIN_WORD_SPAN) { in divideUpDictionaryRange()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ddictbe.cpp820 static const int32_t KHMER_MIN_WORD_SPAN = KHMER_MIN_WORD * 2; variable
862 if ((rangeEnd - rangeStart) < KHMER_MIN_WORD_SPAN) { in divideUpDictionaryRange()
/third_party/icu/icu4c/source/common/
Ddictbe.cpp820 static const int32_t KHMER_MIN_WORD_SPAN = KHMER_MIN_WORD * 2; variable
865 if ((rangeEnd - rangeStart) < KHMER_MIN_WORD_SPAN) { in divideUpDictionaryRange()
/third_party/node/deps/icu-small/source/common/
Ddictbe.cpp825 static const int32_t KHMER_MIN_WORD_SPAN = KHMER_MIN_WORD * 2; variable
872 if ((rangeEnd - rangeStart) < KHMER_MIN_WORD_SPAN) { in divideUpDictionaryRange()