Home | History | Annotate | Download | only in intltest

Lines Matching refs:qcResult

1186     UNormalizationCheckResult qcResult;
1232 qcResult=Normalizer::quickCheck(s, UNORM_FCD, errorCode);
1243 if( qcResult!=UNORM_YES ||
1249 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);