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()1009 case MBCS_STATE_ILLEGAL: in ucm_countChars()
1725 state[i]=MBCS_ENTRY_FINAL(0, MBCS_STATE_ILLEGAL, 0); in ucnv_MBCSLoad()2141 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSSingleToUnicodeWithOffsets()2332 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSSingleToBMPWithOffsets()2412 MBCS_ENTRY_FINAL_ACTION(entry)!=MBCS_STATE_ILLEGAL in hasValidTrailBytes()2418 MBCS_ENTRY_FINAL_ACTION(entry)!=MBCS_STATE_ILLEGAL in hasValidTrailBytes()2426 MBCS_ENTRY_FINAL_ACTION(entry)!=MBCS_STATE_ILLEGAL in hasValidTrailBytes()2459 return action!=MBCS_STATE_ILLEGAL; in isSingleOrLead()2804 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSToUnicodeWithOffsets()2931 } else if(action==MBCS_STATE_ILLEGAL) { in ucnv_MBCSSingleGetNextUChar()3120 } 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()
414 case MBCS_STATE_ILLEGAL: in MBCSAddToUnicode()