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

  /external/icu/icu4c/source/common/unicode/
ustring.h 33 typedef struct UBreakIterator UBreakIterator;
    [all...]
ubrk.h 28 typedef struct UBreakIterator UBreakIterator;
42 * of boundaries in text. Pointer to a UBreakIterator maintain a
225 * Open a new UBreakIterator for locating text boundaries for a specified locale.
226 * A UBreakIterator may be used for detecting character, line, word,
228 * @param type The type of UBreakIterator to open: one of UBRK_CHARACTER, UBRK_WORD,
236 * @return A UBreakIterator for the specified locale.
240 U_STABLE UBreakIterator* U_EXPORT2
248 * Open a new UBreakIterator for locating text boundaries using specified breaking rules.
258 * @return A UBreakIterator for the specified rules
    [all...]
  /external/icu/icu4c/source/common/
ustr_imp.h 27 typedef struct UBreakIterator UBreakIterator;
112 UBreakIterator *iter; /* We adopt the iterator, so we own it. */

Completed in 72 milliseconds