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

/external/icu4c/common/unicode/
H A Dustring.h26 typedef void UBreakIterator; typedef
1150 UBreakIterator *titleIter,
H A Dubrk.h25 typedef void UBreakIterator; typedef
39 * of boundaries in text. Pointer to a UBreakIterator maintain a
199 * Open a new UBreakIterator for locating text boundaries for a specified locale.
200 * A UBreakIterator may be used for detecting character, line, word,
202 * @param type The type of UBreakIterator to open: one of UBRK_CHARACTER, UBRK_WORD,
208 * @return A UBreakIterator for the specified locale.
212 U_STABLE UBreakIterator* U_EXPORT2
220 * Open a new UBreakIterator for locating text boundaries using specified breaking rules.
230 * @return A UBreakIterator for the specified rules.
234 U_STABLE UBreakIterator* U_EXPORT
[all...]
/external/webkit/JavaScriptCore/icu/unicode/
H A Dustring.h26 typedef void UBreakIterator; typedef
1126 UBreakIterator *titleIter,
/external/webkit/JavaScriptGlue/icu/unicode/
H A Dustring.h26 typedef void UBreakIterator; typedef
1126 UBreakIterator *titleIter,
/external/webkit/WebCore/icu/unicode/
H A Dustring.h26 typedef void UBreakIterator; typedef
1126 UBreakIterator *titleIter,
H A Dubrk.h22 typedef void UBreakIterator; typedef
36 * of boundaries in text. Pointer to a UBreakIterator maintain a
92 * void printEachForward( UBreakIterator* boundary, UChar* str) {
104 * void printEachBackward( UBreakIterator* boundary, UChar* str) {
116 * void printFirst(UBreakIterator* boundary, UChar* str) {
127 * void printLast(UBreakIterator* boundary, UChar* str) {
138 * void printAt(UBreakIterator* boundary, int32_t pos , UChar* str) {
150 * UBreakIterator* boundary;
300 * Open a new UBreakIterator for locating text boundaries for a specified locale.
301 * A UBreakIterator ma
[all...]
/external/webkit/WebKit/mac/icu/unicode/
H A Dustring.h26 typedef void UBreakIterator; typedef
1126 UBreakIterator *titleIter,
/external/icu4c/common/
H A Dustr_imp.h25 typedef void UBreakIterator; typedef
107 UBreakIterator *iter; /* We adopt the iterator, so we own it. */
157 UBreakIterator *titleIter,

Completed in 143 milliseconds