HomeSort by relevance Sort by last modified time
    Searched refs:CharsetMatch (Results 26 - 40 of 40) sorted by null

12

  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecog_mbcs.java 225 CharsetMatch match(CharsetDetector det) {
227 return confidence == 0 ? null : new CharsetMatch(det, this, confidence);
291 CharsetMatch match(CharsetDetector det) {
293 return confidence == 0 ? null : new CharsetMatch(det, this, confidence);
402 CharsetMatch match(CharsetDetector det) {
404 return confidence == 0 ? null : new CharsetMatch(det, this, confidence);
437 CharsetMatch match(CharsetDetector det) {
439 return confidence == 0 ? null : new CharsetMatch(det, this, confidence);
535 CharsetMatch match(CharsetDetector det) {
537 return confidence == 0 ? null : new CharsetMatch(det, this, confidence)
    [all...]
CharsetRecog_sbcs.java 422 public CharsetMatch match(CharsetDetector det)
434 return bestConfidenceSoFar <= 0 ? null : new CharsetMatch(det, this, bestConfidenceSoFar, name, lang);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_mbcs.java 224 CharsetMatch match(CharsetDetector det) {
226 return confidence == 0 ? null : new CharsetMatch(det, this, confidence);
290 CharsetMatch match(CharsetDetector det) {
292 return confidence == 0 ? null : new CharsetMatch(det, this, confidence);
401 CharsetMatch match(CharsetDetector det) {
403 return confidence == 0 ? null : new CharsetMatch(det, this, confidence);
436 CharsetMatch match(CharsetDetector det) {
438 return confidence == 0 ? null : new CharsetMatch(det, this, confidence);
534 CharsetMatch match(CharsetDetector det) {
536 return confidence == 0 ? null : new CharsetMatch(det, this, confidence)
    [all...]
CharsetRecog_sbcs.java 421 public CharsetMatch match(CharsetDetector det)
433 return bestConfidenceSoFar <= 0 ? null : new CharsetMatch(det, this, bestConfidenceSoFar, name, lang);
    [all...]
  /external/icu/icu4c/source/i18n/
csdetect.cpp 77 const CharsetMatch **csm_l = (const CharsetMatch **) left;
78 const CharsetMatch **csm_r = (const CharsetMatch **) right;
165 resultArray = (CharsetMatch **)uprv_malloc(sizeof(CharsetMatch *)*fCSRecognizers_size);
173 resultArray[i] = new CharsetMatch();
230 const CharsetMatch *CharsetDetector::detect(UErrorCode &status)
243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status)
csr2022.cpp 148 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const {
164 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const {
179 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const {
csrucode.cpp 53 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const
88 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const
121 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const
csrutf8.cpp 27 UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const {
csrmbcs.cpp 271 UBool CharsetRecog_sjis::match(InputText* det, CharsetMatch *results) const {
371 UBool CharsetRecog_euc_jp::match(InputText *det, CharsetMatch *results) const
393 UBool CharsetRecog_euc_kr::match(InputText *det, CharsetMatch *results) const
445 UBool CharsetRecog_big5::match(InputText *det, CharsetMatch *results) const
521 UBool CharsetRecog_gb_18030::match(InputText *det, CharsetMatch *results) const
csrsbcs.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 2399 milliseconds

12