Searched refs:MBCS_STATE_ILLEGAL (Results 1 – 5 of 5) sorted by relevance
59 state[i]=MBCS_ENTRY_FINAL(0, MBCS_STATE_ILLEGAL, 0xffff); in parseState()145 entry=MBCS_ENTRY_FINAL_SET_ACTION_VALUE(entry, MBCS_STATE_ILLEGAL, 0xffff); in parseState()1006 case MBCS_STATE_ILLEGAL: in ucm_countChars()
1724 state[i]=MBCS_ENTRY_FINAL(0, MBCS_STATE_ILLEGAL, 0); in ucnv_MBCSLoad()2140 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSSingleToUnicodeWithOffsets()2331 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSSingleToBMPWithOffsets()2411 MBCS_ENTRY_FINAL_ACTION(entry)!=MBCS_STATE_ILLEGAL in hasValidTrailBytes()2417 MBCS_ENTRY_FINAL_ACTION(entry)!=MBCS_STATE_ILLEGAL in hasValidTrailBytes()2425 MBCS_ENTRY_FINAL_ACTION(entry)!=MBCS_STATE_ILLEGAL in hasValidTrailBytes()2458 return action!=MBCS_STATE_ILLEGAL; in isSingleOrLead()2803 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSToUnicodeWithOffsets()2930 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSSingleGetNextUChar()3119 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSGetNextUChar()[all …]
264 MBCS_STATE_ILLEGAL, enumerator
391 state[i] = MBCS_ENTRY_FINAL(0, MBCS_STATE_ILLEGAL, 0); in loadConverter()1192 static final int MBCS_STATE_ILLEGAL = MBCS_STATE_UNASSIGNED + 1; field in CharsetMBCS1193 static final int MBCS_STATE_CHANGE_ONLY = MBCS_STATE_ILLEGAL + 1;2287 } else if (action == MBCS_STATE_ILLEGAL) { in cnvMBCSToUnicodeWithOffsets()2423 } else if (action == MBCS_STATE_ILLEGAL) { in cnvMBCSSingleToBMPWithOffsets()2587 } else if (action == MBCS_STATE_ILLEGAL) { in cnvMBCSSingleToUnicodeWithOffsets()2788 … if (!MBCS_ENTRY_IS_TRANSITION(entry) && MBCS_ENTRY_FINAL_ACTION(entry) != MBCS_STATE_ILLEGAL) { in hasValidTrailBytes()2792 … if (!MBCS_ENTRY_IS_TRANSITION(entry) && MBCS_ENTRY_FINAL_ACTION(entry) != MBCS_STATE_ILLEGAL) { in hasValidTrailBytes()2798 … if (!MBCS_ENTRY_IS_TRANSITION(entry) && MBCS_ENTRY_FINAL_ACTION(entry) != MBCS_STATE_ILLEGAL) { in hasValidTrailBytes()2823 return (action != MBCS_STATE_ILLEGAL); in isSingleOrLead()
409 case MBCS_STATE_ILLEGAL: in MBCSAddToUnicode()