HomeSort by relevance Sort by last modified time
    Searched refs:getStateProp (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
ucnvmbcs.cpp 737 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) {
749 getStateProp(stateTable, stateProps, nextState);
770 getStateProp(stateTable, stateProps, nextState);
787 getStateProp(stateTable, stateProps, nextState);
836 getStateProp(mbcsTable->stateTable, stateProps, 0);
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java 688 getStateProp(mbcsTable.stateTable, stateProps, 0);
    [all...]

Completed in 73 milliseconds