Home
last modified time | relevance | path

Searched refs:CharsetMatch (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_sbcs.java426 public CharsetMatch match(CharsetDetector det) in match()
438 …return bestConfidenceSoFar <= 0 ? null : new CharsetMatch(det, this, bestConfidenceSoFar, name, la… in match()
523 public CharsetMatch match(CharsetDetector det) in match()
535 …return bestConfidenceSoFar <= 0 ? null : new CharsetMatch(det, this, bestConfidenceSoFar, name, la… in match()
607 public CharsetMatch match(CharsetDetector det) in match()
610 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
674 public CharsetMatch match(CharsetDetector det) in match()
677 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
741 public CharsetMatch match(CharsetDetector det) in match()
745 return confidence == 0 ? null : new CharsetMatch(det, this, confidence, name, "el"); in match()
[all …]
DCharsetRecog_2022.java122 CharsetMatch match(CharsetDetector det) { in match()
124 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
139 CharsetMatch match(CharsetDetector det) { in match()
141 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
166 CharsetMatch match(CharsetDetector det) { in match()
168 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
DCharsetRecog_mbcs.java226 CharsetMatch match(CharsetDetector det) { in match()
228 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
295 CharsetMatch match(CharsetDetector det) { in match()
297 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
410 CharsetMatch match(CharsetDetector det) { in match()
412 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
448 CharsetMatch match(CharsetDetector det) { in match()
450 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
549 CharsetMatch match(CharsetDetector det) { in match()
551 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
DCharsetRecog_Unicode.java29 abstract CharsetMatch match(CharsetDetector det); in match()
63 CharsetMatch match(CharsetDetector det) in match()
84 return new CharsetMatch(det, this, confidence); in match()
99 CharsetMatch match(CharsetDetector det) in match()
120 return new CharsetMatch(det, this, confidence); in match()
134 CharsetMatch match(CharsetDetector det) in match()
176 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetRecog_sbcs.java427 public CharsetMatch match(CharsetDetector det) in match()
439 …return bestConfidenceSoFar <= 0 ? null : new CharsetMatch(det, this, bestConfidenceSoFar, name, la… in match()
524 public CharsetMatch match(CharsetDetector det) in match()
536 …return bestConfidenceSoFar <= 0 ? null : new CharsetMatch(det, this, bestConfidenceSoFar, name, la… in match()
608 public CharsetMatch match(CharsetDetector det) in match()
611 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
675 public CharsetMatch match(CharsetDetector det) in match()
678 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
742 public CharsetMatch match(CharsetDetector det) in match()
746 return confidence == 0 ? null : new CharsetMatch(det, this, confidence, name, "el"); in match()
[all …]
DCharsetRecog_2022.java123 CharsetMatch match(CharsetDetector det) { in match()
125 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
140 CharsetMatch match(CharsetDetector det) { in match()
142 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
167 CharsetMatch match(CharsetDetector det) { in match()
169 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
DCharsetRecog_mbcs.java227 CharsetMatch match(CharsetDetector det) { in match()
229 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
296 CharsetMatch match(CharsetDetector det) { in match()
298 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
411 CharsetMatch match(CharsetDetector det) { in match()
413 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
449 CharsetMatch match(CharsetDetector det) { in match()
451 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
550 CharsetMatch match(CharsetDetector det) { in match()
552 return confidence == 0 ? null : new CharsetMatch(det, this, confidence); in match()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcsrsbcs.h78 virtual UBool match(InputText *det, CharsetMatch *results) const = 0;
87 virtual UBool match(InputText *det, CharsetMatch *results) const;
95 virtual UBool match(InputText *det, CharsetMatch *results) const;
146 virtual UBool match(InputText *det, CharsetMatch *results) const;
156 virtual UBool match(InputText *det, CharsetMatch *results) const;
166 virtual UBool match(InputText *det, CharsetMatch *results) const;
178 virtual UBool match(InputText *det, CharsetMatch *results) const;
188 virtual UBool match(InputText *det, CharsetMatch *results) const;
198 virtual UBool match(InputText *det, CharsetMatch *results) const;
210 virtual UBool match(InputText *det, CharsetMatch *results) const;
[all …]
Dcsmatch.cpp23 CharsetMatch::CharsetMatch() in CharsetMatch() function in CharsetMatch
29 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, in set()
46 const char* CharsetMatch::getName()const in getName()
51 const char* CharsetMatch::getLanguage()const in getLanguage()
56 int32_t CharsetMatch::getConfidence()const in getConfidence()
61 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars()
Dcsrmbcs.h76 UBool match(InputText* input, CharsetMatch *results) const = 0;
105 UBool match(InputText* input, CharsetMatch *results) const;
127 UBool match(InputText* input, CharsetMatch *results) const = 0;
149 UBool match(InputText* input, CharsetMatch *results) const;
164 UBool match(InputText* input, CharsetMatch *results) const;
182 UBool match(InputText* input, CharsetMatch *results) const;
201 UBool match(InputText* input, CharsetMatch *results) const;
Dcsrsbcs.cpp892 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { in match()
919 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { in match()
961 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const in match()
988 UBool CharsetRecog_8859_6_ar::match(InputText *textIn, CharsetMatch *results) const in match()
1015 UBool CharsetRecog_8859_7_el::match(InputText *textIn, CharsetMatch *results) const in match()
1048 UBool CharsetRecog_8859_8_I_he::match(InputText *textIn, CharsetMatch *results) const in match()
1066 UBool CharsetRecog_8859_8_he::match(InputText *textIn, CharsetMatch *results) const in match()
1094 UBool CharsetRecog_8859_9_tr::match(InputText *textIn, CharsetMatch *results) const in match()
1117 UBool CharsetRecog_windows_1256::match(InputText *textIn, CharsetMatch *results) const in match()
1139 UBool CharsetRecog_windows_1251::match(InputText *textIn, CharsetMatch *results) const in match()
[all …]
/third_party/icu/icu4c/source/i18n/
Dcsrsbcs.h78 virtual UBool match(InputText *det, CharsetMatch *results) const = 0;
87 virtual UBool match(InputText *det, CharsetMatch *results) const;
95 virtual UBool match(InputText *det, CharsetMatch *results) const;
146 virtual UBool match(InputText *det, CharsetMatch *results) const;
156 virtual UBool match(InputText *det, CharsetMatch *results) const;
166 virtual UBool match(InputText *det, CharsetMatch *results) const;
178 virtual UBool match(InputText *det, CharsetMatch *results) const;
188 virtual UBool match(InputText *det, CharsetMatch *results) const;
198 virtual UBool match(InputText *det, CharsetMatch *results) const;
210 virtual UBool match(InputText *det, CharsetMatch *results) const;
[all …]
Dcsmatch.cpp23 CharsetMatch::CharsetMatch() in CharsetMatch() function in CharsetMatch
29 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, in set()
46 const char* CharsetMatch::getName()const in getName()
51 const char* CharsetMatch::getLanguage()const in getLanguage()
56 int32_t CharsetMatch::getConfidence()const in getConfidence()
61 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars()
Dcsrmbcs.h76 UBool match(InputText* input, CharsetMatch *results) const = 0;
105 UBool match(InputText* input, CharsetMatch *results) const;
127 UBool match(InputText* input, CharsetMatch *results) const = 0;
149 UBool match(InputText* input, CharsetMatch *results) const;
164 UBool match(InputText* input, CharsetMatch *results) const;
182 UBool match(InputText* input, CharsetMatch *results) const;
201 UBool match(InputText* input, CharsetMatch *results) const;
Dcsrsbcs.cpp892 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { in match()
919 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { in match()
961 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const in match()
988 UBool CharsetRecog_8859_6_ar::match(InputText *textIn, CharsetMatch *results) const in match()
1015 UBool CharsetRecog_8859_7_el::match(InputText *textIn, CharsetMatch *results) const in match()
1048 UBool CharsetRecog_8859_8_I_he::match(InputText *textIn, CharsetMatch *results) const in match()
1066 UBool CharsetRecog_8859_8_he::match(InputText *textIn, CharsetMatch *results) const in match()
1094 UBool CharsetRecog_8859_9_tr::match(InputText *textIn, CharsetMatch *results) const in match()
1117 UBool CharsetRecog_windows_1256::match(InputText *textIn, CharsetMatch *results) const in match()
1139 UBool CharsetRecog_windows_1251::match(InputText *textIn, CharsetMatch *results) const in match()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcsrsbcs.h78 virtual UBool match(InputText *det, CharsetMatch *results) const = 0;
87 virtual UBool match(InputText *det, CharsetMatch *results) const;
95 virtual UBool match(InputText *det, CharsetMatch *results) const;
146 virtual UBool match(InputText *det, CharsetMatch *results) const;
156 virtual UBool match(InputText *det, CharsetMatch *results) const;
166 virtual UBool match(InputText *det, CharsetMatch *results) const;
178 virtual UBool match(InputText *det, CharsetMatch *results) const;
188 virtual UBool match(InputText *det, CharsetMatch *results) const;
198 virtual UBool match(InputText *det, CharsetMatch *results) const;
210 virtual UBool match(InputText *det, CharsetMatch *results) const;
[all …]
Dcsmatch.cpp23 CharsetMatch::CharsetMatch() in CharsetMatch() function in CharsetMatch
29 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, in set()
46 const char* CharsetMatch::getName()const in getName()
51 const char* CharsetMatch::getLanguage()const in getLanguage()
56 int32_t CharsetMatch::getConfidence()const in getConfidence()
61 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars()
Dcsrmbcs.h76 UBool match(InputText* input, CharsetMatch *results) const = 0;
105 UBool match(InputText* input, CharsetMatch *results) const;
127 UBool match(InputText* input, CharsetMatch *results) const = 0;
149 UBool match(InputText* input, CharsetMatch *results) const;
164 UBool match(InputText* input, CharsetMatch *results) const;
182 UBool match(InputText* input, CharsetMatch *results) const;
201 UBool match(InputText* input, CharsetMatch *results) const;
Dcsrsbcs.cpp892 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { in match()
919 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { in match()
961 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const in match()
988 UBool CharsetRecog_8859_6_ar::match(InputText *textIn, CharsetMatch *results) const in match()
1015 UBool CharsetRecog_8859_7_el::match(InputText *textIn, CharsetMatch *results) const in match()
1048 UBool CharsetRecog_8859_8_I_he::match(InputText *textIn, CharsetMatch *results) const in match()
1066 UBool CharsetRecog_8859_8_he::match(InputText *textIn, CharsetMatch *results) const in match()
1094 UBool CharsetRecog_8859_9_tr::match(InputText *textIn, CharsetMatch *results) const in match()
1117 UBool CharsetRecog_windows_1256::match(InputText *textIn, CharsetMatch *results) const in match()
1139 UBool CharsetRecog_windows_1251::match(InputText *textIn, CharsetMatch *results) const in match()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dcsrsbcs.h78 virtual UBool match(InputText *det, CharsetMatch *results) const override = 0;
87 virtual UBool match(InputText *det, CharsetMatch *results) const override;
95 virtual UBool match(InputText *det, CharsetMatch *results) const override;
146 virtual UBool match(InputText *det, CharsetMatch *results) const override;
156 virtual UBool match(InputText *det, CharsetMatch *results) const override;
166 virtual UBool match(InputText *det, CharsetMatch *results) const override;
178 virtual UBool match(InputText *det, CharsetMatch *results) const override;
188 virtual UBool match(InputText *det, CharsetMatch *results) const override;
198 virtual UBool match(InputText *det, CharsetMatch *results) const override;
210 virtual UBool match(InputText *det, CharsetMatch *results) const override;
[all …]
Dcsmatch.cpp23 CharsetMatch::CharsetMatch() in CharsetMatch() function in CharsetMatch
29 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, in set()
46 const char* CharsetMatch::getName()const in getName()
51 const char* CharsetMatch::getLanguage()const in getLanguage()
56 int32_t CharsetMatch::getConfidence()const in getConfidence()
61 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars()
Dcsrmbcs.h76 UBool match(InputText* input, CharsetMatch *results) const override = 0;
105 UBool match(InputText* input, CharsetMatch *results) const override;
127 UBool match(InputText* input, CharsetMatch *results) const override = 0;
149 UBool match(InputText* input, CharsetMatch *results) const override;
164 UBool match(InputText* input, CharsetMatch *results) const override;
182 UBool match(InputText* input, CharsetMatch *results) const override;
201 UBool match(InputText* input, CharsetMatch *results) const override;
Dcsrsbcs.cpp892 UBool CharsetRecog_8859_1::match(InputText *textIn, CharsetMatch *results) const { in match()
919 UBool CharsetRecog_8859_2::match(InputText *textIn, CharsetMatch *results) const { in match()
961 UBool CharsetRecog_8859_5_ru::match(InputText *textIn, CharsetMatch *results) const in match()
988 UBool CharsetRecog_8859_6_ar::match(InputText *textIn, CharsetMatch *results) const in match()
1015 UBool CharsetRecog_8859_7_el::match(InputText *textIn, CharsetMatch *results) const in match()
1048 UBool CharsetRecog_8859_8_I_he::match(InputText *textIn, CharsetMatch *results) const in match()
1066 UBool CharsetRecog_8859_8_he::match(InputText *textIn, CharsetMatch *results) const in match()
1094 UBool CharsetRecog_8859_9_tr::match(InputText *textIn, CharsetMatch *results) const in match()
1117 UBool CharsetRecog_windows_1256::match(InputText *textIn, CharsetMatch *results) const in match()
1139 UBool CharsetRecog_windows_1251::match(InputText *textIn, CharsetMatch *results) const in match()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java37 import com.ibm.icu.text.CharsetMatch;
136 CharsetMatch m; in TestInputFilter()
193 CharsetMatch m; in TestUTF16()
229 CharsetMatch m; in TestC1Bytes()
264 CharsetMatch m; in TestShortInput()
298 CharsetMatch match; in TestBufferOverflow()
422 CharsetMatch m = det.detect(); in checkMatch()
511 CharsetMatch m; in TestJapanese()
547 CharsetMatch m; in TestArabic()
665 CharsetMatch m = _test1255(s); in TestHebrew()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java38 import ohos.global.icu.text.CharsetMatch;
139 CharsetMatch m; in TestInputFilter()
196 CharsetMatch m; in TestUTF16()
232 CharsetMatch m; in TestC1Bytes()
267 CharsetMatch m; in TestShortInput()
301 CharsetMatch match; in TestBufferOverflow()
425 CharsetMatch m = det.detect(); in checkMatch()
514 CharsetMatch m; in TestJapanese()
550 CharsetMatch m; in TestArabic()
668 CharsetMatch m = _test1255(s); in TestHebrew()
[all …]

1234