Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Ducsdet.h56 struct UCharsetMatch;
62 typedef struct UCharsetMatch UCharsetMatch; typedef
172 U_STABLE const UCharsetMatch * U_EXPORT2
206 U_STABLE const UCharsetMatch ** U_EXPORT2
227 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
253 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status);
285 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status);
311 ucsdet_getUChars(const UCharsetMatch *ucsm,
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ducsdet.h56 struct UCharsetMatch;
62 typedef struct UCharsetMatch UCharsetMatch; typedef
172 U_STABLE const UCharsetMatch * U_EXPORT2
206 U_STABLE const UCharsetMatch ** U_EXPORT2
227 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
253 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status);
285 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status);
311 ucsdet_getUChars(const UCharsetMatch *ucsm,
/external/chromium_org/third_party/icu/source/i18n/
Ducsdet.cpp61 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName()
71 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getConfidence()
81 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getLanguage()
90 U_CAPI const UCharsetMatch * U_EXPORT2
97 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status); in ucsdet_detect()
110 U_CAPI const UCharsetMatch**
120 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
169 ucsdet_getUChars(const UCharsetMatch *ucsm, in ucsdet_getUChars()
/external/icu4c/i18n/
Ducsdet.cpp61 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName()
71 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getConfidence()
81 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getLanguage()
90 U_CAPI const UCharsetMatch * U_EXPORT2
97 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status); in ucsdet_detect()
110 U_CAPI const UCharsetMatch**
120 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
169 ucsdet_getUChars(const UCharsetMatch *ucsm, in ucsdet_getUChars()
/external/icu4c/test/intltest/
Dcsdetest.cpp184 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status); in checkEncoding()
291 const UCharsetMatch *match; in UTF8Test()
331 const UCharsetMatch *match; in UTF16Test()
391 const UCharsetMatch *match; in InputFilterTest()
459 const UCharsetMatch *match; in C1BytesTest()
603 const UCharsetMatch *match; in IBM424Test()
687 const UCharsetMatch *match; in IBM420Test()
741 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status); in Ticket6394Test()
784 const UCharsetMatch *match1 = ucsdet_detect(csd1, &status); in Ticket6954Test()
793 const UCharsetMatch *match2 = ucsdet_detect(csd2, &status); in Ticket6954Test()
/external/chromium_org/third_party/icu/source/test/cintltst/
Ducsdetst.c127 const UCharsetMatch *match; in TestUTF8()
173 const UCharsetMatch *match; in TestUTF16()
236 const UCharsetMatch *match; in TestC1Bytes()
289 const UCharsetMatch *match; in TestInputFilter()
394 const UCharsetMatch *match; in TestBufferOverflow()
479 const UCharsetMatch *match; in TestIBM424()
557 const UCharsetMatch *match; in TestIBM420()
/external/icu4c/test/cintltst/
Ducsdetst.c127 const UCharsetMatch *match; in TestUTF8()
173 const UCharsetMatch *match; in TestUTF16()
236 const UCharsetMatch *match; in TestC1Bytes()
289 const UCharsetMatch *match; in TestInputFilter()
394 const UCharsetMatch *match; in TestBufferOverflow()
479 const UCharsetMatch *match; in TestIBM424()
557 const UCharsetMatch *match; in TestIBM420()
/external/chromium_org/third_party/icu/source/test/intltest/
Dcsdetest.cpp172 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status); in checkEncoding()
279 const UCharsetMatch *match; in UTF8Test()
319 const UCharsetMatch *match; in UTF16Test()
379 const UCharsetMatch *match; in InputFilterTest()
447 const UCharsetMatch *match; in C1BytesTest()
591 const UCharsetMatch *match; in IBM424Test()
675 const UCharsetMatch *match; in IBM420Test()
729 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status); in Ticket6394Test()
/external/chromium/base/i18n/
Dicu_encoding_detection.cc24 const UCharsetMatch* match = ucsdet_detect(detector, &status); in DetectEncoding()
44 const UCharsetMatch** matches = ucsdet_detectAll(detector, in DetectAllEncodings()
/external/chromium_org/base/i18n/
Dicu_encoding_detection.cc24 const UCharsetMatch* match = ucsdet_detect(detector, &status); in DetectEncoding()
44 const UCharsetMatch** matches = ucsdet_detectAll(detector, in DetectAllEncodings()
/external/icu4c/samples/csdet/
Dcsdet.c31 const UCharsetMatch **csm; in main()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextEncodingDetector.cpp64 const UCharsetMatch** matches = ucsdet_detectAll(detector, &matchesCount, &status); in detectTextEncoding()