Home
last modified time | relevance | path

Searched refs:matchesFound (Results 1 – 3 of 3) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Ducsdet.h213 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
/external/icu/icu4c/source/i18n/unicode/
Ducsdet.h213 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
/external/icu/libandroidicu/static_shim/
Dshim.cpp1282 const UCharsetMatch ** ucsdet_detectAll_android(UCharsetDetector * ucsd, int32_t * matchesFound, UE… in ucsdet_detectAll_android() argument
1283 return ucsdet_detectAll(ucsd, matchesFound, status); in ucsdet_detectAll_android()