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

  /external/chromium/third_party/icu/source/test/cintltst/
ucsdetst.c 126 UChar detected[sizeof(ss)]; local
144 dLength = ucsdet_getUChars(match, detected, sLength, &status);
146 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) {
  /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/chromium/third_party/icu/source/test/intltest/
csdetest.cpp 281 UChar *detected = NEW_ARRAY(UChar, sLength); local
291 ucsdet_getUChars(match, detected, sLength, &status);
293 if (s.compare(detected, sLength) != 0) {
300 DELETE_ARRAY(detected);
714 const char charText[] = "Here is some random English text that should be detected as ISO-8859-1."
715 "Ticket 6394 claims that ISO-8859-1 will appear in the array of detected "
  /external/icu4c/test/intltest/
csdetest.cpp 280 UChar *detected = NEW_ARRAY(UChar, sLength); local
290 ucsdet_getUChars(match, detected, sLength, &status);
292 if (s.compare(detected, sLength) != 0) {
299 DELETE_ARRAY(detected);
713 const char charText[] = "Here is some random English text that should be detected as ISO-8859-1."
714 "Ticket 6394 claims that ISO-8859-1 will appear in the array of detected "

Completed in 230 milliseconds