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

  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 496 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[],
513 b=(stateProps[state]&0x38)<<2;
514 if(b==0 && stateProps[state]>=0x40) {
519 limit=((stateProps[state]&7)+1)<<5;
524 if(stateProps[nextState]>=0) {
527 mbcsTable, stateProps, nextState,
593 * Only called if stateProps[state]==-1.
594 * A recursive call may do stateProps[state]|=0x40 if this state is the target of an
598 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) {
603 stateProps[state]=0
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.c 494 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[],
511 b=(stateProps[state]&0x38)<<2;
512 if(b==0 && stateProps[state]>=0x40) {
517 limit=((stateProps[state]&7)+1)<<5;
522 if(stateProps[nextState]>=0) {
525 mbcsTable, stateProps, nextState,
591 * Only called if stateProps[state]==-1.
592 * A recursive call may do stateProps[state]|=0x40 if this state is the target of an
596 getStateProp(const int32_t (*stateTable)[256], int8_t stateProps[], int state) {
601 stateProps[state]=0
    [all...]

Completed in 41 milliseconds