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

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterDataReader.java 561 mbcsTable.fromUnicodeBytes = new byte[header.fromUBytesLength];
562 byteBuffer.get(mbcsTable.fromUnicodeBytes);
CharsetMBCS.java 84 byte fromUnicodeBytes[];
120 * t.toUFallbacks; fromUnicodeTable = t.fromUnicodeTable; fromUnicodeBytes = t.fromUnicodeBytes;
517 bytes = mbcsTable.fromUnicodeBytes;
643 mbcsTable.fromUnicodeBytes = new byte[mbcsTable.fromUBytesLength];
653 /* reconstitute fromUnicodeBytes with roundtrips from toUnicode data */
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.cpp     [all...]
ucnvmbcs.h 384 const uint8_t *fromUnicodeBytes;
ucnv2022.cpp     [all...]

Completed in 118 milliseconds