Searched refs:U_OMIT_UNCHANGED_TEXT (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | strcase.cpp | 1231 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 …]
|
D | tstnorm.cpp | 1580 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/ |
D | stringoptions.h | 158 #define U_OMIT_UNCHANGED_TEXT 0x4000 macro
|
/external/icu/icu4c/source/common/ |
D | bytesinkutil.cpp | 104 if ((options & U_OMIT_UNCHANGED_TEXT) == 0) { in appendUnchanged()
|
D | ucasemap.cpp | 150 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()
|
D | ustrcase.cpp | 77 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()
|
D | unistr_case.cpp | 165 stringCaseMapper(caseLocale, options | U_OMIT_UNCHANGED_TEXT, UCASEMAP_BREAK_ITERATOR in caseMap()
|
D | filterednormalizer2.cpp | 115 if ((options & U_OMIT_UNCHANGED_TEXT) == 0) { in normalizeUTF8()
|
D | normalizer2.cpp | 108 if ((options & U_OMIT_UNCHANGED_TEXT) == 0) { in normalizeUTF8()
|