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

  /external/chromium/third_party/icu/public/common/unicode/
ubrk.h 86 typedef enum UBreakIteratorType {
108 } UBreakIteratorType;
213 ubrk_open(UBreakIteratorType type,
  /external/icu4c/common/unicode/
ubrk.h 87 typedef enum UBreakIteratorType {
109 } UBreakIteratorType;
214 ubrk_open(UBreakIteratorType type,
  /external/webkit/WebCore/icu/unicode/
ubrk.h 187 typedef enum UBreakIteratorType {
209 } UBreakIteratorType;
314 ubrk_open(UBreakIteratorType type,
  /external/webkit/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp 32 enum UBreakIteratorType {
41 UBreakIteratorType m_type;
48 UBreakIteratorType type, const UChar* string, int length)

Completed in 29 milliseconds