Searched defs:UConverterMBCSTable (Results 1 – 2 of 2) sorted by relevance
370 typedef struct UConverterMBCSTable { struct372 uint8_t countStates, dbcsOnlyState, stateTableOwned;373 uint32_t countToUFallbacks;375 const int32_t (*stateTable)/*[countStates]*/[256];376 int32_t (*swapLFNLStateTable)/*[countStates]*/[256]; /* for swaplfnl */377 const uint16_t *unicodeCodeUnits/*[countUnicodeResults]*/;378 const _MBCSToUFallback *toUFallbacks;403 } UConverterMBCSTable; argument
67 static final class UConverterMBCSTable { class in CharsetMBCS107 UConverterMBCSTable() { in UConverterMBCSTable() method in CharsetMBCS.UConverterMBCSTable