HomeSort by relevance Sort by last modified time
    Searched defs:detected (Results 1 - 5 of 5) 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/icu/icu4c/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/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/icu/icu4c/source/test/intltest/
csdetest.cpp 331 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);
772 const char charText[] = "Here is some random English text that should be detected as ISO-8859-1."
773 "Ticket 6394 claims that ISO-8859-1 will appear in the array of detected "
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-support/1.5/
gmaven-feature-support-1.5.jar 

Completed in 491 milliseconds