Searched refs:UCharsetMatch (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducsdet.h56 struct UCharsetMatch;
62 typedef struct UCharsetMatch UCharsetMatch; typedef in typeref:struct: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.
206 U_STABLE const UCharsetMatch ** U_EXPORT2
212 * Get the name of the charset represented by a UCharsetMatch.
215 * UCharsetMatch, an
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ducsdet.h56 struct UCharsetMatch;
62 typedef struct UCharsetMatch UCharsetMatch; typedef in typeref:struct: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.
206 U_STABLE const UCharsetMatch ** U_EXPORT2
212 * Get the name of the charset represented by a UCharsetMatch.
215 * UCharsetMatch, an
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducsdet.cpp66 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/i18n/
H A Ducsdet.cpp66 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/chromium_org/base/i18n/
H A Dicu_encoding_detection.cc24 const UCharsetMatch* match = ucsdet_detect(detector, &status);
44 const UCharsetMatch** matches = ucsdet_detectAll(detector,
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextEncodingDetector.cpp64 const UCharsetMatch** matches = ucsdet_detectAll(detector, &matchesCount, &status);
/external/chromium_org/third_party/icu/source/samples/csdet/
H A Dcsdet.c31 const UCharsetMatch **csm;
/external/icu/icu4c/source/samples/csdet/
H A Dcsdet.c31 const UCharsetMatch **csm;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp184 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;
646 const UCharsetMatch *match;
734 const UCharsetMatch *match;
788 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
831 const UCharsetMatch *match1 = ucsdet_detect(csd1, &status);
840 const UCharsetMatch *match
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp184 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;
646 const UCharsetMatch *match;
734 const UCharsetMatch *match;
788 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
831 const UCharsetMatch *match1 = ucsdet_detect(csd1, &status);
840 const UCharsetMatch *match
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Ducsdetst.c127 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/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c127 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 365 milliseconds