Home
last modified time | relevance | path

Searched refs:uts46Norm2 (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java68 private static final Normalizer2 uts46Norm2= field in UTS46
209 uts46Norm2.normalize(src, dest); in processUnicode()
211 uts46Norm2.normalizeSecondAndAppend(dest, src.subSequence(mappingStart, src.length())); in processUnicode()
297 String normalized=uts46Norm2.normalize(dest.subSequence(labelStart, dest.length())); in mapDevChars()
368 boolean isValid=uts46Norm2.isNormalized(fromPunycode); in processLabel()
710 if(uts46Norm2.getCombiningClass(c)==9) { in isLabelOkContextJ()
753 if(uts46Norm2.getCombiningClass(c)!=9) { in isLabelOkContextJ()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUTS46.java69 private static final Normalizer2 uts46Norm2= field in UTS46
210 uts46Norm2.normalize(src, dest); in processUnicode()
212 uts46Norm2.normalizeSecondAndAppend(dest, src.subSequence(mappingStart, src.length())); in processUnicode()
298 String normalized=uts46Norm2.normalize(dest.subSequence(labelStart, dest.length())); in mapDevChars()
359 boolean isValid=uts46Norm2.isNormalized(fromPunycode); in processLabel()
701 if(uts46Norm2.getCombiningClass(c)==9) { in isLabelOkContextJ()
744 if(uts46Norm2.getCombiningClass(c)!=9) { in isLabelOkContextJ()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duts46.cpp196 const Normalizer2 &uts46Norm2; // uts46.nrm member in UTS46
219 : uts46Norm2(*Normalizer2::getInstance(NULL, "uts46", UNORM2_COMPOSE, errorCode)), in UTS46()
533 uts46Norm2.normalize(src, dest, errorCode); in processUnicode()
535 uts46Norm2.normalizeSecondAndAppend(dest, src.tempSubString(mappingStart), errorCode); in processUnicode()
660 uts46Norm2.normalize(dest.tempSubString(labelStart), normalized, errorCode); in mapDevChars()
752 UBool isValid=uts46Norm2.isNormalized(fromPunycode, errorCode); in processLabel()
1156 if(uts46Norm2.getCombiningClass(c)==9) { in isLabelOkContextJ()
1199 if(uts46Norm2.getCombiningClass(c)!=9) { in isLabelOkContextJ()
/third_party/icu/icu4c/source/common/
Duts46.cpp196 const Normalizer2 &uts46Norm2; // uts46.nrm member in UTS46
219 : uts46Norm2(*Normalizer2::getInstance(NULL, "uts46", UNORM2_COMPOSE, errorCode)), in UTS46()
533 uts46Norm2.normalize(src, dest, errorCode); in processUnicode()
535 uts46Norm2.normalizeSecondAndAppend(dest, src.tempSubString(mappingStart), errorCode); in processUnicode()
660 uts46Norm2.normalize(dest.tempSubString(labelStart), normalized, errorCode); in mapDevChars()
762 UBool isValid=uts46Norm2.isNormalized(fromPunycode, errorCode); in processLabel()
1166 if(uts46Norm2.getCombiningClass(c)==9) { in isLabelOkContextJ()
1209 if(uts46Norm2.getCombiningClass(c)!=9) { in isLabelOkContextJ()
/third_party/skia/third_party/externals/icu/source/common/
Duts46.cpp196 const Normalizer2 &uts46Norm2; // uts46.nrm member in UTS46
219 : uts46Norm2(*Normalizer2::getInstance(NULL, "uts46", UNORM2_COMPOSE, errorCode)), in UTS46()
533 uts46Norm2.normalize(src, dest, errorCode); in processUnicode()
535 uts46Norm2.normalizeSecondAndAppend(dest, src.tempSubString(mappingStart), errorCode); in processUnicode()
660 uts46Norm2.normalize(dest.tempSubString(labelStart), normalized, errorCode); in mapDevChars()
762 UBool isValid=uts46Norm2.isNormalized(fromPunycode, errorCode); in processLabel()
1166 if(uts46Norm2.getCombiningClass(c)==9) { in isLabelOkContextJ()
1209 if(uts46Norm2.getCombiningClass(c)!=9) { in isLabelOkContextJ()
/third_party/node/deps/icu-small/source/common/
Duts46.cpp196 const Normalizer2 &uts46Norm2; // uts46.nrm member in UTS46
219 : uts46Norm2(*Normalizer2::getInstance(NULL, "uts46", UNORM2_COMPOSE, errorCode)), in UTS46()
533 uts46Norm2.normalize(src, dest, errorCode); in processUnicode()
535 uts46Norm2.normalizeSecondAndAppend(dest, src.tempSubString(mappingStart), errorCode); in processUnicode()
660 uts46Norm2.normalize(dest.tempSubString(labelStart), normalized, errorCode); in mapDevChars()
762 UBool isValid=uts46Norm2.isNormalized(fromPunycode, errorCode); in processLabel()
1166 if(uts46Norm2.getCombiningClass(c)==9) { in isLabelOkContextJ()
1209 if(uts46Norm2.getCombiningClass(c)!=9) { in isLabelOkContextJ()