Home
last modified time | relevance | path

Searched defs:UConverterMBCSTable (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Ducnvmbcs.h365 typedef struct UConverterMBCSTable { struct
367 uint8_t countStates, dbcsOnlyState, stateTableOwned;
368 uint32_t countToUFallbacks;
370 const int32_t (*stateTable)/*[countStates]*/[256];
371 int32_t (*swapLFNLStateTable)/*[countStates]*/[256]; /* for swaplfnl */
372 const uint16_t *unicodeCodeUnits/*[countUnicodeResults]*/;
373 const _MBCSToUFallback *toUFallbacks;
398 } UConverterMBCSTable; argument