Uses of Class
com.ibm.icu.text.CharsetRecog_mbcs.iteratedChar
-
Packages that use CharsetRecog_mbcs.iteratedChar Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of CharsetRecog_mbcs.iteratedChar in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type CharsetRecog_mbcs.iteratedChar Modifier and Type Method Description (package private) boolean
CharsetRecog_mbcs.CharsetRecog_big5. nextChar(CharsetRecog_mbcs.iteratedChar it, CharsetDetector det)
(package private) boolean
CharsetRecog_mbcs.CharsetRecog_euc. nextChar(CharsetRecog_mbcs.iteratedChar it, CharsetDetector det)
(package private) boolean
CharsetRecog_mbcs.CharsetRecog_gb_18030. nextChar(CharsetRecog_mbcs.iteratedChar it, CharsetDetector det)
(package private) boolean
CharsetRecog_mbcs.CharsetRecog_sjis. nextChar(CharsetRecog_mbcs.iteratedChar it, CharsetDetector det)
(package private) abstract boolean
CharsetRecog_mbcs. nextChar(CharsetRecog_mbcs.iteratedChar it, CharsetDetector det)
Get the next character (however many bytes it is) from the input data Subclasses for specific charset encodings must implement this function to get characters according to the rules of their encoding scheme.
-