Searched refs:U_EDITS_NO_RESET (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dstringoptions.h146 #define U_EDITS_NO_RESET 0x2000 macro
/external/icu/icu4c/source/common/
H A Dfilterednormalizer2.cpp96 if (edits != nullptr && (options & U_EDITS_NO_RESET) == 0) {
99 options |= U_EDITS_NO_RESET; // Do not reset for each span.
H A Dnorm2allmodes.h240 if (edits != nullptr && (options & U_EDITS_NO_RESET) == 0) {
H A Ducasemap.cpp608 if (edits != nullptr && (options & U_EDITS_NO_RESET) == 0) {
655 if (edits != nullptr && (options & U_EDITS_NO_RESET) == 0) {
H A Dnormalizer2.cpp103 if ((options & U_EDITS_NO_RESET) == 0) {
H A Dustrcase.cpp1109 if (edits != nullptr && (options & U_EDITS_NO_RESET) == 0) {
/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp1284 length = CaseMap::fold(U_OMIT_UNCHANGED_TEXT | U_EDITS_NO_RESET | U_FOLD_CASE_EXCLUDE_SPECIAL_I,
1367 length = CaseMap::utf8Fold(U_OMIT_UNCHANGED_TEXT | U_EDITS_NO_RESET |

Completed in 154 milliseconds