HomeSort by relevance Sort by last modified time
    Searched refs:toUWriteUChars (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetCallback.java 242 return CharsetDecoderICU.toUWriteUChars(decoder, useReplacement ? replacementChar : kSubstituteChar1, 0, useReplacement ? replacementChar.length : 1, target, offsets, source.position());
244 return CharsetDecoderICU.toUWriteUChars(decoder, useReplacement ? replacementChar : kSubstituteChar, 0, useReplacement ? replacementChar.length : 1, target, offsets, source.position());
422 cr = CharsetDecoderICU.toUWriteUChars(decoder, uniValueString, 0, valueStringLength, target, offsets, 0);
CharsetDecoderICU.java 664 static final CoderResult toUWriteUChars( CharsetDecoderICU cnv,
705 /* Note: Currently, this method is not being used because the callback method calls toUWriteUChars with
715 return CharsetDecoderICU.toUWriteUChars(decoder, subArr, 0, sub
718 return CharsetDecoderICU.toUWriteUChars(decoder, sub.toCharArray(),
CharsetMBCS.java     [all...]

Completed in 84 milliseconds