HomeSort by relevance Sort by last modified time
    Searched refs:UBreakIteratorType (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/common/unicode/
ubrk.h 99 typedef enum UBreakIteratorType {
120 * One more than the highest normal UBreakIteratorType value.
125 } UBreakIteratorType;
241 ubrk_open(UBreakIteratorType type,
brkiter.h 548 UBreakIteratorType kind,
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.h 116 UBreakIteratorType fType;
strcase.cpp 496 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status));
    [all...]
  /external/icu/icu4c/source/common/
ubrk.cpp 33 ubrk_open(UBreakIteratorType type,
brkiter.cpp 315 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status)
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 207 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status);
771 UBreakIteratorType type;
    [all...]

Completed in 1761 milliseconds