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

  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 593 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) {
605 getStateProp(stateTable, stateProps, nextState);
626 getStateProp(stateTable, stateProps, nextState);
643 getStateProp(stateTable, stateProps, nextState);
692 getStateProp(mbcsTable->stateTable, stateProps, 0);
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 596 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) {
608 getStateProp(stateTable, stateProps, nextState);
629 getStateProp(stateTable, stateProps, nextState);
646 getStateProp(stateTable, stateProps, nextState);
695 getStateProp(mbcsTable->stateTable, stateProps, 0);
    [all...]

Completed in 212 milliseconds