HomeSort by relevance Sort by last modified time
    Searched defs:detected (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
ucsdetst.c 128 UChar detected[sizeof(ss)]; local
146 dLength = ucsdet_getUChars(match, detected, sLength, &status);
148 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) {
  /external/icu4c/test/intltest/
csdetest.cpp 292 UChar *detected = NEW_ARRAY(UChar, sLength); local
302 ucsdet_getUChars(match, detected, sLength, &status);
304 if (s.compare(detected, sLength) != 0) {
311 DELETE_ARRAY(detected);
725 const char charText[] = "Here is some random English text that should be detected as ISO-8859-1."
726 "Ticket 6394 claims that ISO-8859-1 will appear in the array of detected "

Completed in 207 milliseconds