Home | History | Annotate | Download | only in intltest

Lines Matching refs:csd2

842     UCharsetDetector *csd2 = ucsdet_open(&status);
843 ucsdet_setText(csd2, bISO, lISO, &status);
844 const UCharsetMatch *match2 = ucsdet_detect(csd2, &status);
857 ucsdet_close(csd2);