Searched refs:UBreakIteratorType (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/icu/unicode/ |
D | ubrk.h | 187 typedef enum UBreakIteratorType { enum 209 } UBreakIteratorType; typedef 314 ubrk_open(UBreakIteratorType type,
|
/external/icu4c/common/unicode/ |
D | ubrk.h | 87 typedef enum UBreakIteratorType { enum 109 } UBreakIteratorType; typedef 214 ubrk_open(UBreakIteratorType type,
|
D | brkiter.h | 479 UBreakIteratorType kind,
|
/external/webkit/Source/WebCore/platform/text/gtk/ |
D | TextBreakIteratorGtk.cpp | 180 enum UBreakIteratorType { enum 189 UBreakIteratorType m_type; 195 UBreakIteratorType type, const UChar* string, int length) in setUpIterator()
|
/external/chromium/base/i18n/ |
D | break_iterator.cc | 31 UBreakIteratorType break_type; in Init()
|
/external/webkit/Source/WebCore/platform/text/ |
D | TextBreakIteratorICU.cpp | 35 UBreakIteratorType type, const UChar* string, int length) in setUpIterator()
|
/external/icu4c/test/testdata/ |
D | casing.txt | 15 …the break iterator (only for titlecasing) is specified as an int, same as in UBreakIteratorType:\n"
|
/external/icu4c/common/ |
D | ubrk.cpp | 31 ubrk_open(UBreakIteratorType type, in ubrk_open()
|
D | brkiter.cpp | 316 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType ki… in registerInstance()
|
/external/icu4c/test/cintltst/ |
D | cbiapts.c | 195 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status); in TestBreakIteratorCAPI() 748 UBreakIteratorType type;
|
/external/icu4c/test/intltest/ |
D | strcase.cpp | 492 … iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status)); in TestCasing()
|
D | rbbitst.cpp | 1896 UBreakIteratorType type;
|