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

  /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/webkit/Source/WebCore/icu/unicode/
ucsdet.h 54 struct UCharsetMatch;
60 typedef struct UCharsetMatch UCharsetMatch;
134 * The returned UCharsetMatch object is owned by the UCharsetDetector.
146 * @return a UCharsetMatch representing the best matching charset,
151 U_DRAFT const UCharsetMatch * U_EXPORT2
164 * The returned UCharsetMatch objects are owned by the UCharsetDetector.
179 * @return A pointer to an array of pointers to UCharSetMatch objects.
180 * This array, and the UCharSetMatch instances to which it refers,
185 U_DRAFT const UCharsetMatch ** U_EXPORT
    [all...]
  /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/icu4c/samples/csdet/
csdet.c 31 const UCharsetMatch **csm;
  /external/webkit/Source/WebCore/platform/text/
TextEncodingDetectorICU.cpp 76 const UCharsetMatch** matches = ucsdet_detectAll(detector, &matchesCount, &status);
  /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/icu4c/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 3529 milliseconds