Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterSharedData.java42 CharsetMBCS.UConverterMBCSTable mbcs;
46 mbcs = new CharsetMBCS.UConverterMBCSTable(); in UConverterSharedData()
DUConverterDataReader.java19 import com.ibm.icu.charset.CharsetMBCS.UConverterMBCSTable;
487 … protected void readMBCSTable(MBCSHeader header, UConverterMBCSTable mbcsTable) throws IOException in readMBCSTable()
DCharsetMBCS.java67 static final class UConverterMBCSTable { class in CharsetMBCS
107 UConverterMBCSTable() { in UConverterMBCSTable() method in CharsetMBCS.UConverterMBCSTable
241 UConverterMBCSTable mbcsTable = data.mbcs; in loadConverter()
507 …private static boolean writeStage3Roundtrip(UConverterMBCSTable mbcsTable, long value, int codePoi… in writeStage3Roundtrip()
587 private static void reconstituteData(UConverterMBCSTable mbcsTable, in reconstituteData()
665 private static void MBCSEnumToUnicode(UConverterMBCSTable mbcsTable) { in MBCSEnumToUnicode()
700 …private static boolean enumToU(UConverterMBCSTable mbcsTable, byte stateProps[], int state, int of… in enumToU()
857 UConverterMBCSTable mbcsTable; in initializeConverter()
955 UConverterMBCSTable mbcsTable; in EBCDICSwapLFNL()
1256 static char MBCS_SINGLE_SIMPLE_GET_NEXT_BMP(UConverterMBCSTable mbcs, final int b) { in MBCS_SINGLE_SIMPLE_GET_NEXT_BMP()
[all …]
/external/icu/icu4c/source/common/
Ducnv_bld.h55 UConverterMBCSTable mbcs;
124 UConverterMBCSTable mbcs;
Ducnvmbcs.h370 typedef struct UConverterMBCSTable { struct
403 } UConverterMBCSTable; argument
Ducnvmbcs.cpp635 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[], in enumToU()
809 ucnv_MBCSEnumToUnicode(UConverterMBCSTable *mbcsTable, in ucnv_MBCSEnumToUnicode()
858 const UConverterMBCSTable *mbcsTable; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1259 UConverterMBCSTable *mbcsTable; in _EBCDICSwapLFNL()
1408 UConverterMBCSTable *mbcsTable=(UConverterMBCSTable *)context; in writeStage3Roundtrip()
1484 reconstituteData(UConverterMBCSTable *mbcsTable, in reconstituteData()
1560 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSLoad()
1647 uprv_memcpy(mbcsTable, &baseSharedData->mbcs, sizeof(UConverterMBCSTable)); in ucnv_MBCSLoad()
1881 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSUnload()
1901 UConverterMBCSTable *mbcsTable; in ucnv_MBCSOpen()
[all …]