Uses of Class
com.ibm.icu.text.CharsetMatch
Packages that use CharsetMatch
-
Uses of CharsetMatch in com.ibm.icu.text
Classes in com.ibm.icu.text that implement interfaces with type arguments of type CharsetMatchModifier and TypeClassDescriptionclassThis class represents a charset that has been identified by a CharsetDetector as a possible encoding for a set of input data.Methods in com.ibm.icu.text that return CharsetMatchModifier and TypeMethodDescriptionCharsetDetector.detect()Return the charset that best matches the supplied input data.CharsetDetector.detectAll()Return an array of all charsets that appear to be plausible matches with the input data.(package private) CharsetMatchCharsetRecog_2022.CharsetRecog_2022CN.match(CharsetDetector det) (package private) CharsetMatchCharsetRecog_2022.CharsetRecog_2022JP.match(CharsetDetector det) (package private) CharsetMatchCharsetRecog_2022.CharsetRecog_2022KR.match(CharsetDetector det) (package private) CharsetMatchCharsetRecog_mbcs.CharsetRecog_big5.match(CharsetDetector det) (package private) CharsetMatchCharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_jp.match(CharsetDetector det) (package private) CharsetMatchCharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_euc_kr.match(CharsetDetector det) (package private) CharsetMatchCharsetRecog_mbcs.CharsetRecog_gb_18030.match(CharsetDetector det) (package private) CharsetMatchCharsetRecog_mbcs.CharsetRecog_sjis.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_8859_1.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_8859_2.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_8859_5_ru.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_8859_6_ar.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_8859_7_el.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_8859_8_he.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_8859_8_I_he.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_8859_9_tr.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_IBM420_ar_ltr.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_IBM420_ar_rtl.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_IBM424_he_ltr.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_IBM424_he_rtl.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_KOI8_R.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_windows_1251.match(CharsetDetector det) CharsetRecog_sbcs.CharsetRecog_windows_1256.match(CharsetDetector det) (package private) CharsetMatchCharsetRecog_Unicode.CharsetRecog_UTF_16_BE.match(CharsetDetector det) (package private) CharsetMatchCharsetRecog_Unicode.CharsetRecog_UTF_16_LE.match(CharsetDetector det) (package private) CharsetMatchCharsetRecog_Unicode.CharsetRecog_UTF_32.match(CharsetDetector det) (package private) abstract CharsetMatchCharsetRecog_Unicode.match(CharsetDetector det) (package private) CharsetMatchCharsetRecog_UTF8.match(CharsetDetector det) (package private) abstract CharsetMatchCharsetRecognizer.match(CharsetDetector det) Test the match of this charset with the input text data which is obtained via the CharsetDetector object.Methods in com.ibm.icu.text with parameters of type CharsetMatchModifier and TypeMethodDescriptionintCharsetMatch.compareTo(CharsetMatch other) Compare to other CharsetMatch objects.