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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucsdet.h 56 struct UCharsetMatch;
62 typedef struct UCharsetMatch UCharsetMatch;
155 * The returned UCharsetMatch object is owned by the UCharsetDetector.
167 * @return a UCharsetMatch representing the best matching charset,
172 U_STABLE const UCharsetMatch * U_EXPORT2
185 * The returned UCharsetMatch objects are owned by the UCharsetDetector.
200 * @return A pointer to an array of pointers to UCharSetMatch objects.
201 * This array, and the UCharSetMatch instances to which it refers,
206 U_STABLE const UCharsetMatch ** U_EXPORT
    [all...]
  /external/icu4c/i18n/unicode/
ucsdet.h 56 struct UCharsetMatch;
62 typedef struct UCharsetMatch UCharsetMatch;
155 * The returned UCharsetMatch object is owned by the UCharsetDetector.
167 * @return a UCharsetMatch representing the best matching charset,
172 U_STABLE const UCharsetMatch * U_EXPORT2
185 * The returned UCharsetMatch objects are owned by the UCharsetDetector.
200 * @return A pointer to an array of pointers to UCharSetMatch objects.
201 * This array, and the UCharSetMatch instances to which it refers,
206 U_STABLE const UCharsetMatch ** U_EXPORT
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucsdet.cpp 61 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status)
71 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status)
81 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status)
90 U_CAPI const UCharsetMatch * U_EXPORT2
97 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status);
110 U_CAPI const UCharsetMatch**
120 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status);
169 ucsdet_getUChars(const UCharsetMatch *ucsm,
  /external/icu4c/i18n/
ucsdet.cpp 61 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status)
71 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status)
81 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status)
90 U_CAPI const UCharsetMatch * U_EXPORT2
97 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status);
110 U_CAPI const UCharsetMatch**
120 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status);
169 ucsdet_getUChars(const UCharsetMatch *ucsm,
  /external/chromium/base/i18n/
icu_encoding_detection.cc 24 const UCharsetMatch* match = ucsdet_detect(detector, &status);
44 const UCharsetMatch** matches = ucsdet_detectAll(detector,
  /external/chromium_org/base/i18n/
icu_encoding_detection.cc 24 const UCharsetMatch* match = ucsdet_detect(detector, &status);
44 const UCharsetMatch** matches = ucsdet_detectAll(detector,
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextEncodingDetectorICU.cpp 65 const UCharsetMatch** matches = ucsdet_detectAll(detector, &matchesCount, &status);
  /external/icu4c/samples/csdet/
csdet.c 31 const UCharsetMatch **csm;
  /external/icu4c/test/intltest/
csdetest.cpp 184 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status);
291 const UCharsetMatch *match;
331 const UCharsetMatch *match;
391 const UCharsetMatch *match;
459 const UCharsetMatch *match;
603 const UCharsetMatch *match;
687 const UCharsetMatch *match;
741 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
784 const UCharsetMatch *match1 = ucsdet_detect(csd1, &status);
793 const UCharsetMatch *match2 = ucsdet_detect(csd2, &status)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ucsdetst.c 127 const UCharsetMatch *match;
173 const UCharsetMatch *match;
236 const UCharsetMatch *match;
289 const UCharsetMatch *match;
394 const UCharsetMatch *match;
479 const UCharsetMatch *match;
557 const UCharsetMatch *match;
  /external/icu4c/test/cintltst/
ucsdetst.c 127 const UCharsetMatch *match;
173 const UCharsetMatch *match;
236 const UCharsetMatch *match;
289 const UCharsetMatch *match;
394 const UCharsetMatch *match;
479 const UCharsetMatch *match;
557 const UCharsetMatch *match;
  /external/chromium_org/third_party/icu/source/test/intltest/
csdetest.cpp 172 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status);
279 const UCharsetMatch *match;
319 const UCharsetMatch *match;
379 const UCharsetMatch *match;
447 const UCharsetMatch *match;
591 const UCharsetMatch *match;
675 const UCharsetMatch *match;
729 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);

Completed in 715 milliseconds