Home
last modified time | relevance | path

Searched refs:UNORM_UNICODE_3_2 (Results 1 – 16 of 16) sorted by relevance

/external/icu4c/common/
Dunorm.cpp425 if(options&UNORM_UNICODE_3_2) {
446 if(options&UNORM_UNICODE_3_2) {
463 if(options&UNORM_UNICODE_3_2) {
484 if(options&UNORM_UNICODE_3_2) {
490 if(options&UNORM_UNICODE_3_2) {
585 if(options&UNORM_UNICODE_3_2) {
591 if(options&UNORM_UNICODE_3_2) {
Dnormlzr.cpp73 if(fOptions&UNORM_UNICODE_3_2) { in init()
142 if(options&UNORM_UNICODE_3_2) { in normalize()
177 if(options&UNORM_UNICODE_3_2) { in quickCheck()
194 if(options&UNORM_UNICODE_3_2) { in isNormalized()
228 if(options&UNORM_UNICODE_3_2) { in concatenate()
Dunormcmp.cpp589 if(normOptions&UNORM_UNICODE_3_2) { in unorm_compare()
595 if(normOptions&UNORM_UNICODE_3_2) { in unorm_compare()
Dusprep.cpp613 UNORM_NFKC, UNORM_UNICODE_3_2, in usprep_normalize()
/external/icu4c/common/unicode/
Dunorm.h167 UNORM_UNICODE_3_2=0x20 enumerator
/external/chromium/third_party/icu/public/common/unicode/
Dunorm.h161 UNORM_UNICODE_3_2=0x20 enumerator
/external/webkit/WebCore/icu/unicode/
Dunorm.h161 UNORM_UNICODE_3_2=0x20 enumerator
/external/webkit/JavaScriptCore/icu/unicode/
Dunorm.h161 UNORM_UNICODE_3_2=0x20 enumerator
/external/webkit/WebKit/mac/icu/unicode/
Dunorm.h161 UNORM_UNICODE_3_2=0x20 enumerator
/external/webkit/WebCore/platform/graphics/
DWidthIterator.cpp235 UNORM_NFC, UNORM_UNICODE_3_2, &normalizedCharacters[0], 2, &uStatus); in normalizeVoicingMarks()
/external/chromium/third_party/icu/source/test/intltest/
Dnormconf.cpp157 TestConformance(openNormalizationTestFile("NormalizationTest-3.2.0.txt"), UNORM_UNICODE_3_2); in TestConformance32()
Dtstnorm.cpp1077 { UNORM_UNICODE_3_2<<UNORM_COMPARE_NORM_OPTIONS_SHIFT, "Unicode 3.2" } in TestCompare()
/external/icu4c/test/intltest/
Dnormconf.cpp158 TestConformance(openNormalizationTestFile("NormalizationTest-3.2.0.txt"), UNORM_UNICODE_3_2); in TestConformance32()
Dtstnorm.cpp1060 { UNORM_UNICODE_3_2<<UNORM_COMPARE_NORM_OPTIONS_SHIFT, "Unicode 3.2" } in TestCompare()
/external/chromium/third_party/icu/source/common/
Dusprep.cpp654 UNORM_NFKC, UNORM_UNICODE_3_2|UNORM_BEFORE_PRI_29, in usprep_normalize()
Dunorm.cpp605 case UNORM_UNICODE_3_2: in internalGetNXUnicode()