Package com.ibm.icu.text
Class CharsetRecog_2022.CharsetRecog_2022JP
- java.lang.Object
-
- com.ibm.icu.text.CharsetRecognizer
-
- com.ibm.icu.text.CharsetRecog_2022
-
- com.ibm.icu.text.CharsetRecog_2022.CharsetRecog_2022JP
-
- Enclosing class:
- CharsetRecog_2022
static class CharsetRecog_2022.CharsetRecog_2022JP extends CharsetRecog_2022
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.icu.text.CharsetRecog_2022
CharsetRecog_2022.CharsetRecog_2022CN, CharsetRecog_2022.CharsetRecog_2022JP, CharsetRecog_2022.CharsetRecog_2022KR
-
-
Field Summary
Fields Modifier and Type Field Description private byte[][]
escapeSequences
-
Constructor Summary
Constructors Constructor Description CharsetRecog_2022JP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
getName()
Get the IANA name of this charset.(package private) CharsetMatch
match(CharsetDetector det)
Test the match of this charset with the input text data which is obtained via the CharsetDetector object.-
Methods inherited from class com.ibm.icu.text.CharsetRecog_2022
match
-
Methods inherited from class com.ibm.icu.text.CharsetRecognizer
getLanguage
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
Description copied from class:CharsetRecognizer
Get the IANA name of this charset.- Specified by:
getName
in classCharsetRecognizer
- Returns:
- the charset name.
-
match
CharsetMatch match(CharsetDetector det)
Description copied from class:CharsetRecognizer
Test the match of this charset with the input text data which is obtained via the CharsetDetector object.- Specified by:
match
in classCharsetRecognizer
- Parameters:
det
- The CharsetDetector, which contains the input text to be checked for being in this charset.- Returns:
- A CharsetMatch object containing details of match with this charset, or null if there was no match.
-
-