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

  /external/icu/icu4c/source/common/unicode/
ubrk.h 26 typedef struct UBreakIterator UBreakIterator;
40 * of boundaries in text. Pointer to a UBreakIterator maintain a
210 * Open a new UBreakIterator for locating text boundaries for a specified locale.
211 * A UBreakIterator may be used for detecting character, line, word,
213 * @param type The type of UBreakIterator to open: one of UBRK_CHARACTER, UBRK_WORD,
221 * @return A UBreakIterator for the specified locale.
225 U_STABLE UBreakIterator* U_EXPORT2
233 * Open a new UBreakIterator for locating text boundaries using specified breaking rules.
243 * @return A UBreakIterator for the specified rules
    [all...]
ucasemap.h 195 U_STABLE const UBreakIterator * U_EXPORT2
219 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode);
ustring.h 31 typedef struct UBreakIterator UBreakIterator;
    [all...]
  /external/icu/icu4c/source/common/
ubrk.cpp 30 U_CAPI UBreakIterator* U_EXPORT2
78 UBreakIterator *uBI = (UBreakIterator *)result;
93 U_CAPI UBreakIterator* U_EXPORT2
112 UBreakIterator *uBI = (UBreakIterator *)result;
123 U_CAPI UBreakIterator * U_EXPORT2
125 const UBreakIterator *bi,
150 return (UBreakIterator *)newBI;
156 ubrk_close(UBreakIterator *bi
    [all...]
ucasemap_titlecase_brkiter.cpp 31 U_CAPI const UBreakIterator * U_EXPORT2
37 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode * /*pErrorCode*/) {
ustr_imp.h 25 typedef struct UBreakIterator UBreakIterator;
110 UBreakIterator *iter; /* We adopt the iterator, so we own it. */
unistr_titlecase_brkiter.cpp 80 csm.iter=reinterpret_cast<UBreakIterator *>(bi);
ustr_titlecase_brkiter.cpp 53 UBreakIterator *titleIter,
  /external/icu/icu4c/source/samples/break/
ubreak.c 33 void printEachForward( UBreakIterator* boundary, UChar* str) {
44 void printEachBackward( UBreakIterator* boundary, UChar* str) {
54 void printFirst(UBreakIterator* boundary, UChar* str) {
62 void printLast(UBreakIterator* boundary, UChar* str) {
71 void printAt(UBreakIterator* boundary, int32_t pos , UChar* str) {
81 UBreakIterator *boundary;
  /external/icu/icu4c/source/i18n/unicode/
usearch.h 301 UBreakIterator *breakiter,
334 UBreakIterator *breakiter,
513 UBreakIterator *breakiter,
527 U_STABLE const UBreakIterator * U_EXPORT2 usearch_getBreakIterator(
    [all...]
  /external/icu/icu4c/source/i18n/
stsearch.cpp 39 locale.getName(), (UBreakIterator *)breakiter,
71 (UBreakIterator *)breakiter,
96 locale.getName(), (UBreakIterator *)breakiter,
128 (UBreakIterator *)breakiter,
160 (UBreakIterator *)that.m_breakiterator_,
usrchimp.h 137 UBreakIterator *internalBreakIter; //internal character breakiterator
138 UBreakIterator *breakIter;
usearch.cpp 576 UBreakIterator *breakiterator = strsrch->search->internalBreakIter;
607 UBreakIterator *breakiterator = strsrch->search->breakIter;
    [all...]
search.cpp 128 // the c++ breakiterator may not make use of ubreakiterator.
132 // all cast the BreakIterator to a UBreakIterator and
136 // Besides, a UBreakIterator is a BreakIterator, so
138 m_search_->breakIter = (UBreakIterator *) breakiter;
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 149 UBreakIterator *word, *sentence, *line, *character, *b, *bogus;
338 UBreakIterator *bb;
373 UBreakIterator * someIterators [CLONETEST_ITERATOR_COUNT];
374 UBreakIterator * someClonedIterators [CLONETEST_ITERATOR_COUNT];
376 UBreakIterator * brk;
515 static UBreakIterator * testOpenRules(char *rules) {
520 UBreakIterator *bi;
559 UBreakIterator *bi = testOpenRules(rules);
603 UBreakIterator *bi;
631 UBreakIterator *bi = NULL
    [all...]
cstrcase.c 235 UBreakIterator *titleIterChars;
339 UBreakIterator *titleIterWord;
    [all...]
usrchtst.c 39 static UBreakIterator *EN_WORDBREAKER_;
40 static UBreakIterator *EN_CHARACTERBREAKER_;
181 static UBreakIterator *getBreakIterator(const char *breaker)
205 UBreakIterator *breakiter = ubrk_open(UBRK_WORD, "en_US",
548 UBreakIterator *breaker = getBreakIterator(search.breaker);
579 UBreakIterator *breaker = getBreakIterator(search.breaker);
620 UBreakIterator *breaker = getBreakIterator(search.breaker);
776 UBreakIterator *breaker = getBreakIterator(search->breaker);
    [all...]
cloctst.c     [all...]
  /external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.cpp 28 UBreakIterator* brk = ubrk_open(UBRK_WORD, locale, src, srcLen, &status);
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 399 UBreakIterator *clone=ubrk_safeClone((UBreakIterator *)iter, NULL, NULL, errorCode);
ssearch.cpp     [all...]

Completed in 639 milliseconds