Home | History | Annotate | Download | only in intltest

Lines Matching refs:nfcNorm2

1126     const Normalizer2 *nfcNorm2=Normalizer2::getNFCInstance(errorCode);
1130 if(!nfcNorm2->getDecomposition(c, s2)) {
1162 if( nfcNorm2->getDecomposition(0x20, s2) ||
1163 nfcNorm2->getDecomposition(0x4e00, s2) ||
1164 nfcNorm2->getDecomposition(0x20002, s2)
1170 if( nfcNorm2->getRawDecomposition(0x20, s2) ||
1171 nfcNorm2->getRawDecomposition(0x4e00, s2) ||
1172 nfcNorm2->getRawDecomposition(0x20002, s2)
1178 if( nfcNorm2->composePair(0x20, 0x301)>=0 ||
1179 nfcNorm2->composePair(0x61, 0x305)>=0 ||
1180 nfcNorm2->composePair(0x1100, 0x1160)>=0 ||
1181 nfcNorm2->composePair(0xac00, 0x11a7)>=0
1188 FilteredNormalizer2 fn2(*nfcNorm2, filter);
1487 const Normalizer2 *nfcNorm2=Normalizer2::getNFCInstance(errorCode);
1493 FilteredNormalizer2 fn2(*nfcNorm2, filter);
1507 uint8_t expectedCC= filter.contains(c) ? nfcNorm2->getCombiningClass(c) : 0;