HomeSort by relevance Sort by last modified time
    Searched refs:ucsdet_setText (Results 1 - 9 of 9) sorted by null

  /external/chromium/base/i18n/
icu_encoding_detection.cc 22 ucsdet_setText(detector, text.data(), static_cast<int32_t>(text.length()),
41 ucsdet_setText(detector, text.data(), static_cast<int32_t>(text.length()),
  /external/icu4c/i18n/unicode/
ucsdet.h 122 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
  /external/icu4c/samples/csdet/
csdet.c 52 ucsdet_setText(csd, buffer, inputLength, &status);
  /external/webkit/Source/WebCore/icu/unicode/
ucsdet.h 101 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
  /external/webkit/Source/WebCore/platform/text/
TextEncodingDetectorICU.cpp 62 ucsdet_setText(detector, data, static_cast<int32_t>(len), &status);
  /external/icu4c/test/cintltst/
ucsdetst.c 133 ucsdet_setText(csd, bytes, byteLength, &status);
177 ucsdet_setText(csd, beBytes, beLength, &status);
197 ucsdet_setText(csd, leBytes, leLength, &status);
244 ucsdet_setText(csd, bWindows, lWindows, &status);
258 ucsdet_setText(csd, bISO, lISO, &status);
302 ucsdet_setText(csd, bytes, byteLength, &status);
324 ucsdet_setText(csd, bytes, byteLength, &status);
353 ucsdet_setText(NULL, NULL, 0, &status);
404 ucsdet_setText(csd, testStrings[idx], -1, &status);
482 ucsdet_setText(csd, bytes, bLength, &status)
    [all...]
  /external/icu4c/test/intltest/
csdetest.cpp 169 ucsdet_setText(csd.getAlias(), bytes, byteLength, &status);
282 ucsdet_setText(csd, bytes, byteLength, &status);
323 ucsdet_setText(csd, beBytes, beLength, &status);
344 ucsdet_setText(csd, leBytes, leLength, &status);
389 ucsdet_setText(csd, bytes, byteLength, &status);
411 ucsdet_setText(csd, bytes, byteLength, &status);
450 ucsdet_setText(csd, bWindows, lWindows, &status);
464 ucsdet_setText(csd, bISO, lISO, &status);
594 ucsdet_setText(csd, bytes, bLength, &status);
607 ucsdet_setText(csd, bytes_r, brLength, &status)
    [all...]
  /external/icu4c/i18n/
ucsdet.cpp 51 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status)
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 24 milliseconds