Searched refs:UBRK_WORD_NONE (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ubrk.h | 150 UBRK_WORD_NONE = 0, enumerator
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ubrk.h | 150 UBRK_WORD_NONE = 0, enumerator
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ubrk.h | 150 UBRK_WORD_NONE = 0, enumerator
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbiapts.cpp | 663 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()
|
D | rbbitst.cpp | 4629 assertEquals(WHERE, UBRK_WORD_NONE, bi->getRuleStatus()); in TestBug13447()
|
/third_party/node/deps/v8/src/objects/ |
D | js-break-iterator.cc | 225 if (status >= UBRK_WORD_NONE && status < UBRK_WORD_NONE_LIMIT) { in BreakType()
|
/third_party/icu/docs/userguide/boundaryanalysis/ |
D | index.md | 391 if (breakType != UBRK_WORD_NONE) { 393 // A status value UBRK_WORD_NONE indicates that the boundary does
|
/third_party/icu/docs/userguide/strings/ |
D | utext.md | 117 if (ubrk_getRuleStatus(bi) != UBRK_WORD_NONE) {
|