Searched defs:mbcsTable (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnvmbcs.cpp | 634 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[], in enumToU() 808 ucnv_MBCSEnumToUnicode(UConverterMBCSTable *mbcsTable, in ucnv_MBCSEnumToUnicode() 857 const UConverterMBCSTable *mbcsTable; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 1258 UConverterMBCSTable *mbcsTable; in _EBCDICSwapLFNL() local 1407 UConverterMBCSTable *mbcsTable=(UConverterMBCSTable *)context; in writeStage3Roundtrip() local 1483 reconstituteData(UConverterMBCSTable *mbcsTable, in reconstituteData() 1559 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSLoad() local 1880 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; in ucnv_MBCSUnload() local 1900 UConverterMBCSTable *mbcsTable; in ucnv_MBCSOpen() local 2003 ucnv_MBCSGetFallback(UConverterMBCSTable *mbcsTable, uint32_t offset) { in ucnv_MBCSGetFallback()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | UConverterDataReader.java | 488 … protected void readMBCSTable(MBCSHeader header, UConverterMBCSTable mbcsTable) throws IOException in readMBCSTable()
|
D | CharsetMBCS.java | 241 UConverterMBCSTable mbcsTable = data.mbcs; in loadConverter() local 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() local 955 UConverterMBCSTable mbcsTable; in EBCDICSwapLFNL() local 2621 private int getFallback(UConverterMBCSTable mbcsTable, int offset) { in getFallback() 4769 UConverterMBCSTable mbcsTable; in MBCSGetFilteredUnicodeSetForUnicode() local
|