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

/external/chromium/third_party/icu/public/common/unicode/
H A Dunorm.h173 * options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT will be passed on to the
179 #define UNORM_COMPARE_NORM_OPTIONS_SHIFT 20 macro
555 * - 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/webkit/JavaScriptCore/icu/unicode/
H A Dunorm.h173 * options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT will be passed on to the
179 #define UNORM_COMPARE_NORM_OPTIONS_SHIFT 20 macro
554 * - regular normalization options shifted left by UNORM_COMPARE_NORM_OPTIONS_SHIFT
/external/webkit/WebCore/icu/unicode/
H A Dunorm.h173 * options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT will be passed on to the
179 #define UNORM_COMPARE_NORM_OPTIONS_SHIFT 20 macro
554 * - regular normalization options shifted left by UNORM_COMPARE_NORM_OPTIONS_SHIFT
/external/webkit/WebKit/mac/icu/unicode/
H A Dunorm.h173 * options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT will be passed on to the
179 #define UNORM_COMPARE_NORM_OPTIONS_SHIFT 20 macro
554 * - regular normalization options shifted left by UNORM_COMPARE_NORM_OPTIONS_SHIFT
/external/chromium/third_party/icu/source/common/
H A Dunormcmp.cpp560 normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT);
/external/icu4c/common/
H A Dunormcmp.cpp552 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT);
/external/chromium/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp866 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT);
892 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT);
1077 { UNORM_UNICODE_3_2<<UNORM_COMPARE_NORM_OPTIONS_SHIFT, "Unicode 3.2" }
H A Dnormconf.cpp413 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.cpp849 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT);
875 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT);
1060 { 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 163 milliseconds