HomeSort by relevance Sort by last modified time
    Searched defs:UConverterMBCSTable (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
ucnvmbcs.h 368 typedef struct UConverterMBCSTable {
401 } UConverterMBCSTable;
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java 68 static final class UConverterMBCSTable {
108 UConverterMBCSTable() {
118 * UConverterMBCSTable(UConverterMBCSTable t) { countStates = t.countStates; dbcsOnlyState = t.dbcsOnlyState;
246 UConverterMBCSTable mbcsTable = data.mbcs;
512 private static boolean writeStage3Roundtrip(UConverterMBCSTable mbcsTable, long value, int codePoints[]) {
593 private static void reconstituteData(UConverterMBCSTable mbcsTable,
671 private static void MBCSEnumToUnicode(UConverterMBCSTable mbcsTable) {
706 private static boolean enumToU(UConverterMBCSTable mbcsTable, byte stateProps[], int state, int offset, int value) {
    [all...]

Completed in 841 milliseconds