Home | History | Annotate | Download | only in intltest

Lines Matching defs:detected

331     UChar *detected = NEW_ARRAY(UChar, sLength);
341 ucsdet_getUChars(match, detected, sLength, &status);
343 if (s.compare(detected, sLength) != 0) {
350 DELETE_ARRAY(detected);
776 const char charText[] = "Here is some random English text that should be detected as ISO-8859-1."
777 "Ticket 6394 claims that ISO-8859-1 will appear in the array of detected "