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

  /external/icu/icu4c/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...]
  /frameworks/av/include/media/
CharacterEncodingDetector.h 43 const UCharsetMatch *getPreferred(
45 const UCharsetMatch** ucma, size_t matches,
  /external/icu/icu4c/source/i18n/
ucsdet.cpp 66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status)
76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status)
86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status)
95 U_CAPI const UCharsetMatch * U_EXPORT2
102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status);
115 U_CAPI const UCharsetMatch**
125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status);
174 ucsdet_getUChars(const UCharsetMatch *ucsm,
  /external/icu/icu4c/source/samples/csdet/
csdet.c 31 const UCharsetMatch **csm;
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 87 const UCharsetMatch *ucm;
118 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status);
121 const UCharsetMatch* bestCombinedMatch = getPreferred(buf, strlen(buf),
280 const UCharsetMatch *CharacterEncodingDetector::getPreferred(
282 const UCharsetMatch** ucma, size_t nummatches,
286 Vector<const UCharsetMatch*> matches;
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 184 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status);
330 const UCharsetMatch *match;
370 const UCharsetMatch *match;
430 const UCharsetMatch *match;
498 const UCharsetMatch *match;
647 const UCharsetMatch *match;
737 const UCharsetMatch *match;
792 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
835 const UCharsetMatch *match1 = ucsdet_detect(csd1, &status);
844 const UCharsetMatch *match2 = ucsdet_detect(csd2, &status)
    [all...]
  /external/icu/icu4c/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;

Completed in 2028 milliseconds