Searched refs:U_OMIT_UNCHANGED_TEXT (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | strcase.cpp | 1257 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 …]
|
D | tstnorm.cpp | 1614 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/ |
D | stringoptions.h | 152 #define U_OMIT_UNCHANGED_TEXT 0x4000 macro
|
/external/icu/libandroidicu/include/unicode/ |
D | stringoptions.h | 152 #define U_OMIT_UNCHANGED_TEXT 0x4000 macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | stringoptions.h | 152 #define U_OMIT_UNCHANGED_TEXT 0x4000 macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | stringoptions.h | 152 #define U_OMIT_UNCHANGED_TEXT 0x4000 macro
|
/external/icu/icu4c/source/common/ |
D | bytesinkutil.cpp | 103 if ((options & U_OMIT_UNCHANGED_TEXT) == 0) { in appendNonEmptyUnchanged()
|
D | unistr_case.cpp | 165 stringCaseMapper(caseLocale, options | U_OMIT_UNCHANGED_TEXT, UCASEMAP_BREAK_ITERATOR in caseMap()
|
D | ucasemap.cpp | 150 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()
|
D | ustrcase.cpp | 69 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()
|
D | filterednormalizer2.cpp | 115 if ((options & U_OMIT_UNCHANGED_TEXT) == 0) { in normalizeUTF8()
|
D | normalizer2.cpp | 110 if ((options & U_OMIT_UNCHANGED_TEXT) == 0) { in normalizeUTF8()
|