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

123

/external/icu4c/common/unicode/
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...]
H A Ducasemap.h195 U_STABLE const UBreakIterator * U_EXPORT2
219 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode);
/external/chromium_org/third_party/icu/source/common/unicode/
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...]
H A Ducasemap.h195 U_STABLE const UBreakIterator * U_EXPORT2
219 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode);
H A Dustring.h26 typedef struct UBreakIterator UBreakIterator; typedef in typeref:struct:UBreakIterator
1150 UBreakIterator *titleIter,
/external/chromium/base/i18n/
H A Dbreak_iterator.cc26 ubrk_close(static_cast<UBreakIterator*>(iter_));
52 ubrk_first(static_cast<UBreakIterator*>(iter_));
63 pos = ubrk_next(static_cast<UBreakIterator*>(iter_));
72 pos = ubrk_next(static_cast<UBreakIterator*>(iter_));
77 status = ubrk_getRuleStatus(static_cast<UBreakIterator*>(iter_));
92 ubrk_getRuleStatus(static_cast<UBreakIterator*>(iter_)) !=
/external/icu4c/common/
H A Dubrk.cpp30 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,
143 return (UBreakIterator *)(((BreakIterator*)bi)->
150 ubrk_close(UBreakIterator *b
[all...]
H A Ducasemap_titlecase_brkiter.cpp31 U_CAPI const UBreakIterator * U_EXPORT2
37 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode * /*pErrorCode*/) {
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. */
H A Dunistr_titlecase_brkiter.cpp80 csm.iter=reinterpret_cast<UBreakIterator *>(bi);
H A Dustr_titlecase_brkiter.cpp53 UBreakIterator *titleIter,
/external/chromium_org/third_party/icu/source/common/
H A Dubrk.cpp30 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,
143 return (UBreakIterator *)(((BreakIterator*)bi)->
150 ubrk_close(UBreakIterator *b
[all...]
H A Dustr_imp.h25 typedef struct UBreakIterator UBreakIterator; typedef in typeref:struct:UBreakIterator
100 UBreakIterator *iter; /* We adopt the iterator, so we own it. */
150 UBreakIterator *titleIter,
/external/chromium_org/base/i18n/
H A Dbreak_iterator.cc27 ubrk_close(static_cast<UBreakIterator*>(iter_));
56 ubrk_first(static_cast<UBreakIterator*>(iter_));
68 pos = ubrk_next(static_cast<UBreakIterator*>(iter_));
77 pos = ubrk_next(static_cast<UBreakIterator*>(iter_));
81 status = ubrk_getRuleStatus(static_cast<UBreakIterator*>(iter_));
95 int32_t status = ubrk_getRuleStatus(static_cast<UBreakIterator*>(iter_));
103 UBreakIterator* iter = static_cast<UBreakIterator*>(iter_);
113 UBreakIterator* iter = static_cast<UBreakIterator*>(iter
[all...]
/external/icu4c/samples/break/
H A Dubreak.c33 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/chromium_org/third_party/icu/source/i18n/
H A Dusrchimp.h31 UBreakIterator *internalBreakIter; //internal character breakiterator
32 UBreakIterator *breakIter;
H A Dstsearch.cpp40 locale.getName(), (UBreakIterator *)breakiter,
85 (UBreakIterator *)breakiter,
113 locale.getName(), (UBreakIterator *)breakiter,
148 (UBreakIterator *)breakiter,
183 (UBreakIterator *)that.m_breakiterator_,
/external/icu4c/i18n/
H A Dusrchimp.h31 UBreakIterator *internalBreakIter; //internal character breakiterator
32 UBreakIterator *breakIter;
H A Dstsearch.cpp40 locale.getName(), (UBreakIterator *)breakiter,
85 (UBreakIterator *)breakiter,
113 locale.getName(), (UBreakIterator *)breakiter,
148 (UBreakIterator *)breakiter,
183 (UBreakIterator *)that.m_breakiterator_,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dusearch.h252 UBreakIterator *breakiter,
285 UBreakIterator *breakiter,
464 UBreakIterator *breakiter,
478 U_STABLE const UBreakIterator * U_EXPORT2 usearch_getBreakIterator(
/external/icu4c/i18n/unicode/
H A Dusearch.h252 UBreakIterator *breakiter,
285 UBreakIterator *breakiter,
464 UBreakIterator *breakiter,
478 U_STABLE const UBreakIterator * U_EXPORT2 usearch_getBreakIterator(
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiapts.c139 UBreakIterator *word, *sentence, *line, *character, *b, *bogus;
325 UBreakIterator *bb;
360 UBreakIterator * someIterators [CLONETEST_ITERATOR_COUNT];
361 UBreakIterator * someClonedIterators [CLONETEST_ITERATOR_COUNT];
363 UBreakIterator * brk;
506 static UBreakIterator * testOpenRules(char *rules) {
511 UBreakIterator *bi;
550 UBreakIterator *bi = testOpenRules(rules);
594 UBreakIterator *bi;
622 UBreakIterator *b
[all...]
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.h170 UBreakIterator* iterator_;
/external/icu4c/test/cintltst/
H A Dcbiapts.c144 UBreakIterator *word, *sentence, *line, *character, *b, *bogus;
330 UBreakIterator *bb;
365 UBreakIterator * someIterators [CLONETEST_ITERATOR_COUNT];
366 UBreakIterator * someClonedIterators [CLONETEST_ITERATOR_COUNT];
368 UBreakIterator * brk;
512 static UBreakIterator * testOpenRules(char *rules) {
517 UBreakIterator *bi;
556 UBreakIterator *bi = testOpenRules(rules);
600 UBreakIterator *bi;
628 UBreakIterator *b
[all...]
/external/icu4c/test/perf/strsrchperf/
H A Dstrsrchperf.cpp28 UBreakIterator* brk = ubrk_open(UBRK_WORD, locale, src, srcLen, &status);

Completed in 516 milliseconds

123