Searched refs:UBreakIterator (Results 1 - 22 of 22) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dubrk.h28 typedef struct UBreakIterator UBreakIterator; typedef in typeref:struct:UBreakIterator
42 * of boundaries in text. Pointer to a UBreakIterator maintain a
225 * Open a new UBreakIterator for locating text boundaries for a specified locale.
226 * A UBreakIterator may be used for detecting character, line, word,
228 * @param type The type of UBreakIterator to open: one of UBRK_CHARACTER, UBRK_WORD,
237 * @return A UBreakIterator for the specified locale.
241 U_STABLE UBreakIterator* U_EXPORT2
249 * Open a new UBreakIterator for locating text boundaries using specified breaking rules.
259 * @return A UBreakIterator fo
[all...]
H A Ducasemap.h157 U_STABLE const UBreakIterator * U_EXPORT2
181 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode);
H A Dustring.h33 typedef struct UBreakIterator UBreakIterator; typedef in typeref:struct:UBreakIterator
1147 UBreakIterator *titleIter,
/external/icu/icu4c/source/common/
H A Dubrk.cpp33 U_CAPI UBreakIterator* U_EXPORT2
81 UBreakIterator *uBI = (UBreakIterator *)result;
96 U_CAPI UBreakIterator* U_EXPORT2
115 UBreakIterator *uBI = (UBreakIterator *)result;
123 U_CAPI UBreakIterator* U_EXPORT2
139 UBreakIterator *uBI = reinterpret_cast<UBreakIterator *>(lpRBBI.orphan());
147 U_CAPI UBreakIterator * U_EXPORT
[all...]
H A Ducasemap_titlecase_brkiter.cpp87 U_CAPI const UBreakIterator * U_EXPORT2
89 return reinterpret_cast<UBreakIterator *>(csm->iter);
93 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode) {
H A Dustr_titlecase_brkiter.cpp200 UBreakIterator *titleIter,
/external/icu/icu4c/source/samples/break/
H A Dubreak.c39 void printEachForward( UBreakIterator* boundary, UChar* str) {
50 void printEachBackward( UBreakIterator* boundary, UChar* str) {
60 void printFirst(UBreakIterator* boundary, UChar* str) {
68 void printLast(UBreakIterator* boundary, UChar* str) {
77 void printAt(UBreakIterator* boundary, int32_t pos , UChar* str) {
87 UBreakIterator *boundary;
/external/icu/icu4c/source/i18n/unicode/
H A Dusearch.h307 UBreakIterator *breakiter,
340 UBreakIterator *breakiter,
519 UBreakIterator *breakiter,
533 U_STABLE const UBreakIterator * U_EXPORT2 usearch_getBreakIterator(
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c153 UBreakIterator *word, *sentence, *line, *character, *b, *bogus;
342 UBreakIterator *bb;
377 UBreakIterator * someIterators [CLONETEST_ITERATOR_COUNT];
378 UBreakIterator * someClonedIterators [CLONETEST_ITERATOR_COUNT];
380 UBreakIterator * brk;
519 static UBreakIterator * testOpenRules(char *rules) {
524 UBreakIterator *bi;
563 UBreakIterator *bi = testOpenRules(rules);
606 UBreakIterator* bi2 = ubrk_openBinaryRules(binaryRules, rulesLength, uData, -1, &status);
644 UBreakIterator *b
[all...]
H A Dcstrcase.c238 UBreakIterator *titleIterChars;
342 UBreakIterator *titleIterWord;
879 UBreakIterator *sentenceIter;
880 const UBreakIterator *iter;
896 /* Use default UBreakIterator: Word breaks. */
H A Dusrchtst.c41 static UBreakIterator *EN_WORDBREAKER_;
42 static UBreakIterator *EN_CHARACTERBREAKER_;
183 static UBreakIterator *getBreakIterator(const char *breaker)
207 UBreakIterator *breakiter = ubrk_open(UBRK_WORD, "en_US",
550 UBreakIterator *breaker = getBreakIterator(search.breaker);
581 UBreakIterator *breaker = getBreakIterator(search.breaker);
622 UBreakIterator *breaker = getBreakIterator(search.breaker);
778 UBreakIterator *breaker = getBreakIterator(search->breaker);
1868 UBreakIterator *breaker = getBreakIterator(search->breaker);
2823 UBreakIterator *ubr
[all...]
H A Dcloctst.c2688 UBreakIterator *obj;
/external/icu/icu4c/source/i18n/
H A Dstsearch.cpp41 locale.getName(), (UBreakIterator *)breakiter,
73 (UBreakIterator *)breakiter,
98 locale.getName(), (UBreakIterator *)breakiter,
130 (UBreakIterator *)breakiter,
162 (UBreakIterator *)that.m_breakiterator_,
H A Dusrchimp.h139 UBreakIterator *internalBreakIter; //internal character breakiterator
140 UBreakIterator *breakIter;
H A Dusearch.cpp578 UBreakIterator *breakiterator = strsrch->search->internalBreakIter;
609 UBreakIterator *breakiterator = strsrch->search->breakIter;
2598 UBreakIterator *breakiter,
2639 UBreakIterator *breakiter,
2949 UBreakIterator *breakiter,
2961 U_CAPI const UBreakIterator* U_EXPORT2
3662 UBreakIterator *breakiterator = strsrch->search->breakIter;
3713 UBreakIterator *breakiterator = strsrch->search->breakIter;
3730 UBreakIterator *breakiterator = strsrch->search->breakIter;
4186 UBreakIterator *b
[all...]
H A Dsearch.cpp134 // all cast the BreakIterator to a UBreakIterator and
138 // Besides, a UBreakIterator is a BreakIterator, so
140 m_search_->breakIter = (UBreakIterator *) breakiter;
/external/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.cpp33 UBreakIterator* brk = ubrk_open(UBRK_WORD, locale, src, srcLen, &status);
/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp469 UBreakIterator *clone=ubrk_safeClone((UBreakIterator *)iter, NULL, NULL, errorCode);
H A Dssearch.cpp1184 UBreakIterator *charBreakIterator = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, &status),
H A Drbbitst.cpp4683 UBreakIterator* iter = ubrk_open(UBRK_WORD, NULL, crasherString, -1, &status);
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 2233 milliseconds