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

  /external/icu4c/common/unicode/
ubrk.h 87 typedef enum UBreakIteratorType {
109 } UBreakIteratorType;
214 ubrk_open(UBreakIteratorType type,
brkiter.h 479 UBreakIteratorType kind,
  /external/webkit/Source/WebCore/icu/unicode/
ubrk.h 187 typedef enum UBreakIteratorType {
209 } UBreakIteratorType;
314 ubrk_open(UBreakIteratorType type,
  /external/chromium/base/i18n/
break_iterator.cc 31 UBreakIteratorType break_type;
  /external/webkit/Source/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp 180 enum UBreakIteratorType {
189 UBreakIteratorType m_type;
195 UBreakIteratorType type, const UChar* string, int length)
  /external/webkit/Source/WebCore/platform/text/
TextBreakIteratorICU.cpp 35 UBreakIteratorType type, const UChar* string, int length)
  /external/icu4c/common/
ubrk.cpp 31 ubrk_open(UBreakIteratorType type,
brkiter.cpp 316 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status)
  /libcore/luni/src/main/native/
libcore_icu_NativeBreakIterator.cpp 116 static jint makeIterator(JNIEnv* env, jstring locale, UBreakIteratorType type) {
  /external/icu4c/test/cintltst/
cbiapts.c 195 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status);
758 UBreakIteratorType type;
  /external/icu4c/test/intltest/
strcase.cpp 492 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status));
rbbitst.cpp     [all...]

Completed in 373 milliseconds