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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h26 typedef struct UBreakIterator UBreakIterator; typedef in typeref:struct:UBreakIterator
1150 UBreakIterator *titleIter,
H A Dubrk.h26 typedef struct UBreakIterator UBreakIterator; typedef in typeref:struct: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 fo
[all...]
/external/icu4c/common/unicode/
H A Dustring.h31 typedef struct UBreakIterator UBreakIterator; typedef in typeref:struct:UBreakIterator
1155 UBreakIterator *titleIter,
H A Dubrk.h26 typedef struct UBreakIterator UBreakIterator; typedef in typeref:struct: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 fo
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dustr_imp.h25 typedef struct UBreakIterator UBreakIterator; typedef in typeref:struct:UBreakIterator
100 UBreakIterator *iter; /* We adopt the iterator, so we own it. */
150 UBreakIterator *titleIter,
/external/icu4c/common/
H A Dustr_imp.h25 typedef struct UBreakIterator UBreakIterator; typedef in typeref:struct:UBreakIterator
91 UBreakIterator *iter; /* We adopt the iterator, so we own it. */

Completed in 148 milliseconds