Home
last modified time | relevance | path

Searched refs:U_OMIT_UNCHANGED_TEXT (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp1231 int32_t length = CaseMap::toLower("tr", U_OMIT_UNCHANGED_TEXT, in TestCaseMapWithEdits()
1246 length = CaseMap::toUpper("el", U_OMIT_UNCHANGED_TEXT, in TestCaseMapWithEdits()
1266 U_OMIT_UNCHANGED_TEXT | in TestCaseMapWithEdits()
1284 length = CaseMap::fold(U_OMIT_UNCHANGED_TEXT | U_EDITS_NO_RESET | U_FOLD_CASE_EXCLUDE_SPECIAL_I, in TestCaseMapWithEdits()
1312 int32_t length = CaseMap::utf8ToLower("tr", U_OMIT_UNCHANGED_TEXT, in TestCaseMapUTF8WithEdits()
1328 length = CaseMap::utf8ToUpper("el", U_OMIT_UNCHANGED_TEXT, in TestCaseMapUTF8WithEdits()
1348 U_OMIT_UNCHANGED_TEXT | in TestCaseMapUTF8WithEdits()
1367 length = CaseMap::utf8Fold(U_OMIT_UNCHANGED_TEXT | U_EDITS_NO_RESET | in TestCaseMapUTF8WithEdits()
1400 int32_t length = CaseMap::toLower("tr", U_OMIT_UNCHANGED_TEXT, in TestCaseMapToString()
1404 length = CaseMap::toUpper("el", U_OMIT_UNCHANGED_TEXT, in TestCaseMapToString()
[all …]
Dtstnorm.cpp1580 nfkc_cf->normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestNormalizeUTF8WithEdits()
1628 fn2.normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestNormalizeUTF8WithEdits()
/external/icu/icu4c/source/common/unicode/
Dstringoptions.h158 #define U_OMIT_UNCHANGED_TEXT 0x4000 macro
/external/icu/icu4c/source/common/
Dbytesinkutil.cpp104 if ((options & U_OMIT_UNCHANGED_TEXT) == 0) { in appendUnchanged()
Ducasemap.cpp150 if((options & U_OMIT_UNCHANGED_TEXT) == 0) { in appendResult()
462 if (edits == nullptr && (options & U_OMIT_UNCHANGED_TEXT) == 0) { in toUpper()
495 change = (options & U_OMIT_UNCHANGED_TEXT) == 0; in toUpper()
Dustrcase.cpp77 if(options & U_OMIT_UNCHANGED_TEXT) { in appendResult()
154 if(options & U_OMIT_UNCHANGED_TEXT) { in appendUnchanged()
938 if (edits == nullptr && (options & U_OMIT_UNCHANGED_TEXT) == 0) { in toUpper()
964 change = (options & U_OMIT_UNCHANGED_TEXT) == 0; in toUpper()
Dunistr_case.cpp165 stringCaseMapper(caseLocale, options | U_OMIT_UNCHANGED_TEXT, UCASEMAP_BREAK_ITERATOR in caseMap()
Dfilterednormalizer2.cpp115 if ((options & U_OMIT_UNCHANGED_TEXT) == 0) { in normalizeUTF8()
Dnormalizer2.cpp108 if ((options & U_OMIT_UNCHANGED_TEXT) == 0) { in normalizeUTF8()