Searched refs:UBreakIteratorType (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | ubrk.h | 99 typedef enum UBreakIteratorType { enum 125 } UBreakIteratorType; typedef 242 ubrk_open(UBreakIteratorType type,
|
D | brkiter.h | 548 UBreakIteratorType kind,
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.h | 116 UBreakIteratorType fType;
|
D | strcase.cpp | 557 … iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status)); in TestCasing()
|
/external/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 | 1001 # UBreakIteratorType UBRK_WORD, Locale "ja" 1026 # UBreakIteratorType UBRK_SENTENCE, Locale "el" 1040 # UBreakIteratorType UBRK_WORD, Locale "en_US_POSIX" 1057 # UBreakIteratorType UBRK_CHARACTER, Locale "th"
|
/external/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()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiapts.c | 209 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status); in TestBreakIteratorCAPI() 810 UBreakIteratorType type;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | rbbitst.txt | 1001 # UBreakIteratorType UBRK_WORD, Locale "ja" 1026 # UBreakIteratorType UBRK_SENTENCE, Locale "el" 1040 # UBreakIteratorType UBRK_WORD, Locale "en_US_POSIX" 1057 # UBreakIteratorType UBRK_CHARACTER, Locale "th"
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | rbbitst.txt | 1001 # UBreakIteratorType UBRK_WORD, Locale "ja" 1026 # UBreakIteratorType UBRK_SENTENCE, Locale "el" 1040 # UBreakIteratorType UBRK_WORD, Locale "en_US_POSIX" 1057 # UBreakIteratorType UBRK_CHARACTER, Locale "th"
|