Searched defs:UConverterMBCSTable (Results 1 – 2 of 2) sorted by relevance
368 typedef struct UConverterMBCSTable { struct370 uint8_t countStates, dbcsOnlyState, stateTableOwned;371 uint32_t countToUFallbacks;373 const int32_t (*stateTable)/*[countStates]*/[256];374 int32_t (*swapLFNLStateTable)/*[countStates]*/[256]; /* for swaplfnl */375 const uint16_t *unicodeCodeUnits/*[countUnicodeResults]*/;376 const _MBCSToUFallback *toUFallbacks;401 } UConverterMBCSTable; typedef
68 static final class UConverterMBCSTable { class in CharsetMBCS108 UConverterMBCSTable() { in UConverterMBCSTable() method in CharsetMBCS.UConverterMBCSTable