Home
last modified time | relevance | path

Searched refs:getStateProp (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java688 getStateProp(mbcsTable.stateTable, stateProps, 0); in MBCSEnumToUnicode()
793 private static byte getStateProp(int stateTable[][], byte stateProps[], int state) { in getStateProp() method in CharsetMBCS
805 getStateProp(stateTable, stateProps, nextState); in getStateProp()
826 getStateProp(stateTable, stateProps, nextState); in getStateProp()
843 getStateProp(stateTable, stateProps, nextState); in getStateProp()
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp736 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) { in getStateProp() function
748 getStateProp(stateTable, stateProps, nextState); in getStateProp()
769 getStateProp(stateTable, stateProps, nextState); in getStateProp()
786 getStateProp(stateTable, stateProps, nextState); in getStateProp()
835 getStateProp(mbcsTable->stateTable, stateProps, 0); in ucnv_MBCSEnumToUnicode()