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

  /external/chromium_org/third_party/icu/source/common/unicode/
ubrk.h 87 typedef enum UBreakIteratorType {
109 } UBreakIteratorType;
214 ubrk_open(UBreakIteratorType type,
brkiter.h 479 UBreakIteratorType kind,
  /external/icu4c/common/unicode/
ubrk.h 87 typedef enum UBreakIteratorType {
109 } UBreakIteratorType;
214 ubrk_open(UBreakIteratorType type,
brkiter.h 486 UBreakIteratorType kind,
  /external/chromium/base/i18n/
break_iterator.cc 31 UBreakIteratorType break_type;
  /external/chromium_org/base/i18n/
break_iterator.cc 32 UBreakIteratorType break_type;
  /external/chromium_org/third_party/icu/source/common/
ubrk.cpp 31 ubrk_open(UBreakIteratorType type,
brkiter.cpp 316 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status)
  /external/icu4c/common/
ubrk.cpp 31 ubrk_open(UBreakIteratorType type,
brkiter.cpp 324 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status)
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiapts.c 195 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status);
748 UBreakIteratorType type;
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextBreakIteratorICU.cpp 33 static TextBreakIterator* ensureIterator(bool& createdIterator, TextBreakIterator*& iterator, UBreakIteratorType type)
412 static TextBreakIterator* setUpIterator(bool& createdIterator, TextBreakIterator*& iterator, UBreakIteratorType type, const UChar* string, int length)
429 static TextBreakIterator* setUpIterator(bool& createdIterator, TextBreakIterator*& iterator, UBreakIteratorType type, const LChar* string, int length)
  /external/icu4c/test/cintltst/
cbiapts.c 200 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status);
766 UBreakIteratorType type;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
strcase.cpp 492 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status));
rbbitst.cpp     [all...]
  /external/icu4c/test/intltest/
strcase.cpp 489 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status));

Completed in 543 milliseconds