Searched refs:UNORM_COMPARE_NORM_OPTIONS_SHIFT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunorm.h179 * options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT will be passed on to the
185 #define UNORM_COMPARE_NORM_OPTIONS_SHIFT 20 macro
540 * - regular normalization options shifted left by UNORM_COMPARE_NORM_OPTIONS_SHIFT
/external/icu4c/common/unicode/
H A Dunorm.h179 * options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT will be passed on to the
185 #define UNORM_COMPARE_NORM_OPTIONS_SHIFT 20 macro
540 * - regular normalization options shifted left by UNORM_COMPARE_NORM_OPTIONS_SHIFT
/external/chromium_org/third_party/icu/source/common/
H A Dunormcmp.cpp552 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT);
/external/icu4c/common/
H A Dunormcmp.cpp581 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp852 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT);
878 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT);
1063 { UNORM_UNICODE_3_2<<UNORM_COMPARE_NORM_OPTIONS_SHIFT, "Unicode 3.2" }
H A Dnormconf.cpp430 rc=Normalizer::compare(field[0], field[2], (options<<UNORM_COMPARE_NORM_OPTIONS_SHIFT)|U_COMPARE_IGNORE_CASE, status);
/external/icu4c/test/intltest/
H A Dtstnorm.cpp853 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT);
879 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT);
1064 { UNORM_UNICODE_3_2<<UNORM_COMPARE_NORM_OPTIONS_SHIFT, "Unicode 3.2" }
H A Dnormconf.cpp430 rc=Normalizer::compare(field[0], field[2], (options<<UNORM_COMPARE_NORM_OPTIONS_SHIFT)|U_COMPARE_IGNORE_CASE, status);

Completed in 303 milliseconds