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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunorm.h468 #define UNORM_INPUT_IS_FCD 0x20000 macro
521 * - UNORM_INPUT_IS_FCD
/external/icu/icu4c/source/common/unicode/
H A Dunorm.h468 #define UNORM_INPUT_IS_FCD 0x20000 macro
521 * - UNORM_INPUT_IS_FCD
/external/chromium_org/third_party/icu/source/common/
H A Dunormcmp.cpp121 * and to turn off UNORM_INPUT_IS_FCD.
605 if(!(options&UNORM_INPUT_IS_FCD) || (options&U_FOLD_CASE_EXCLUDE_SPECIAL_I)) {
/external/icu/icu4c/source/common/
H A Dunormcmp.cpp121 * and to turn off UNORM_INPUT_IS_FCD.
605 if(!(options&UNORM_INPUT_IS_FCD) || (options&U_FOLD_CASE_EXCLUDE_SPECIAL_I)) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp876 // test wrapper for Normalizer::compare, sets UNORM_INPUT_IS_FCD appropriately
883 options|=UNORM_INPUT_IS_FCD;
1052 // UNORM_INPUT_IS_FCD is set automatically if both input strings fulfill FCD conditions
/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp876 // test wrapper for Normalizer::compare, sets UNORM_INPUT_IS_FCD appropriately
883 options|=UNORM_INPUT_IS_FCD;
1052 // UNORM_INPUT_IS_FCD is set automatically if both input strings fulfill FCD conditions

Completed in 277 milliseconds