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

  /external/chromium_org/third_party/icu/source/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/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_org/third_party/icu/source/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 "
  /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 228 milliseconds