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

/external/icu4c/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/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h26 typedef void UBreakIterator; typedef
1126 UBreakIterator *titleIter,
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h26 typedef void UBreakIterator; typedef
1126 UBreakIterator *titleIter,
/external/webkit/Source/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/Source/WebKit/mac/icu/unicode/
H A Dustring.h26 typedef void UBreakIterator; typedef
1126 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. */
129 UBreakIterator *titleIter,

Completed in 123 milliseconds