Home
last modified time | relevance | path

Searched refs:CharsetDecoderICU (Results 1 – 25 of 30) sorted by relevance

12

/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/charset/
DCharsetDecoderICU.java25 final class CharsetDecoderICU extends CharsetDecoder { class
55 public static CharsetDecoderICU newInstance(Charset cs, String icuCanonicalName) { in newInstance()
59 CharsetDecoderICU result; in newInstance()
63 result = new CharsetDecoderICU(cs, averageCharsPerByte, address); in newInstance()
76 private CharsetDecoderICU(Charset cs, float averageCharsPerByte, long address) { in CharsetDecoderICU() method in CharsetDecoderICU
DCharsetICU.java32 return CharsetDecoderICU.newInstance(this, icuCanonicalName); in newDecoder()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetCallback.java131 public CoderResult call(CharsetDecoderICU decoder, Object context, in call()
178 public CoderResult call(CharsetDecoderICU decoder, Object context,
224 public CoderResult call(CharsetDecoderICU decoder, Object context,
238 …return CharsetDecoderICU.toUWriteUChars(decoder, useReplacement ? replacementChar : kSubstituteCha…
240 …return CharsetDecoderICU.toUWriteUChars(decoder, useReplacement ? replacementChar : kSubstituteCha…
265 public CoderResult call(CharsetDecoderICU decoder, Object context,
377 public CoderResult call(CharsetDecoderICU decoder, Object context,
422 …cr = CharsetDecoderICU.toUWriteUChars(decoder, uniValueString, 0, valueStringLength, target, offse…
DCharsetDecoderICU.java29 public abstract class CharsetDecoderICU extends CharsetDecoder{ class
61 public CoderResult call(CharsetDecoderICU decoder, Object context, ByteBuffer source,
83 CharsetDecoderICU(CharsetICU cs) { in CharsetDecoderICU() method in CharsetDecoderICU
672 static final CoderResult toUWriteUChars( CharsetDecoderICU cnv, in toUWriteUChars()
DCharsetUTF32.java62 class CharsetDecoderUTF32 extends CharsetDecoderICU {
DCharsetUTF16.java76 class CharsetDecoderUTF16 extends CharsetDecoderICU {
DCharsetASCII.java33 class CharsetDecoderASCII extends CharsetDecoderICU {
DCharsetHZ.java49 class CharsetDecoderHZ extends CharsetDecoderICU {
DCharsetISO2022.java528 private CoderResult changeState_2022(CharsetDecoderICU decoder, ByteBuffer source, int var) { in changeState_2022()
762 …private static CoderResult toUnicodeCallback(CharsetDecoderICU cnv, int sourceChar, int targetUniC… in toUnicodeCallback()
783 private class CharsetDecoderISO2022JP extends CharsetDecoderICU {
1096 private class CharsetDecoderISO2022CN extends CharsetDecoderICU {
1306 private class CharsetDecoderISO2022KR extends CharsetDecoderICU {
DCharsetUTF8.java43 class CharsetDecoderUTF8 extends CharsetDecoderICU {
DCharsetCompoundText.java486 class CharsetDecoderCompoundText extends CharsetDecoderICU {
DCharsetUTF7.java175 class CharsetDecoderUTF7 extends CharsetDecoderICU {
DCharsetBOCU1.java683 static class CharsetDecoderBOCU extends CharsetDecoderICU{
DCharsetLMBCS.java566 class CharsetDecoderLMBCS extends CharsetDecoderICU {
DCharsetSCSU.java194 class CharsetDecoderSCSU extends CharsetDecoderICU {
DCharsetISCII.java814 class CharsetDecoderISCII extends CharsetDecoderICU {
DCharsetMBCS.java1624 class CharsetDecoderMBCS extends CharsetDecoderICU {
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java26 import com.ibm.icu.charset.CharsetDecoderICU;
592 …((CharsetDecoderICU)decoder).setToUCallback(CoderResult.malformedForLength(1), cc.cbDecoder, cc.op… in ToUnicodeCase()
593 …((CharsetDecoderICU)decoder).setToUCallback(CoderResult.unmappableForLength(1), cc.cbDecoder, cc.o… in ToUnicodeCase()
DTestCharset.java35 import com.ibm.icu.charset.CharsetDecoderICU;
5027 …((CharsetDecoderICU)decoder).setToUCallback(CoderResult.OVERFLOW, CharsetCallback.TO_U_CALLBACK_ES… in TestCharsetCallbacks()
5032 …((CharsetDecoderICU)decoder).setToUCallback(CoderResult.malformedForLength(1), CharsetCallback.TO_… in TestCharsetCallbacks()
5045 …((CharsetDecoderICU)decoder).setToUCallback(CoderResult.malformedForLength(1), CharsetCallback.TO_… in TestCharsetCallbacks()
5105 …((CharsetDecoderICU)decoder).setToUCallback(CoderResult.OVERFLOW, CharsetCallback.TO_U_CALLBACK_ST… in TestCharsetTestData()
/external/icu/icu4j/tools/build/
Dicu4j61.api3.gz
Dicu4j62.api3.gz12;ICU4J 62.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j60.api3.gz
Dicu4j59.api3.gz
Dicu4j68.api3.gz
Dicu4j65.api3.gz

12