Home
last modified time | relevance | path

Searched refs:ucsdet_detectAll (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/samples/csdet/
Dcsdet.c54 csm = ucsdet_detectAll(csd, &matchCount, &status); in main()
/external/webkit/WebCore/platform/text/
DTextEncodingDetectorICU.cpp76 const UCharsetMatch** matches = ucsdet_detectAll(detector, &matchesCount, &status); in detectTextEncoding()
/external/webkit/WebCore/icu/unicode/
Ducsdet.h186 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
/external/icu4c/i18n/unicode/
Ducsdet.h186 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
/external/icu4c/i18n/
Ducsdet.cpp111 ucsdet_detectAll(UCharsetDetector *ucsd, in ucsdet_detectAll() function
/external/icu4c/test/cintltst/
Ducsdetst.c346 ucsdet_detectAll(NULL, NULL, &status); in TestChaining()
/external/icu4c/test/intltest/
Dcsdetest.cpp156 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status); in checkEncoding()
/external/icu4c/common/unicode/
Durename.h722 #define ucsdet_detectAll ucsdet_detectAll_3_8 macro