Home | History | Annotate | Download | only in intltest

Lines Matching refs:qcResult

1218     UNormalizationCheckResult qcResult;
1264 qcResult=Normalizer::quickCheck(s, UNORM_FCD, errorCode);
1275 if( qcResult!=UNORM_YES ||
1281 dataerrln(" cc %02x trailCC %02x foldCC(U+%04lx) %02x foldTrailCC(U+%04lx) %02x quickCheck(folded)=%d", cc, trailCC, d.char32At(0), foldCC, d.char32At(d.length()-1), foldTrailCC, qcResult);