Home
last modified time | relevance | path

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

123

/external/icu4c/common/unicode/
Dubrk.h26 typedef struct UBreakIterator UBreakIterator; typedef
213 U_STABLE UBreakIterator* U_EXPORT2
235 U_STABLE UBreakIterator* U_EXPORT2
259 U_STABLE UBreakIterator * U_EXPORT2
261 const UBreakIterator *bi,
279 ubrk_close(UBreakIterator *bi);
294 U_DEFINE_LOCAL_OPEN_POINTER(LocalUBreakIteratorPointer, UBreakIterator, ubrk_close);
309 ubrk_setText(UBreakIterator* bi,
333 ubrk_setUText(UBreakIterator* bi,
348 ubrk_current(const UBreakIterator *bi);
[all …]
Ducasemap.h195 U_STABLE const UBreakIterator * U_EXPORT2
219 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode);
Dustring.h31 typedef struct UBreakIterator UBreakIterator; typedef
1155 UBreakIterator *titleIter,
/external/chromium_org/third_party/icu/source/common/unicode/
Dubrk.h26 typedef struct UBreakIterator UBreakIterator; typedef
213 U_STABLE UBreakIterator* U_EXPORT2
235 U_STABLE UBreakIterator* U_EXPORT2
259 U_STABLE UBreakIterator * U_EXPORT2
261 const UBreakIterator *bi,
279 ubrk_close(UBreakIterator *bi);
294 U_DEFINE_LOCAL_OPEN_POINTER(LocalUBreakIteratorPointer, UBreakIterator, ubrk_close);
309 ubrk_setText(UBreakIterator* bi,
327 ubrk_setUText(UBreakIterator* bi,
342 ubrk_current(const UBreakIterator *bi);
[all …]
Ducasemap.h195 U_STABLE const UBreakIterator * U_EXPORT2
219 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode *pErrorCode);
Dustring.h26 typedef struct UBreakIterator UBreakIterator; typedef
1150 UBreakIterator *titleIter,
/external/chromium_org/third_party/icu/source/common/
Dubrk.cpp30 U_CAPI UBreakIterator* U_EXPORT2
78 UBreakIterator *uBI = (UBreakIterator *)result; in ubrk_open()
93 U_CAPI UBreakIterator* U_EXPORT2
112 UBreakIterator *uBI = (UBreakIterator *)result; in ubrk_openRules()
123 U_CAPI UBreakIterator * U_EXPORT2
125 const UBreakIterator *bi, in ubrk_safeClone()
143 return (UBreakIterator *)(((BreakIterator*)bi)-> in ubrk_safeClone()
150 ubrk_close(UBreakIterator *bi) in ubrk_close()
164 ubrk_setText(UBreakIterator* bi, in ubrk_setText()
187 ubrk_setUText(UBreakIterator *bi, in ubrk_setUText()
[all …]
Dustr_imp.h25 typedef struct UBreakIterator UBreakIterator; typedef
100 UBreakIterator *iter; /* We adopt the iterator, so we own it. */
150 UBreakIterator *titleIter,
/external/icu4c/common/
Dubrk.cpp30 U_CAPI UBreakIterator* U_EXPORT2
78 UBreakIterator *uBI = (UBreakIterator *)result; in ubrk_open()
93 U_CAPI UBreakIterator* U_EXPORT2
112 UBreakIterator *uBI = (UBreakIterator *)result; in ubrk_openRules()
123 U_CAPI UBreakIterator * U_EXPORT2
125 const UBreakIterator *bi, in ubrk_safeClone()
143 return (UBreakIterator *)(((BreakIterator*)bi)-> in ubrk_safeClone()
150 ubrk_close(UBreakIterator *bi) in ubrk_close()
164 ubrk_setText(UBreakIterator* bi, in ubrk_setText()
180 ubrk_setUText(UBreakIterator *bi, in ubrk_setUText()
[all …]
Ducasemap_titlecase_brkiter.cpp31 U_CAPI const UBreakIterator * U_EXPORT2
37 ucasemap_setBreakIterator(UCaseMap *csm, UBreakIterator *iterToAdopt, UErrorCode * /*pErrorCode*/) { in ucasemap_setBreakIterator()
Dustr_imp.h25 typedef struct UBreakIterator UBreakIterator; typedef
91 UBreakIterator *iter; /* We adopt the iterator, so we own it. */
Dunistr_titlecase_brkiter.cpp80 csm.iter=reinterpret_cast<UBreakIterator *>(bi); in toTitle()
Dustr_titlecase_brkiter.cpp53 UBreakIterator *titleIter, in u_strToTitle()
/external/chromium_org/base/i18n/
Dbreak_iterator.cc27 ubrk_close(static_cast<UBreakIterator*>(iter_)); in ~BreakIterator()
56 ubrk_first(static_cast<UBreakIterator*>(iter_)); in Init()
68 pos = ubrk_next(static_cast<UBreakIterator*>(iter_)); in Advance()
77 pos = ubrk_next(static_cast<UBreakIterator*>(iter_)); in Advance()
81 status = ubrk_getRuleStatus(static_cast<UBreakIterator*>(iter_)); in Advance()
95 int32_t status = ubrk_getRuleStatus(static_cast<UBreakIterator*>(iter_)); in IsWord()
103 UBreakIterator* iter = static_cast<UBreakIterator*>(iter_); in IsEndOfWord()
113 UBreakIterator* iter = static_cast<UBreakIterator*>(iter_); in IsStartOfWord()
/external/chromium/base/i18n/
Dbreak_iterator.cc26 ubrk_close(static_cast<UBreakIterator*>(iter_)); in ~BreakIterator()
52 ubrk_first(static_cast<UBreakIterator*>(iter_)); in Init()
63 pos = ubrk_next(static_cast<UBreakIterator*>(iter_)); in Advance()
72 pos = ubrk_next(static_cast<UBreakIterator*>(iter_)); in Advance()
77 status = ubrk_getRuleStatus(static_cast<UBreakIterator*>(iter_)); in Advance()
92 ubrk_getRuleStatus(static_cast<UBreakIterator*>(iter_)) != in IsWord()
/external/icu4c/samples/break/
Dubreak.c33 void printEachForward( UBreakIterator* boundary, UChar* str) { in printEachForward()
44 void printEachBackward( UBreakIterator* boundary, UChar* str) { in printEachBackward()
54 void printFirst(UBreakIterator* boundary, UChar* str) { in printFirst()
62 void printLast(UBreakIterator* boundary, UChar* str) { in printLast()
71 void printAt(UBreakIterator* boundary, int32_t pos , UChar* str) { in printAt()
81 UBreakIterator *boundary; in c_main()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcbiapts.c139 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; in TestBreakIteratorCAPI()
325 UBreakIterator *bb; in TestBreakIteratorCAPI()
360 UBreakIterator * someIterators [CLONETEST_ITERATOR_COUNT]; in TestBreakIteratorSafeClone()
361 UBreakIterator * someClonedIterators [CLONETEST_ITERATOR_COUNT]; in TestBreakIteratorSafeClone()
363 UBreakIterator * brk; in TestBreakIteratorSafeClone()
506 static UBreakIterator * testOpenRules(char *rules) { in testOpenRules()
511 UBreakIterator *bi; in testOpenRules()
550 UBreakIterator *bi = testOpenRules(rules); in TestBreakIteratorRules()
594 UBreakIterator *bi; in TestBreakIteratorRuleError()
622 UBreakIterator *bi = NULL; in TestBreakIteratorStatusVec()
[all …]
/external/icu4c/test/cintltst/
Dcbiapts.c144 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; in TestBreakIteratorCAPI()
330 UBreakIterator *bb; in TestBreakIteratorCAPI()
365 UBreakIterator * someIterators [CLONETEST_ITERATOR_COUNT]; in TestBreakIteratorSafeClone()
366 UBreakIterator * someClonedIterators [CLONETEST_ITERATOR_COUNT]; in TestBreakIteratorSafeClone()
368 UBreakIterator * brk; in TestBreakIteratorSafeClone()
512 static UBreakIterator * testOpenRules(char *rules) { in testOpenRules()
517 UBreakIterator *bi; in testOpenRules()
556 UBreakIterator *bi = testOpenRules(rules); in TestBreakIteratorRules()
600 UBreakIterator *bi; in TestBreakIteratorRuleError()
628 UBreakIterator *bi = NULL; in TestBreakIteratorStatusVec()
[all …]
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dusearch.h252 UBreakIterator *breakiter,
285 UBreakIterator *breakiter,
464 UBreakIterator *breakiter,
478 U_STABLE const UBreakIterator * U_EXPORT2 usearch_getBreakIterator(
/external/icu4c/i18n/unicode/
Dusearch.h252 UBreakIterator *breakiter,
285 UBreakIterator *breakiter,
464 UBreakIterator *breakiter,
478 U_STABLE const UBreakIterator * U_EXPORT2 usearch_getBreakIterator(
/external/icu4c/i18n/
Dusrchimp.h31 UBreakIterator *internalBreakIter; //internal character breakiterator
32 UBreakIterator *breakIter;
Dstsearch.cpp40 locale.getName(), (UBreakIterator *)breakiter, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
85 (UBreakIterator *)breakiter, in StringSearch()
113 locale.getName(), (UBreakIterator *)breakiter, in StringSearch()
148 (UBreakIterator *)breakiter, in StringSearch()
183 (UBreakIterator *)that.m_breakiterator_, in StringSearch()
/external/chromium_org/third_party/icu/source/i18n/
Dusrchimp.h31 UBreakIterator *internalBreakIter; //internal character breakiterator
32 UBreakIterator *breakIter;
Dstsearch.cpp40 locale.getName(), (UBreakIterator *)breakiter, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
85 (UBreakIterator *)breakiter, in StringSearch()
113 locale.getName(), (UBreakIterator *)breakiter, in StringSearch()
148 (UBreakIterator *)breakiter, in StringSearch()
183 (UBreakIterator *)that.m_breakiterator_, in StringSearch()
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_worditerator.h170 UBreakIterator* iterator_;

123