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

12

/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);
/external/icu/icu4c/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);
/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,
150 return (UBreakIterator *)newBI;
156 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/icu/icu4c/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,
150 return (UBreakIterator *)newBI;
156 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/base/i18n/
H A Dbreak_iterator.cc36 ubrk_close(static_cast<UBreakIterator*>(iter_));
86 ubrk_first(static_cast<UBreakIterator*>(iter_));
99 pos = ubrk_next(static_cast<UBreakIterator*>(iter_));
108 pos = ubrk_next(static_cast<UBreakIterator*>(iter_));
112 status = ubrk_getRuleStatus(static_cast<UBreakIterator*>(iter_));
127 ubrk_setText(static_cast<UBreakIterator*>(iter_),
139 int32_t status = ubrk_getRuleStatus(static_cast<UBreakIterator*>(iter_));
149 UBreakIterator* iter = static_cast<UBreakIterator*>(iter_);
159 UBreakIterator* ite
[all...]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/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/icu/icu4c/source/i18n/unicode/
H A Dusearch.h305 UBreakIterator *breakiter,
338 UBreakIterator *breakiter,
517 UBreakIterator *breakiter,
531 U_STABLE const UBreakIterator * U_EXPORT2 usearch_getBreakIterator(
/external/icu/icu4c/source/i18n/
H A Dstsearch.cpp39 locale.getName(), (UBreakIterator *)breakiter,
71 (UBreakIterator *)breakiter,
96 locale.getName(), (UBreakIterator *)breakiter,
128 (UBreakIterator *)breakiter,
160 (UBreakIterator *)that.m_breakiterator_,
H A Dusrchimp.h137 UBreakIterator *internalBreakIter; //internal character breakiterator
138 UBreakIterator *breakIter;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiapts.c144 UBreakIterator *word, *sentence, *line, *character, *b, *bogus;
333 UBreakIterator *bb;
368 UBreakIterator * someIterators [CLONETEST_ITERATOR_COUNT];
369 UBreakIterator * someClonedIterators [CLONETEST_ITERATOR_COUNT];
371 UBreakIterator * brk;
510 static UBreakIterator * testOpenRules(char *rules) {
515 UBreakIterator *bi;
554 UBreakIterator *bi = testOpenRules(rules);
598 UBreakIterator *bi;
626 UBreakIterator *b
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c144 UBreakIterator *word, *sentence, *line, *character, *b, *bogus;
333 UBreakIterator *bb;
368 UBreakIterator * someIterators [CLONETEST_ITERATOR_COUNT];
369 UBreakIterator * someClonedIterators [CLONETEST_ITERATOR_COUNT];
371 UBreakIterator * brk;
510 static UBreakIterator * testOpenRules(char *rules) {
515 UBreakIterator *bi;
554 UBreakIterator *bi = testOpenRules(rules);
598 UBreakIterator *bi;
626 UBreakIterator *b
[all...]

Completed in 1113 milliseconds

12