Searched defs:UBreakIterator (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dustring.h33 typedef struct UBreakIterator UBreakIterator; typedef in typeref:struct:UBreakIterator
1157 UBreakIterator *titleIter,
H A Dubrk.h28 typedef struct UBreakIterator UBreakIterator; typedef in typeref:struct: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 fo
[all...]
/external/icu/icu4c/source/common/
H A Dustr_imp.h27 typedef struct UBreakIterator UBreakIterator; typedef in typeref:struct:UBreakIterator
112 UBreakIterator *iter; /* We adopt the iterator, so we own it. */

Completed in 108 milliseconds