Searched defs:mbcsTable (Results 1 – 3 of 3) sorted by relevance
| /external/icu/icu4c/source/common/ |
| D | ucnvmbcs.cpp | 631 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[], in enumToU() 805 ucnv_MBCSEnumToUnicode(UConverterMBCSTable *mbcsTable, in ucnv_MBCSEnumToUnicode() 854 const UConverterMBCSTable *mbcsTable; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 1252 UConverterMBCSTable *mbcsTable; in _EBCDICSwapLFNL() local 1401 UConverterMBCSTable *mbcsTable=(UConverterMBCSTable *)context; in writeStage3Roundtrip() local 1477 reconstituteData(UConverterMBCSTable *mbcsTable, in reconstituteData() 1553 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSLoad() local 1874 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSUnload() local 1894 UConverterMBCSTable *mbcsTable; in ucnv_MBCSOpen() local 1993 ucnv_MBCSGetFallback(UConverterMBCSTable *mbcsTable, uint32_t offset) { in ucnv_MBCSGetFallback()
|
| /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| D | UConverterDataReader.java | 485 … protected void readMBCSTable(MBCSHeader header, UConverterMBCSTable mbcsTable) throws IOException in readMBCSTable()
|
| D | CharsetMBCS.java | 246 UConverterMBCSTable mbcsTable = data.mbcs; in loadConverter() local 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() local 961 UConverterMBCSTable mbcsTable; in EBCDICSwapLFNL() local 2626 private int getFallback(UConverterMBCSTable mbcsTable, int offset) { in getFallback() 4768 UConverterMBCSTable mbcsTable; in MBCSGetFilteredUnicodeSetForUnicode() local
|