Searched refs:UNORM_INPUT_IS_FCD (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dstringoptions.h181 #define UNORM_INPUT_IS_FCD 0x20000 macro
/external/icu/icu4c/source/common/
H A Dunormcmp.cpp121 * and to turn off UNORM_INPUT_IS_FCD.
599 if(!(options&UNORM_INPUT_IS_FCD) || (options&U_FOLD_CASE_EXCLUDE_SPECIAL_I)) {
/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp881 // test wrapper for Normalizer::compare, sets UNORM_INPUT_IS_FCD appropriately
888 options|=UNORM_INPUT_IS_FCD;
1057 // UNORM_INPUT_IS_FCD is set automatically if both input strings fulfill FCD conditions

Completed in 173 milliseconds