Searched refs:MBCS_ENTRY_STATE (Results 1 – 4 of 4) sorted by relevance
532 if((uint8_t)MBCS_ENTRY_STATE(entry)>=states->countStates) { in ucm_processStates()534 (int)state, (int)cell, (int)MBCS_ENTRY_STATE(entry)); in ucm_processStates()537 …if(MBCS_ENTRY_IS_FINAL(entry) && (states->stateFlags[MBCS_ENTRY_STATE(entry)]&0xf)!=MBCS_STATE_FLA… in ucm_processStates()539 (int)state, (int)cell, (int)MBCS_ENTRY_STATE(entry)); in ucm_processStates()541 …} else if(MBCS_ENTRY_IS_TRANSITION(entry) && (states->stateFlags[MBCS_ENTRY_STATE(entry)]&0xf)==MB… in ucm_processStates()543 (int)state, (int)cell, (int)MBCS_ENTRY_STATE(entry)); in ucm_processStates()
280 #define MBCS_ENTRY_STATE(entry) ((((uint32_t)entry)>>24)&0x7f) macro
743 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()764 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()781 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()
809 nextState = MBCS_ENTRY_STATE(entry); in getStateProp()830 nextState = MBCS_ENTRY_STATE(entry); in getStateProp()847 nextState = MBCS_ENTRY_STATE(entry); in getStateProp()1205 static int MBCS_ENTRY_STATE(int entry) { in MBCS_ENTRY_STATE() method in CharsetMBCS