Searched refs:MBCS_ENTRY_STATE (Results 1 – 4 of 4) sorted by relevance
534 if((uint8_t)MBCS_ENTRY_STATE(entry)>=states->countStates) { in ucm_processStates()536 (int)state, (int)cell, (int)MBCS_ENTRY_STATE(entry)); in ucm_processStates()539 …if(MBCS_ENTRY_IS_FINAL(entry) && (states->stateFlags[MBCS_ENTRY_STATE(entry)]&0xf)!=MBCS_STATE_FLA… in ucm_processStates()541 (int)state, (int)cell, (int)MBCS_ENTRY_STATE(entry)); in ucm_processStates()543 …} else if(MBCS_ENTRY_IS_TRANSITION(entry) && (states->stateFlags[MBCS_ENTRY_STATE(entry)]&0xf)==MB… in ucm_processStates()545 (int)state, (int)cell, (int)MBCS_ENTRY_STATE(entry)); in ucm_processStates()
282 #define MBCS_ENTRY_STATE(entry) ((((uint32_t)entry)>>24)&0x7f) macro
747 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()768 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()785 nextState=MBCS_ENTRY_STATE(entry); in getStateProp()
803 nextState = MBCS_ENTRY_STATE(entry); in getStateProp()824 nextState = MBCS_ENTRY_STATE(entry); in getStateProp()841 nextState = MBCS_ENTRY_STATE(entry); in getStateProp()1199 static int MBCS_ENTRY_STATE(int entry) { in MBCS_ENTRY_STATE() method in CharsetMBCS