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/content/renderer/media/
media_stream_audio_processor.cc 578 bool detected = typing_detector_->Process(key_pressed, local
580 base::subtle::Release_Store(&typing_detected_, detected);
  /external/chromium_org/third_party/icu/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...]
  /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...]

Completed in 346 milliseconds