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.java66 CharsetMBCS.UConverterMBCSTable mbcs;
69 mbcs = new CharsetMBCS.UConverterMBCSTable(); in UConverterSharedData()
DUConverterDataReader.java17 import com.ibm.icu.charset.CharsetMBCS.UConverterMBCSTable;
485 … protected void readMBCSTable(MBCSHeader header, UConverterMBCSTable mbcsTable) throws IOException in readMBCSTable()
DCharsetMBCS.java68 static final class UConverterMBCSTable { class in CharsetMBCS
108 UConverterMBCSTable() { in UConverterMBCSTable() method in CharsetMBCS.UConverterMBCSTable
246 UConverterMBCSTable mbcsTable = data.mbcs; in loadConverter()
512 …private static boolean writeStage3Roundtrip(UConverterMBCSTable mbcsTable, long value, int codePoi… in writeStage3Roundtrip()
593 private static void reconstituteData(UConverterMBCSTable mbcsTable, in reconstituteData()
671 private static void MBCSEnumToUnicode(UConverterMBCSTable mbcsTable) { in MBCSEnumToUnicode()
706 …private static boolean enumToU(UConverterMBCSTable mbcsTable, byte stateProps[], int state, int of… in enumToU()
863 UConverterMBCSTable mbcsTable; in initializeConverter()
961 UConverterMBCSTable mbcsTable; in EBCDICSwapLFNL()
1262 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.h53 UConverterMBCSTable mbcs;
125 UConverterMBCSTable mbcs;
Ducnvmbcs.h368 typedef struct UConverterMBCSTable { struct
401 } UConverterMBCSTable; argument
Ducnvmbcs.cpp631 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[], in enumToU()
805 ucnv_MBCSEnumToUnicode(UConverterMBCSTable *mbcsTable, in ucnv_MBCSEnumToUnicode()
854 const UConverterMBCSTable *mbcsTable; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1252 UConverterMBCSTable *mbcsTable; in _EBCDICSwapLFNL()
1401 UConverterMBCSTable *mbcsTable=(UConverterMBCSTable *)context; in writeStage3Roundtrip()
1477 reconstituteData(UConverterMBCSTable *mbcsTable, in reconstituteData()
1553 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSLoad()
1640 uprv_memcpy(mbcsTable, &baseSharedData->mbcs, sizeof(UConverterMBCSTable)); in ucnv_MBCSLoad()
1874 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSUnload()
1894 UConverterMBCSTable *mbcsTable; in ucnv_MBCSOpen()
[all …]