Searched refs:getStateProp (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/common/ |
D | ucnvmbcs.c | 593 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) { in getStateProp() function 605 getStateProp(stateTable, stateProps, nextState); in getStateProp() 626 getStateProp(stateTable, stateProps, nextState); in getStateProp() 643 getStateProp(stateTable, stateProps, nextState); in getStateProp() 692 getStateProp(mbcsTable->stateTable, stateProps, 0); in ucnv_MBCSEnumToUnicode()
|