Lines Matching refs:sourceChar
335 UChar32 sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS() local
349 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) { in UConverter_fromUnicode_CompoundText_OFFSETS()
356 sourceChar = *(source++); in UConverter_fromUnicode_CompoundText_OFFSETS()
358 if(U16_IS_SURROGATE(sourceChar)) { in UConverter_fromUnicode_CompoundText_OFFSETS()
359 if(U16_IS_SURROGATE_LEAD(sourceChar)) { in UConverter_fromUnicode_CompoundText_OFFSETS()
367 sourceChar=U16_GET_SUPPLEMENTARY(sourceChar, trail); in UConverter_fromUnicode_CompoundText_OFFSETS()
375 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
380 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
387 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
393 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
406 …lueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFal… in UConverter_fromUnicode_CompoundText_OFFSETS()
422 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
424 … ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFal… in UConverter_fromUnicode_CompoundText_OFFSETS()