Lines Matching refs:uts46Norm2
196 const Normalizer2 &uts46Norm2; // uts46.nrm
219 : uts46Norm2(*Normalizer2::getInstance(NULL, "uts46", UNORM2_COMPOSE, errorCode)),
306 // uts46Norm2.normalize() would do all of this error checking and setup,
541 uts46Norm2.normalize(src, dest, errorCode);
543 uts46Norm2.normalizeSecondAndAppend(dest, src.tempSubString(mappingStart), errorCode);
654 uts46Norm2.normalize(dest.tempSubString(labelStart), normalized, errorCode);
733 UBool isValid=uts46Norm2.isNormalized(fromPunycode, errorCode);
1131 if(uts46Norm2.getCombiningClass(c)==9) {
1174 if(uts46Norm2.getCombiningClass(c)!=9) {