Lines Matching refs:sourceChar
342 UChar32 sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS() local
356 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) { in UConverter_fromUnicode_CompoundText_OFFSETS()
363 sourceChar = *(source++); in UConverter_fromUnicode_CompoundText_OFFSETS()
365 if(U16_IS_SURROGATE(sourceChar)) { in UConverter_fromUnicode_CompoundText_OFFSETS()
366 if(U16_IS_SURROGATE_LEAD(sourceChar)) { in UConverter_fromUnicode_CompoundText_OFFSETS()
374 sourceChar=U16_GET_SUPPLEMENTARY(sourceChar, trail); in UConverter_fromUnicode_CompoundText_OFFSETS()
382 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
387 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
394 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
413 …lueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFal… in UConverter_fromUnicode_CompoundText_OFFSETS()
429 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
431 … ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFal… in UConverter_fromUnicode_CompoundText_OFFSETS()