Searched defs:mbcsTable (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Ducnvmbcs.c492 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[], argument
503 row=mbcsTable->stateTable[state];
504 unicodeCodeUnits=mbcsTable->unicodeCodeUnits;
523 mbcsTable, stateProps, nextState,
666 ucnv_MBCSEnumToUnicode(UConverterMBCSTable *mbcsTable, argument
693 getStateProp(mbcsTable->stateTable, stateProps, 0);
695 for(state=0; state<mbcsTable->countStates; ++state) {
702 mbcsTable, stateProps, state, 0, 0,
715 const UConverterMBCSTable *mbcsTable; local
724 mbcsTable
1113 UConverterMBCSTable *mbcsTable; local
1262 UConverterMBCSTable *mbcsTable=(UConverterMBCSTable *)context; local
1338 reconstituteData(UConverterMBCSTable *mbcsTable, uint32_t stage1Length, uint32_t stage2Length, uint32_t fullStage2Length, UErrorCode *pErrorCode) argument
1415 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; local
1736 UConverterMBCSTable *mbcsTable=&sharedData->mbcs; local
1756 UConverterMBCSTable *mbcsTable; local
1855 ucnv_MBCSGetFallback(UConverterMBCSTable *mbcsTable, uint32_t offset) argument
[all...]

Completed in 41 milliseconds