/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ubrk.h | 99 typedef enum UBreakIteratorType { enum 125 } UBreakIteratorType; typedef 242 ubrk_open(UBreakIteratorType type,
|
D | brkiter.h | 547 UBreakIteratorType kind,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ubrk.h | 102 typedef enum UBreakIteratorType { enum 128 } UBreakIteratorType; typedef 245 ubrk_open(UBreakIteratorType type,
|
D | brkiter.h | 555 UBreakIteratorType kind,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ubrk.h | 102 typedef enum UBreakIteratorType { enum 128 } UBreakIteratorType; typedef 245 ubrk_open(UBreakIteratorType type,
|
D | brkiter.h | 555 UBreakIteratorType kind,
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ubrk.h | 102 typedef enum UBreakIteratorType { enum 128 } UBreakIteratorType; typedef 245 ubrk_open(UBreakIteratorType type,
|
D | brkiter.h | 555 UBreakIteratorType kind,
|
/third_party/flutter/skia/experimental/editor/ |
D | word_boundaries.cpp | 12 static constexpr UBreakIteratorType kIteratorType = UBRK_WORD; in GetUtf8WordBoundaries()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.h | 131 UBreakIteratorType fType;
|
/third_party/icu/icu4c/source/test/testdata/ |
D | casing.txt | 17 …the break iterator (only for titlecasing) is specified as an int, same as in UBreakIteratorType:\n"
|
D | rbbitst.txt | 1525 # UBreakIteratorType UBRK_WORD, Locale "ja" 1550 # UBreakIteratorType UBRK_SENTENCE, Locale "el" 1564 # UBreakIteratorType UBRK_WORD, Locale "en_US_POSIX" 1581 # UBreakIteratorType UBRK_CHARACTER, Locale "th"
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ubrk.cpp | 34 ubrk_open(UBreakIteratorType type, in ubrk_open()
|
D | brkiter.cpp | 327 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType ki… in registerInstance()
|
/third_party/node/deps/icu-small/source/common/ |
D | ubrk.cpp | 34 ubrk_open(UBreakIteratorType type, in ubrk_open()
|
D | brkiter.cpp | 328 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType ki… in registerInstance()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubrk.cpp | 34 ubrk_open(UBreakIteratorType type, in ubrk_open()
|
D | brkiter.cpp | 328 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType ki… in registerInstance()
|
/third_party/icu/icu4c/source/common/ |
D | ubrk.cpp | 34 ubrk_open(UBreakIteratorType type, in ubrk_open()
|
D | brkiter.cpp | 328 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType ki… in registerInstance()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiapts.c | 217 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status); in TestBreakIteratorCAPI() 906 UBreakIteratorType type;
|
/third_party/skia/modules/skunicode/src/ |
D | SkUnicode_icu.cpp | 69 static UBreakIteratorType convertType(SkUnicode::BreakType type) { in convertType()
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 24 bool initialize(SkSpan<const char> text, UBreakIteratorType type) { in initialize()
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/rbbi/ |
D | rbbitst.txt | 1520 # UBreakIteratorType UBRK_WORD, Locale "ja" 1545 # UBreakIteratorType UBRK_SENTENCE, Locale "el" 1559 # UBreakIteratorType UBRK_WORD, Locale "en_US_POSIX" 1576 # UBreakIteratorType UBRK_CHARACTER, Locale "th"
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | rbbitst.txt | 1525 # UBreakIteratorType UBRK_WORD, Locale "ja" 1550 # UBreakIteratorType UBRK_SENTENCE, Locale "el" 1564 # UBreakIteratorType UBRK_WORD, Locale "en_US_POSIX" 1581 # UBreakIteratorType UBRK_CHARACTER, Locale "th"
|