Home
last modified time | relevance | path

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

/external/icu4c/common/
Ducnv_u32.c240 if (args->converter->fromUChar32) { in T_UConverter_fromUnicode_UTF32_BE()
241 ch = args->converter->fromUChar32; in T_UConverter_fromUnicode_UTF32_BE()
242 args->converter->fromUChar32 = 0; in T_UConverter_fromUnicode_UTF32_BE()
261 args->converter->fromUChar32 = ch; in T_UConverter_fromUnicode_UTF32_BE()
268 args->converter->fromUChar32 = ch; in T_UConverter_fromUnicode_UTF32_BE()
280 args->converter->fromUChar32 = ch; in T_UConverter_fromUnicode_UTF32_BE()
344 if (args->converter->fromUChar32) { in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC()
345 ch = args->converter->fromUChar32; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC()
346 args->converter->fromUChar32 = 0; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC()
365 args->converter->fromUChar32 = ch; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC()
[all …]
Ducnv_u8.c359 if (cnv->fromUChar32 && myTarget < targetLimit) in ucnv_fromUnicode_UTF8()
361 ch = cnv->fromUChar32; in ucnv_fromUnicode_UTF8()
362 cnv->fromUChar32 = 0; in ucnv_fromUnicode_UTF8()
403 cnv->fromUChar32 = ch; in ucnv_fromUnicode_UTF8()
410 cnv->fromUChar32 = ch; in ucnv_fromUnicode_UTF8()
475 if (cnv->fromUChar32 && myTarget < targetLimit) in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
477 ch = cnv->fromUChar32; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
478 cnv->fromUChar32 = 0; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
530 cnv->fromUChar32 = ch; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
537 cnv->fromUChar32 = ch; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
Ducnvhz.c82 cnv->fromUChar32=0x0000; in _HZOpen()
118 cnv->fromUChar32=0x0000; in _HZReset()
357 if(args->converter->fromUChar32!=0 && myTargetIndex < targetLength) { in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
451 args->converter->fromUChar32=mySourceChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
459 … mySourceChar=UTF16_GET_PAIR_VALUE(args->converter->fromUChar32, trail); in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
460 args->converter->fromUChar32=0x00; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
483 args->converter->fromUChar32=mySourceChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
Ducnv2022.c446 cnv->fromUChar32=0; in setInitialStateFromUnicodeKR()
1657 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1676 cnv->fromUChar32=0x00; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1683 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1688 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1695 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1704 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1938 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1993 args->flush && source>=sourceLimit && cnv->fromUChar32==0 in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2305 myConverterData->currentConverter->fromUChar32 = saveConv->fromUChar32; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
[all …]
Ducnv_ct.c350 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) { in UConverter_fromUnicode_CompoundText_OFFSETS()
369 cnv->fromUChar32=0x00; in UConverter_fromUnicode_CompoundText_OFFSETS()
376 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
381 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
388 cnv->fromUChar32=sourceChar; in UConverter_fromUnicode_CompoundText_OFFSETS()
Ducnv_u16.c91 if((c=(UChar)cnv->fromUChar32)!=0 && U16_IS_TRAIL(trail=*source) && targetCapacity>=4) { in _UTF16BEFromUnicodeWithOffsets()
108 cnv->fromUChar32=c=0; in _UTF16BEFromUnicodeWithOffsets()
228 cnv->fromUChar32=c; in _UTF16BEFromUnicodeWithOffsets()
690 if((c=(UChar)cnv->fromUChar32)!=0 && U16_IS_TRAIL(trail=*source) && targetCapacity>=4) { in _UTF16LEFromUnicodeWithOffsets()
707 cnv->fromUChar32=c=0; in _UTF16LEFromUnicodeWithOffsets()
827 cnv->fromUChar32=c; in _UTF16LEFromUnicodeWithOffsets()
Ducnvlat1.c160 cp=cnv->fromUChar32; in _Latin1FromUnicodeWithOffsets()
284 cnv->fromUChar32=cp; in _Latin1FromUnicodeWithOffsets()
293 cnv->fromUChar32=cp; in _Latin1FromUnicodeWithOffsets()
Ducnvbocu.c408 c=cnv->fromUChar32; in _Bocu1FromUnicodeWithOffsets()
622 cnv->fromUChar32= c<0 ? -c : 0; in _Bocu1FromUnicodeWithOffsets()
656 c=cnv->fromUChar32; in _Bocu1FromUnicode()
843 cnv->fromUChar32= c<0 ? -c : 0; in _Bocu1FromUnicode()
Ducnv_bld.h196 UChar32 fromUChar32; member
Ducnvscsu.c187 cnv->fromUChar32=0; in _SCSUReset()
1049 c=cnv->fromUChar32; in _SCSUFromUnicodeWithOffsets()
1380 cnv->fromUChar32=c; in _SCSUFromUnicodeWithOffsets()
1538 c=cnv->fromUChar32; in _SCSUFromUnicode()
1840 cnv->fromUChar32=c; in _SCSUFromUnicode()
Ducnvmbcs.c1838 cnv->fromUChar32=0; in ucnv_MBCSOpen()
3299 c=cnv->fromUChar32; in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3479 cnv->fromUChar32=c; in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3532 c=cnv->fromUChar32; in ucnv_MBCSSingleFromUnicodeWithOffsets()
3645 cnv->fromUChar32=c; in ucnv_MBCSSingleFromUnicodeWithOffsets()
3708 c=cnv->fromUChar32; in ucnv_MBCSSingleFromBMPWithOffsets()
3913 cnv->fromUChar32=c; in ucnv_MBCSSingleFromBMPWithOffsets()
3998 c=cnv->fromUChar32; in ucnv_MBCSFromUnicodeWithOffsets()
4643 cnv->fromUChar32=c; in ucnv_MBCSFromUnicodeWithOffsets()
5115 cnv->fromUChar32=c; in ucnv_SBCSFromUTF8()
[all …]
Ducnv.c613 converter->fromUChar32 = 0; in _reset()
914 cnv->fromUChar32==0); in _fromUnicodeWithCallback()
1003 } else if(pArgs->flush && cnv->fromUChar32!=0) { in _fromUnicodeWithCallback()
1082 codePoint=cnv->fromUChar32; in _fromUnicodeWithCallback()
1088 cnv->fromUChar32=0; in _fromUnicodeWithCallback()
2856 }else if(cnv->fromUChar32 > 0){ in ucnv_fromUCountPending()
Ducnvisci.c257 cnv->fromUChar32=0x0000; in _ISCIIReset()
911 if ((sourceChar = args->converter->fromUChar32)!=0) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1088 args->converter->fromUChar32=sourceChar; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
Ducnv_ext.c934 cnv->fromUChar32=cnv->preFromUFirstCP; in ucnv_extContinueMatchFromU()