Lines Matching refs:sourceChar
337 UChar32 sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS() local
351 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) { in UConverter_fromUnicode_CompoundText_OFFSETS()
358 sourceChar = *(source++); in UConverter_fromUnicode_CompoundText_OFFSETS()
360 if(U16_IS_SURROGATE(sourceChar)) { in UConverter_fromUnicode_CompoundText_OFFSETS()
361 if(U16_IS_SURROGATE_LEAD(sourceChar)) { in UConverter_fromUnicode_CompoundText_OFFSETS()
369 sourceChar=U16_GET_SUPPLEMENTARY(sourceChar, trail); in UConverter_fromUnicode_CompoundText_OFFSETS()
377 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
382 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
389 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
395 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
408 …lueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFal… in UConverter_fromUnicode_CompoundText_OFFSETS()
424 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
426 … ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFal… in UConverter_fromUnicode_CompoundText_OFFSETS()