Searched refs:UConverterMBCSTable (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterSharedData.java34 * which always has a UConverterMBCSTable
36 * To eliminate one allocation, I am making the UConverterMBCSTable a member
42 CharsetMBCS.UConverterMBCSTable mbcs;
46 mbcs = new CharsetMBCS.UConverterMBCSTable();
H A DUConverterDataReader.java19 import com.ibm.icu.charset.CharsetMBCS.UConverterMBCSTable;
488 protected void readMBCSTable(MBCSHeader header, UConverterMBCSTable mbcsTable) throws IOException
H A DCharsetMBCS.java67 static final class UConverterMBCSTable { class in class:CharsetMBCS
107 UConverterMBCSTable() { method in class:CharsetMBCS.UConverterMBCSTable
117 * UConverterMBCSTable(UConverterMBCSTable t) { countStates = t.countStates; dbcsOnlyState = t.dbcsOnlyState;
241 UConverterMBCSTable mbcsTable = data.mbcs;
507 private static boolean writeStage3Roundtrip(UConverterMBCSTable mbcsTable, long value, int codePoints[]) {
587 private static void reconstituteData(UConverterMBCSTable mbcsTable,
665 private static void MBCSEnumToUnicode(UConverterMBCSTable mbcsTable) {
700 private static boolean enumToU(UConverterMBCSTable mbcsTable, byte stateProps[], int state, int offset, int value) {
857 UConverterMBCSTable mbcsTabl
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_bld.h55 UConverterMBCSTable mbcs;
117 * which always has a UConverterMBCSTable
119 * To eliminate one allocation, I am making the UConverterMBCSTable
124 UConverterMBCSTable mbcs;
H A Ducnvmbcs.h370 typedef struct UConverterMBCSTable { struct
403 } UConverterMBCSTable; typedef in typeref:struct:UConverterMBCSTable
H A Ducnvmbcs.cpp634 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[],
808 ucnv_MBCSEnumToUnicode(UConverterMBCSTable *mbcsTable,
857 const UConverterMBCSTable *mbcsTable;
1258 UConverterMBCSTable *mbcsTable;
1407 UConverterMBCSTable *mbcsTable=(UConverterMBCSTable *)context;
1483 reconstituteData(UConverterMBCSTable *mbcsTable,
1559 UConverterMBCSTable *mbcsTable=&sharedData->mbcs;
1646 uprv_memcpy(mbcsTable, &baseSharedData->mbcs, sizeof(UConverterMBCSTable));
1880 UConverterMBCSTable *mbcsTabl
[all...]

Completed in 853 milliseconds