Searched refs:isDBCSOnly (Results 1 – 1 of 1) sorted by relevance
2299 isSingleOrLead(const int32_t (*stateTable)[256], uint8_t state, UBool isDBCSOnly, uint8_t b) { in isSingleOrLead() argument2306 if(action==MBCS_STATE_CHANGE_ONLY && isDBCSOnly) { in isSingleOrLead()2676 UBool isDBCSOnly=(UBool)(cnv->sharedData->mbcs.dbcsOnlyState!=0); in ucnv_MBCSToUnicodeWithOffsets() local2679 i<byteIndex && !isSingleOrLead(stateTable, state, isDBCSOnly, bytes[i]); in ucnv_MBCSToUnicodeWithOffsets()3013 UBool isDBCSOnly=(UBool)(cnv->sharedData->mbcs.dbcsOnlyState!=0); in ucnv_MBCSGetNextUChar() local3021 … lastSource<source && !isSingleOrLead(stateTable, state, isDBCSOnly, *lastSource); in ucnv_MBCSGetNextUChar()