Home
last modified time | relevance | path

Searched refs:detectAll (Results 1 – 25 of 28) sorted by relevance

12

/third_party/node/deps/icu-small/source/i18n/
Dcsdetect.h46 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
Dcsdetect.cpp234 detectAll(maxMatchesFound, status); in detect()
243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() function in CharsetDetector
Ducsdet.cpp125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcsdetect.h46 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
Dcsdetect.cpp234 detectAll(maxMatchesFound, status); in detect()
243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() function in CharsetDetector
Ducsdet.cpp125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
/third_party/icu/icu4c/source/i18n/
Dcsdetect.h46 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
Dcsdetect.cpp234 detectAll(maxMatchesFound, status); in detect()
243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() function in CharsetDetector
Ducsdet.cpp125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcsdetect.h46 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
Dcsdetect.cpp234 detectAll(maxMatchesFound, status); in detect()
243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() function in CharsetDetector
Ducsdet.cpp125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetDetector.java162 CharsetMatch matches[] = detectAll(); in detect()
186 public CharsetMatch[] detectAll() { in detectAll() method in CharsetDetector
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetDetector.java153 CharsetMatch matches[] = detectAll(); in detect()
175 public CharsetMatch[] detectAll() { in detectAll() method in CharsetDetector
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java274 return det.detectAll(); in detect()
284 return det.detectAll(); in detect()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java1199 CharsetMatch matches[] = det.detectAll(); in TestBug6889()
1231 CharsetMatch matches[] = det.detectAll(); in TestMultithreaded()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java1196 CharsetMatch matches[] = det.detectAll(); in TestBug6889()
1228 CharsetMatch matches[] = det.detectAll(); in TestMultithreaded()
/third_party/icu/docs/userguide/conversion/
Ddetection.md213 with a non-zero confidence, you can use the `detectAll()` method, which will
223 matches = detector.detectAll();
/third_party/icu/icu4j/tools/build/
Dicu4j61.api3.gz
Dicu4j60.api3.gz
Dicu4j62.api3.gz
Dicu4j66.api3.gz
Dicu4j64.api3.gz
Dicu4j63.api3.gz
Dicu4j69.api3.gz

12