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

  /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/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 26 typedef void UBreakIterator;
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 26 typedef void UBreakIterator;
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 26 typedef void UBreakIterator;
    [all...]
ubrk.h 22 typedef void UBreakIterator;
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 may be used for detecting character, line, word
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 26 typedef void UBreakIterator;
    [all...]
  /external/icu4c/common/
ustr_imp.h 25 typedef struct UBreakIterator UBreakIterator;
91 UBreakIterator *iter; /* We adopt the iterator, so we own it. */

Completed in 96 milliseconds