Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp1257 int32_t length = CaseMap::toLower("tr", U_OMIT_UNCHANGED_TEXT, in TestCaseMapWithEdits()
1272 length = CaseMap::toUpper("el", U_OMIT_UNCHANGED_TEXT, in TestCaseMapWithEdits()
1292 U_OMIT_UNCHANGED_TEXT | in TestCaseMapWithEdits()
1310 length = CaseMap::fold(U_OMIT_UNCHANGED_TEXT | U_EDITS_NO_RESET | U_FOLD_CASE_EXCLUDE_SPECIAL_I, in TestCaseMapWithEdits()
1338 int32_t length = CaseMap::utf8ToLower("tr", U_OMIT_UNCHANGED_TEXT, in TestCaseMapUTF8WithEdits()
1355 length = CaseMap::utf8ToUpper("el", U_OMIT_UNCHANGED_TEXT, in TestCaseMapUTF8WithEdits()
1376 U_OMIT_UNCHANGED_TEXT | in TestCaseMapUTF8WithEdits()
1395 length = CaseMap::utf8Fold(U_OMIT_UNCHANGED_TEXT | U_EDITS_NO_RESET | in TestCaseMapUTF8WithEdits()
1429 int32_t length = CaseMap::toLower("tr", U_OMIT_UNCHANGED_TEXT, in TestCaseMapToString()
1433 length = CaseMap::toUpper("el", U_OMIT_UNCHANGED_TEXT, in TestCaseMapToString()
[all …]
Dtstnorm.cpp1614 nfkc_cf->normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestNormalizeUTF8WithEdits()
1662 fn2.normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestNormalizeUTF8WithEdits()
/external/icu/icu4c/source/common/unicode/
Dstringoptions.h152 #define U_OMIT_UNCHANGED_TEXT 0x4000 macro
/external/icu/libandroidicu/include/unicode/
Dstringoptions.h152 #define U_OMIT_UNCHANGED_TEXT 0x4000 macro
/external/icu/libicu/ndk_headers/unicode/
Dstringoptions.h152 #define U_OMIT_UNCHANGED_TEXT 0x4000 macro
/external/icu/libicu/cts_headers/unicode/
Dstringoptions.h152 #define U_OMIT_UNCHANGED_TEXT 0x4000 macro
/external/icu/icu4c/source/common/
Dbytesinkutil.cpp103 if ((options & U_OMIT_UNCHANGED_TEXT) == 0) { in appendNonEmptyUnchanged()
Dunistr_case.cpp165 stringCaseMapper(caseLocale, options | U_OMIT_UNCHANGED_TEXT, UCASEMAP_BREAK_ITERATOR in caseMap()
Ducasemap.cpp150 if((options & U_OMIT_UNCHANGED_TEXT) == 0) { in appendResult()
650 if (edits == nullptr && (options & U_OMIT_UNCHANGED_TEXT) == 0) { in toUpper()
683 change = (options & U_OMIT_UNCHANGED_TEXT) == 0; in toUpper()
Dustrcase.cpp69 if(options & U_OMIT_UNCHANGED_TEXT) { in appendResult()
145 if(options & U_OMIT_UNCHANGED_TEXT) { in appendNonEmptyUnchanged()
1101 if (edits == nullptr && (options & U_OMIT_UNCHANGED_TEXT) == 0) { in toUpper()
1127 change = (options & U_OMIT_UNCHANGED_TEXT) == 0; in toUpper()
Dfilterednormalizer2.cpp115 if ((options & U_OMIT_UNCHANGED_TEXT) == 0) { in normalizeUTF8()
Dnormalizer2.cpp110 if ((options & U_OMIT_UNCHANGED_TEXT) == 0) { in normalizeUTF8()