Searched refs:iteratedChar (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
H A DBIG5Tool.java124 iteratedChar ichar = new iteratedChar();
270 // iteratedChar is copied and slightly hacked from the similar calss in CharsetRecog_mbcs
273 class iteratedChar { class in class:BIG5Tool
301 boolean nextChar(iteratedChar it) {
H A DEUCTool.java124 iteratedChar ichar = new iteratedChar();
270 // iteratedChar is copied and slightly hacked from the similar calss in CharsetRecog_mbcs
273 class iteratedChar { class in class:EUCTool
301 boolean nextChar(iteratedChar it) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetRecog_mbcs.java57 iteratedChar iter = new iteratedChar();
135 // by providing a nextChar() function that fills in an instance of iteratedChar
144 static class iteratedChar { class in class:CharsetRecog_mbcs
172 * This function is not a method of class iteratedChar only because
174 * @param it The iteratedChar "struct" into which the returned char is placed.
179 abstract boolean nextChar(iteratedChar it, CharsetDetector det);
202 boolean nextChar(iteratedChar it, CharsetDetector det) {
268 boolean nextChar(iteratedChar it, CharsetDetector det) {
330 boolean nextChar(iteratedChar i
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_mbcs.java56 iteratedChar iter = new iteratedChar();
134 // by providing a nextChar() function that fills in an instance of iteratedChar
143 static class iteratedChar { class in class:CharsetRecog_mbcs
171 * This function is not a method of class iteratedChar only because
173 * @param it The iteratedChar "struct" into which the returned char is placed.
178 abstract boolean nextChar(iteratedChar it, CharsetDetector det);
201 boolean nextChar(iteratedChar it, CharsetDetector det) {
267 boolean nextChar(iteratedChar it, CharsetDetector det) {
329 boolean nextChar(iteratedChar i
[all...]

Completed in 357 milliseconds