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

  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 26 typedef struct UBreakIterator UBreakIterator;
    [all...]
ubrk.h 26 typedef struct UBreakIterator UBreakIterator;
40 * of boundaries in text. Pointer to a UBreakIterator maintain a
200 * Open a new UBreakIterator for locating text boundaries for a specified locale.
201 * A UBreakIterator may be used for detecting character, line, word,
203 * @param type The type of UBreakIterator to open: one of UBRK_CHARACTER, UBRK_WORD,
209 * @return A UBreakIterator for the specified locale.
213 U_STABLE UBreakIterator* U_EXPORT2
221 * Open a new UBreakIterator for locating text boundaries using specified breaking rules.
231 * @return A UBreakIterator for the specified rules
    [all...]
  /external/icu4c/common/unicode/
ustring.h 31 typedef struct UBreakIterator UBreakIterator;
    [all...]
ubrk.h 26 typedef struct UBreakIterator UBreakIterator;
40 * of boundaries in text. Pointer to a UBreakIterator maintain a
200 * Open a new UBreakIterator for locating text boundaries for a specified locale.
201 * A UBreakIterator may be used for detecting character, line, word,
203 * @param type The type of UBreakIterator to open: one of UBRK_CHARACTER, UBRK_WORD,
209 * @return A UBreakIterator for the specified locale.
213 U_STABLE UBreakIterator* U_EXPORT2
221 * Open a new UBreakIterator for locating text boundaries using specified breaking rules.
231 * @return A UBreakIterator for the specified rules
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustr_imp.h 25 typedef struct UBreakIterator UBreakIterator;
100 UBreakIterator *iter; /* We adopt the iterator, so we own it. */
150 UBreakIterator *titleIter,
  /external/icu4c/common/
ustr_imp.h 25 typedef struct UBreakIterator UBreakIterator;
91 UBreakIterator *iter; /* We adopt the iterator, so we own it. */

Completed in 75 milliseconds