Searched refs:UCharsetMatch (Results 1 – 7 of 7) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | ucsdet.h | 62 struct UCharsetMatch; 68 typedef struct UCharsetMatch UCharsetMatch; typedef 178 U_STABLE const UCharsetMatch * U_EXPORT2 212 U_STABLE const UCharsetMatch ** U_EXPORT2 233 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status); 259 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status); 291 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status); 317 ucsdet_getUChars(const UCharsetMatch *ucsm,
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucsdet.h | 62 struct UCharsetMatch; 68 typedef struct UCharsetMatch UCharsetMatch; typedef 178 U_STABLE const UCharsetMatch * U_EXPORT2 212 U_STABLE const UCharsetMatch ** U_EXPORT2 233 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status); 259 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status); 291 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status); 317 ucsdet_getUChars(const UCharsetMatch *ucsm,
|
/external/icu/icu4c/source/i18n/ |
D | ucsdet.cpp | 66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName() 76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getConfidence() 86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getLanguage() 95 U_CAPI const UCharsetMatch * U_EXPORT2 102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status); in ucsdet_detect() 115 U_CAPI const UCharsetMatch** 125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll() 174 ucsdet_getUChars(const UCharsetMatch *ucsm, in ucsdet_getUChars()
|
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 184 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status); in checkEncoding() 330 const UCharsetMatch *match; in UTF8Test() 370 const UCharsetMatch *match; in UTF16Test() 430 const UCharsetMatch *match; in InputFilterTest() 498 const UCharsetMatch *match; in C1BytesTest() 647 const UCharsetMatch *match; in IBM424Test() 737 const UCharsetMatch *match; in IBM420Test() 792 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status); in Ticket6394Test() 835 const UCharsetMatch *match1 = ucsdet_detect(csd1, &status); in Ticket6954Test() 844 const UCharsetMatch *match2 = ucsdet_detect(csd2, &status); in Ticket6954Test()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 128 const UCharsetMatch *match; in TestUTF8() 174 const UCharsetMatch *match; in TestUTF16() 237 const UCharsetMatch *match; in TestC1Bytes() 290 const UCharsetMatch *match; in TestInputFilter() 395 const UCharsetMatch *match; in TestBufferOverflow() 480 const UCharsetMatch *match; in TestIBM424() 558 const UCharsetMatch *match; in TestIBM420()
|
/external/icu/icu4c/source/samples/csdet/ |
D | csdet.c | 35 const UCharsetMatch **csm; in main()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1279 const UCharsetMatch * ucsdet_detect_android(UCharsetDetector * ucsd, UErrorCode * status) { in ucsdet_detect_android() 1282 const UCharsetMatch ** ucsdet_detectAll_android(UCharsetDetector * ucsd, int32_t * matchesFound, UE… in ucsdet_detectAll_android() 1291 int32_t ucsdet_getConfidence_android(const UCharsetMatch * ucsm, UErrorCode * status) { in ucsdet_getConfidence_android() 1294 const char * ucsdet_getLanguage_android(const UCharsetMatch * ucsm, UErrorCode * status) { in ucsdet_getLanguage_android() 1297 const char * ucsdet_getName_android(const UCharsetMatch * ucsm, UErrorCode * status) { in ucsdet_getName_android() 1300 int32_t ucsdet_getUChars_android(const UCharsetMatch * ucsm, UChar * buf, int32_t cap, UErrorCode *… in ucsdet_getUChars_android()
|