Searched refs:UBreakIteratorType (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ubrk.h | 87 typedef enum UBreakIteratorType { enum 109 } UBreakIteratorType; typedef 214 ubrk_open(UBreakIteratorType type,
|
D | brkiter.h | 541 UBreakIteratorType kind,
|
/external/icu/icu4c/source/test/testdata/ |
D | casing.txt | 15 …the break iterator (only for titlecasing) is specified as an int, same as in UBreakIteratorType:\n"
|
D | rbbitst.txt | 808 # UBreakIteratorType UBRK_WORD, Locale "ja" 833 # UBreakIteratorType UBRK_SENTENCE, Locale "el" 847 # UBreakIteratorType UBRK_WORD, Locale "en_US_POSIX" 864 # UBreakIteratorType UBRK_CHARACTER, Locale "th"
|
/external/icu/icu4c/source/common/ |
D | ubrk.cpp | 31 ubrk_open(UBreakIteratorType type, in ubrk_open()
|
D | brkiter.cpp | 312 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType ki… in registerInstance()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiapts.c | 200 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status); in TestBreakIteratorCAPI() 764 UBreakIteratorType type;
|
/external/icu/icu4c/source/test/intltest/ |
D | strcase.cpp | 487 … iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status)); in TestCasing()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | rbbitst.txt | 808 # UBreakIteratorType UBRK_WORD, Locale "ja" 833 # UBreakIteratorType UBRK_SENTENCE, Locale "el" 847 # UBreakIteratorType UBRK_WORD, Locale "en_US_POSIX" 864 # UBreakIteratorType UBRK_CHARACTER, Locale "th"
|