Home
last modified time | relevance | path

Searched refs:UBRK_WORD_NONE (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/unicode/
Dubrk.h150 UBRK_WORD_NONE = 0, enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Dubrk.h150 UBRK_WORD_NONE = 0, enumerator
/third_party/icu/icu4c/source/common/unicode/
Dubrk.h150 UBRK_WORD_NONE = 0, enumerator
/third_party/icu/icu4c/source/test/intltest/
Drbbiapts.cpp663 int32_t tag_lo[] = {UBRK_WORD_NONE, UBRK_WORD_LETTER, UBRK_WORD_NONE, UBRK_WORD_LETTER, in TestRuleStatus()
664 UBRK_WORD_NONE, UBRK_WORD_NUMBER, UBRK_WORD_NONE, in TestRuleStatus()
665 UBRK_WORD_IDEO, UBRK_WORD_NONE}; in TestRuleStatus()
Drbbitst.cpp4629 assertEquals(WHERE, UBRK_WORD_NONE, bi->getRuleStatus()); in TestBug13447()
/third_party/node/deps/v8/src/objects/
Djs-break-iterator.cc225 if (status >= UBRK_WORD_NONE && status < UBRK_WORD_NONE_LIMIT) { in BreakType()
/third_party/icu/docs/userguide/boundaryanalysis/
Dindex.md391 if (breakType != UBRK_WORD_NONE) {
393 // A status value UBRK_WORD_NONE indicates that the boundary does
/third_party/icu/docs/userguide/strings/
Dutext.md117 if (ubrk_getRuleStatus(bi) != UBRK_WORD_NONE) {