Home
last modified time | relevance | path

Searched refs:UBRK_CHARACTER (Results 1 – 25 of 28) sorted by relevance

12

/third_party/icu/icu4c/source/test/testdata/
Dcasing.txt18 …"0=UBRK_CHARACTER 1=UBRK_WORD 2=UBRK_LINE 3=UBRK_SENTENCE 4=UBRK_TITLE -1=default (NULL=words…
44 { "DŽDždžLJLjljNJNjnj", "DžDžDžLjLjLjNjNjNj", "", "0", "" }, // UBRK_CHARACTER
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dbrkiter.cpp165 return createInstance(key, UBRK_CHARACTER, status); in createCharacterInstance()
414 case UBRK_CHARACTER: in makeInstance()
Dubrk.cpp47 case UBRK_CHARACTER: in ubrk_open()
/third_party/node/deps/icu-small/source/common/
Dbrkiter.cpp166 return createInstance(key, UBRK_CHARACTER, status); in createCharacterInstance()
415 case UBRK_CHARACTER: in makeInstance()
Dubrk.cpp47 case UBRK_CHARACTER: in ubrk_open()
/third_party/skia/third_party/externals/icu/source/common/
Dbrkiter.cpp166 return createInstance(key, UBRK_CHARACTER, status); in createCharacterInstance()
415 case UBRK_CHARACTER: in makeInstance()
Dubrk.cpp47 case UBRK_CHARACTER: in ubrk_open()
/third_party/icu/icu4c/source/common/
Dbrkiter.cpp166 return createInstance(key, UBRK_CHARACTER, status); in createCharacterInstance()
415 case UBRK_CHARACTER: in makeInstance()
Dubrk.cpp47 case UBRK_CHARACTER: in ubrk_open()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dubrk.h101 UBRK_CHARACTER = 0, enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Dubrk.h104 UBRK_CHARACTER = 0, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dubrk.h104 UBRK_CHARACTER = 0, enumerator
/third_party/icu/icu4c/source/common/unicode/
Dubrk.h104 UBRK_CHARACTER = 0, enumerator
/third_party/skia/modules/skunicode/src/
DSkUnicode_icu.cpp72 case SkUnicode::BreakType::kGraphemes: return UBRK_CHARACTER; in convertType()
75 return UBRK_CHARACTER; in convertType()
/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c208 character = ubrk_open(UBRK_CHARACTER, "en_US", text, u_strlen(text), &status); in TestBreakIteratorCAPI()
914 …{ "en", UBRK_CHARACTER, thTest, thTestOffs_thFwd, thTestOffs_thRev, UPRV_LENGTHOF(thTestOffs_thFwd…
915 …{ "en_US_POSIX", UBRK_CHARACTER, thTest, thTestOffs_thFwd, thTestOffs_thRev, UPRV_LENGTHOF(thTestO…
Dusrchtst.c84 EN_CHARACTERBREAKER_ = ubrk_open(UBRK_CHARACTER, "en_US", NULL, 0, in open()
2851 ubrk = ubrk_open( UBRK_CHARACTER, in TestPCEBuffer_with()
2989 ubrk = ubrk_open(UBRK_CHARACTER, in TestMatchFollowedByIgnorables()
Dcstrcase.c243 … titleIterChars=ubrk_open(UBRK_CHARACTER, "", beforeTitle, UPRV_LENGTHOF(beforeTitle), &errorCode); in TestCaseTitle()
/third_party/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp241 fType = UBRK_CHARACTER; in setKeywordParameter()
263 case UBRK_CHARACTER: in createICUBreakIterator()
Dssearch.cpp1194 …UBreakIterator *charBreakIterator = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(coll, ULOC_VALI… in simpleSearch()
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp532 if (!breaker.initialize(fTextSpan, UBRK_CHARACTER)) { in markGraphemes()
/third_party/flutter/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp725 ICUBrk graphemeBreakIterator(ubrk_open(UBRK_CHARACTER, "th", nullptr, 0, &status)); in MakeHarfBuzz()
/third_party/skia/third_party/externals/icu/source/i18n/
Dusearch.cpp2718 …result->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(result->collato… in usearch_openFromCollator()
3038 …strsrch->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(collator, ULOC… in usearch_setCollator()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dusearch.cpp2718 …result->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(result->collato… in usearch_openFromCollator()
3038 …strsrch->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(collator, ULOC… in usearch_setCollator()
/third_party/icu/icu4c/source/i18n/
Dusearch.cpp2718 …result->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(result->collato… in usearch_openFromCollator()
3038 …strsrch->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(collator, ULOC… in usearch_setCollator()
/third_party/node/deps/icu-small/source/i18n/
Dusearch.cpp465 strsrch->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, in getBreakIterator()

12