Searched refs:MBCS_STATE_ILLEGAL (Results 1 – 5 of 5) sorted by relevance
57 state[i]=MBCS_ENTRY_FINAL(0, MBCS_STATE_ILLEGAL, 0xffff); in parseState()143 entry=MBCS_ENTRY_FINAL_SET_ACTION_VALUE(entry, MBCS_STATE_ILLEGAL, 0xffff); in parseState()1004 case MBCS_STATE_ILLEGAL: in ucm_countChars()
1718 state[i]=MBCS_ENTRY_FINAL(0, MBCS_STATE_ILLEGAL, 0); in ucnv_MBCSLoad()2130 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSSingleToUnicodeWithOffsets()2321 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSSingleToBMPWithOffsets()2401 MBCS_ENTRY_FINAL_ACTION(entry)!=MBCS_STATE_ILLEGAL in hasValidTrailBytes()2407 MBCS_ENTRY_FINAL_ACTION(entry)!=MBCS_STATE_ILLEGAL in hasValidTrailBytes()2415 MBCS_ENTRY_FINAL_ACTION(entry)!=MBCS_STATE_ILLEGAL in hasValidTrailBytes()2448 return action!=MBCS_STATE_ILLEGAL; in isSingleOrLead()2793 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSToUnicodeWithOffsets()2920 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSSingleGetNextUChar()3109 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSGetNextUChar()[all …]
262 MBCS_STATE_ILLEGAL, enumerator
396 state[i] = MBCS_ENTRY_FINAL(0, MBCS_STATE_ILLEGAL, 0); in loadConverter()1198 static final int MBCS_STATE_ILLEGAL = MBCS_STATE_UNASSIGNED + 1; field in CharsetMBCS1199 static final int MBCS_STATE_CHANGE_ONLY = MBCS_STATE_ILLEGAL + 1;2292 } else if (action == MBCS_STATE_ILLEGAL) { in cnvMBCSToUnicodeWithOffsets()2428 } else if (action == MBCS_STATE_ILLEGAL) { in cnvMBCSSingleToBMPWithOffsets()2592 } else if (action == MBCS_STATE_ILLEGAL) { in cnvMBCSSingleToUnicodeWithOffsets()2793 … if (!MBCS_ENTRY_IS_TRANSITION(entry) && MBCS_ENTRY_FINAL_ACTION(entry) != MBCS_STATE_ILLEGAL) { in hasValidTrailBytes()2797 … if (!MBCS_ENTRY_IS_TRANSITION(entry) && MBCS_ENTRY_FINAL_ACTION(entry) != MBCS_STATE_ILLEGAL) { in hasValidTrailBytes()2803 … if (!MBCS_ENTRY_IS_TRANSITION(entry) && MBCS_ENTRY_FINAL_ACTION(entry) != MBCS_STATE_ILLEGAL) { in hasValidTrailBytes()2828 return (action != MBCS_STATE_ILLEGAL); in isSingleOrLead()
407 case MBCS_STATE_ILLEGAL: in MBCSAddToUnicode()