Home
last modified time | relevance | path

Searched refs:U_EDITS_NO_RESET (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dstringoptions.h140 #define U_EDITS_NO_RESET 0x2000 macro
/external/icu/libandroidicu/include/unicode/
Dstringoptions.h140 #define U_EDITS_NO_RESET 0x2000 macro
/external/icu/libicu/ndk_headers/unicode/
Dstringoptions.h140 #define U_EDITS_NO_RESET 0x2000 macro
/external/icu/libicu/cts_headers/unicode/
Dstringoptions.h140 #define U_EDITS_NO_RESET 0x2000 macro
/external/icu/icu4c/source/common/
Dfilterednormalizer2.cpp96 if (edits != nullptr && (options & U_EDITS_NO_RESET) == 0) { in normalizeUTF8()
99 options |= U_EDITS_NO_RESET; // Do not reset for each span. in normalizeUTF8()
Ducasemap.cpp784 if (edits != nullptr && (options & U_EDITS_NO_RESET) == 0) { in ucasemap_mapUTF8()
831 if (edits != nullptr && (options & U_EDITS_NO_RESET) == 0) { in ucasemap_mapUTF8()
Dnorm2allmodes.h240 if (edits != nullptr && (options & U_EDITS_NO_RESET) == 0) { in normalizeUTF8()
Dnormalizer2.cpp105 if ((options & U_EDITS_NO_RESET) == 0) { in normalizeUTF8()
Dustrcase.cpp1260 if (edits != nullptr && (options & U_EDITS_NO_RESET) == 0) { in ustrcase_map()
/external/icu/libicu/cts_headers/
Dnorm2allmodes.h240 if (edits != nullptr && (options & U_EDITS_NO_RESET) == 0) { in normalizeUTF8()
/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp1310 length = CaseMap::fold(U_OMIT_UNCHANGED_TEXT | U_EDITS_NO_RESET | U_FOLD_CASE_EXCLUDE_SPECIAL_I, in TestCaseMapWithEdits()
1395 length = CaseMap::utf8Fold(U_OMIT_UNCHANGED_TEXT | U_EDITS_NO_RESET | in TestCaseMapUTF8WithEdits()