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 598 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) {
610 getStateProp(stateTable, stateProps, nextState);
631 getStateProp(stateTable, stateProps, nextState);
648 getStateProp(stateTable, stateProps, nextState);
697 getStateProp(mbcsTable->stateTable, stateProps, 0);
    [all...]
  /external/icu/icu4c/source/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 41 milliseconds