HomeSort by relevance Sort by last modified time
    Searched full:stateprops (Results 1 - 1 of 1) sorted by null

  /external/icu4c/common/
ucnvmbcs.c 492 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[],
509 b=(stateProps[state]&0x38)<<2;
510 if(b==0 && stateProps[state]>=0x40) {
515 limit=((stateProps[state]&7)+1)<<5;
520 if(stateProps[nextState]>=0) {
523 mbcsTable, stateProps, nextState,
589 * Only called if stateProps[state]==-1.
590 * A recursive call may do stateProps[state]|=0x40 if this state is the target of an
594 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) {
599 stateProps[state]=0
    [all...]

Completed in 85 milliseconds