Package com.ibm.icu.text
Class CharsetRecog_sbcs.CharsetRecog_IBM424_he
- java.lang.Object
-
- com.ibm.icu.text.CharsetRecognizer
-
- com.ibm.icu.text.CharsetRecog_sbcs
-
- com.ibm.icu.text.CharsetRecog_sbcs.CharsetRecog_IBM424_he
-
- Direct Known Subclasses:
CharsetRecog_sbcs.CharsetRecog_IBM424_he_ltr
,CharsetRecog_sbcs.CharsetRecog_IBM424_he_rtl
- Enclosing class:
- CharsetRecog_sbcs
abstract static class CharsetRecog_sbcs.CharsetRecog_IBM424_he extends CharsetRecog_sbcs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.icu.text.CharsetRecog_sbcs
CharsetRecog_sbcs.CharsetRecog_8859_1, CharsetRecog_sbcs.CharsetRecog_8859_2, CharsetRecog_sbcs.CharsetRecog_8859_5, CharsetRecog_sbcs.CharsetRecog_8859_5_ru, CharsetRecog_sbcs.CharsetRecog_8859_6, CharsetRecog_sbcs.CharsetRecog_8859_6_ar, CharsetRecog_sbcs.CharsetRecog_8859_7, CharsetRecog_sbcs.CharsetRecog_8859_7_el, CharsetRecog_sbcs.CharsetRecog_8859_8, CharsetRecog_sbcs.CharsetRecog_8859_8_he, CharsetRecog_sbcs.CharsetRecog_8859_8_I_he, CharsetRecog_sbcs.CharsetRecog_8859_9, CharsetRecog_sbcs.CharsetRecog_8859_9_tr, CharsetRecog_sbcs.CharsetRecog_IBM420_ar, CharsetRecog_sbcs.CharsetRecog_IBM420_ar_ltr, CharsetRecog_sbcs.CharsetRecog_IBM420_ar_rtl, CharsetRecog_sbcs.CharsetRecog_IBM424_he, CharsetRecog_sbcs.CharsetRecog_IBM424_he_ltr, CharsetRecog_sbcs.CharsetRecog_IBM424_he_rtl, CharsetRecog_sbcs.CharsetRecog_KOI8_R, CharsetRecog_sbcs.CharsetRecog_windows_1251, CharsetRecog_sbcs.CharsetRecog_windows_1256, CharsetRecog_sbcs.NGramParser, CharsetRecog_sbcs.NGramParser_IBM420, CharsetRecog_sbcs.NGramsPlusLang
-
-
Field Summary
Fields Modifier and Type Field Description protected static byte[]
byteMap
-
Constructor Summary
Constructors Constructor Description CharsetRecog_IBM424_he()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLanguage()
Get the ISO language code for this charset.-
Methods inherited from class com.ibm.icu.text.CharsetRecog_sbcs
getName, match, match, matchIBM420
-
Methods inherited from class com.ibm.icu.text.CharsetRecognizer
match
-
-
-
-
Method Detail
-
getLanguage
public java.lang.String getLanguage()
Description copied from class:CharsetRecognizer
Get the ISO language code for this charset.- Overrides:
getLanguage
in classCharsetRecognizer
- Returns:
- the language code, or
null
if the language cannot be determined.
-
-