Searched defs:detected (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c129 UChar detected[sizeof(ss)]; local
147 dLength = ucsdet_getUChars(match, detected, sLength, &status);
149 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) {
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp331 UChar *detected = NEW_ARRAY(UChar, sLength); local
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 "

Completed in 92 milliseconds