Searched refs:matchesFound (Results 1 – 4 of 4) sorted by relevance
/external/icu/libicu/cts_headers/unicode/ |
D | ucsdet.h | 216 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
|
/external/icu/libandroidicu/include/unicode/ |
D | ucsdet.h | 216 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucsdet.h | 216 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 295 const UCharsetMatch ** ucsdet_detectAll_android(UCharsetDetector * ucsd, int32_t * matchesFound, UE… in ucsdet_detectAll_android() argument 296 return ucsdet_detectAll(ucsd, matchesFound, status); in ucsdet_detectAll_android()
|