Searched refs:maxMatchesFound (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | csdetect.cpp | 232 int32_t maxMatchesFound = 0; in detect() local 234 detectAll(maxMatchesFound, status); in detect() 236 if(maxMatchesFound > 0) { in detect() 243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() argument 271 maxMatchesFound = resultCount; in detectAll()
|
D | ucsdet.cpp | 117 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll() argument 125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
|
D | csdetect.h | 46 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | csdetect.cpp | 232 int32_t maxMatchesFound = 0; in detect() local 234 detectAll(maxMatchesFound, status); in detect() 236 if(maxMatchesFound > 0) { in detect() 243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() argument 271 maxMatchesFound = resultCount; in detectAll()
|
D | ucsdet.cpp | 117 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll() argument 125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
|
D | csdetect.h | 46 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
|
/third_party/icu/icu4c/source/i18n/ |
D | csdetect.cpp | 232 int32_t maxMatchesFound = 0; in detect() local 234 detectAll(maxMatchesFound, status); in detect() 236 if(maxMatchesFound > 0) { in detect() 243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() argument 271 maxMatchesFound = resultCount; in detectAll()
|
D | ucsdet.cpp | 117 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll() argument 125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
|
D | csdetect.h | 46 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
|
/third_party/node/deps/icu-small/source/i18n/ |
D | csdetect.cpp | 232 int32_t maxMatchesFound = 0; in detect() local 234 detectAll(maxMatchesFound, status); in detect() 236 if(maxMatchesFound > 0) { in detect() 243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() argument 271 maxMatchesFound = resultCount; in detectAll()
|
D | ucsdet.cpp | 117 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll() argument 125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
|
D | csdetect.h | 46 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
|