Home
last modified time | relevance | path

Searched refs:isDBCSOnly (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Ducnvmbcs.c2299 isSingleOrLead(const int32_t (*stateTable)[256], uint8_t state, UBool isDBCSOnly, uint8_t b) { in isSingleOrLead() argument
2306 if(action==MBCS_STATE_CHANGE_ONLY && isDBCSOnly) { in isSingleOrLead()
2676 UBool isDBCSOnly=(UBool)(cnv->sharedData->mbcs.dbcsOnlyState!=0); in ucnv_MBCSToUnicodeWithOffsets() local
2679 i<byteIndex && !isSingleOrLead(stateTable, state, isDBCSOnly, bytes[i]); in ucnv_MBCSToUnicodeWithOffsets()
3013 UBool isDBCSOnly=(UBool)(cnv->sharedData->mbcs.dbcsOnlyState!=0); in ucnv_MBCSGetNextUChar() local
3021 … lastSource<source && !isSingleOrLead(stateTable, state, isDBCSOnly, *lastSource); in ucnv_MBCSGetNextUChar()