/third_party/node/deps/icu-small/source/i18n/ |
D | csdetect.h | 46 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
|
D | csdetect.cpp | 234 detectAll(maxMatchesFound, status); in detect() 243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() function in CharsetDetector
|
D | ucsdet.cpp | 125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | csdetect.h | 46 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
|
D | csdetect.cpp | 234 detectAll(maxMatchesFound, status); in detect() 243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() function in CharsetDetector
|
D | ucsdet.cpp | 125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
|
/third_party/icu/icu4c/source/i18n/ |
D | csdetect.h | 46 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
|
D | csdetect.cpp | 234 detectAll(maxMatchesFound, status); in detect() 243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() function in CharsetDetector
|
D | ucsdet.cpp | 125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | csdetect.h | 46 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
|
D | csdetect.cpp | 234 detectAll(maxMatchesFound, status); in detect() 243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() function in CharsetDetector
|
D | ucsdet.cpp | 125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetDetector.java | 162 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/ |
D | CharsetDetector.java | 153 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/ |
D | DetectingViewer.java | 274 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/ |
D | TestCharsetDetector.java | 1199 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/ |
D | TestCharsetDetector.java | 1196 CharsetMatch matches[] = det.detectAll(); in TestBug6889() 1228 CharsetMatch matches[] = det.detectAll(); in TestMultithreaded()
|
/third_party/icu/docs/userguide/conversion/ |
D | detection.md | 213 with a non-zero confidence, you can use the `detectAll()` method, which will 223 matches = detector.detectAll();
|
/third_party/icu/icu4j/tools/build/ |
D | icu4j61.api3.gz |
|
D | icu4j60.api3.gz |
|
D | icu4j62.api3.gz |
|
D | icu4j66.api3.gz |
|
D | icu4j64.api3.gz |
|
D | icu4j63.api3.gz |
|
D | icu4j69.api3.gz |
|