Home
last modified time | relevance | path

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

/external/icu4c/common/
Ducnv_u7.c514 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets()
564 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets()
594 cnv->charErrorBuffer[0]=toBase64[(c>>4)&0x3f]; in _UTF7FromUnicodeWithOffsets()
617 cnv->charErrorBuffer[0]=toBase64[(c>>2)&0x3f]; in _UTF7FromUnicodeWithOffsets()
625 cnv->charErrorBuffer[0]=toBase64[(c>>8)&0x3f]; in _UTF7FromUnicodeWithOffsets()
626 cnv->charErrorBuffer[1]=toBase64[(c>>2)&0x3f]; in _UTF7FromUnicodeWithOffsets()
649 cnv->charErrorBuffer[0]=toBase64[c&0x3f]; in _UTF7FromUnicodeWithOffsets()
657 cnv->charErrorBuffer[0]=toBase64[(c>>6)&0x3f]; in _UTF7FromUnicodeWithOffsets()
658 cnv->charErrorBuffer[1]=toBase64[c&0x3f]; in _UTF7FromUnicodeWithOffsets()
687 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=toBase64[bits]; in _UTF7FromUnicodeWithOffsets()
[all …]
Ducnv_cb.c118 newTarget = (char *)(args->converter->charErrorBuffer + errBuffLen); in ucnv_cbFromUWriteUChars()
120 newTargetLimit = (char *)(args->converter->charErrorBuffer + in ucnv_cbFromUWriteUChars()
121 sizeof(args->converter->charErrorBuffer)); in ucnv_cbFromUWriteUChars()
149 newTarget - (char*)args->converter->charErrorBuffer); in ucnv_cbFromUWriteUChars()
Ducnvbocu.c565 uint8_t *charErrorBuffer; in _Bocu1FromUnicodeWithOffsets() local
575 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicodeWithOffsets()
579 *charErrorBuffer++=(uint8_t)(diff>>16); in _Bocu1FromUnicodeWithOffsets()
581 *charErrorBuffer++=(uint8_t)(diff>>8); in _Bocu1FromUnicodeWithOffsets()
583 *charErrorBuffer=(uint8_t)diff; in _Bocu1FromUnicodeWithOffsets()
789 uint8_t *charErrorBuffer; in _Bocu1FromUnicode() local
799 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicode()
803 *charErrorBuffer++=(uint8_t)(diff>>16); in _Bocu1FromUnicode()
805 *charErrorBuffer++=(uint8_t)(diff>>8); in _Bocu1FromUnicode()
807 *charErrorBuffer=(uint8_t)diff; in _Bocu1FromUnicode()
Ducnvhz.c47 …args->converter->charErrorBuffer[(int)args->converter->charErrorBufferLength++] = (unsigned char) …
350 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
354 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =(char) (targetUniChar … in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
355 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
367 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
Ducnv2022.c436 converter->charErrorBuffer[0] = 0x1b; in setInitialStateFromUnicodeKR()
437 converter->charErrorBuffer[1] = 0x24; in setInitialStateFromUnicodeKR()
438 converter->charErrorBuffer[2] = 0x29; in setInitialStateFromUnicodeKR()
439 converter->charErrorBuffer[3] = 0x43; in setInitialStateFromUnicodeKR()
573 cnv->charErrorBuffer[0] = 0x1b; in _ISO2022Open()
574 cnv->charErrorBuffer[1] = 0x25; in _ISO2022Open()
575 cnv->charErrorBuffer[2] = 0x42; in _ISO2022Open()
644 converter->charErrorBuffer[0] = 0x1b; in _ISO2022Reset()
645 converter->charErrorBuffer[1] = 0x28; in _ISO2022Reset()
646 converter->charErrorBuffer[2] = 0x42; in _ISO2022Reset()
[all …]
Ducnv_u8.c383 cnv->charErrorBuffer[0] = (uint8_t) ((ch & 0x3f) | 0x80); in ucnv_fromUnicode_UTF8()
442 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8()
506 cnv->charErrorBuffer[0] = (uint8_t) ((ch & 0x3f) | 0x80); in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
579 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
Ducnv_u32.c296 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_BE()
401 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC()
781 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_LE()
895 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC()
Ducnv_bld.h215 uint8_t charErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* codepage output from Error functions */ member
Ducnv_cnv.c76 t=(char *)cnv->charErrorBuffer; in ucnv_fromUWriteBytes()
Ducnvmbcs.c3245 cnv->charErrorBuffer[0]=(char)value; in ucnv_MBCSDoubleFromUnicodeWithOffsets()
4288 uint8_t *charErrorBuffer; in ucnv_MBCSFromUnicodeWithOffsets() local
4298 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in ucnv_MBCSFromUnicodeWithOffsets()
4302 *charErrorBuffer++=(uint8_t)(value>>16); in ucnv_MBCSFromUnicodeWithOffsets()
4304 *charErrorBuffer++=(uint8_t)(value>>8); in ucnv_MBCSFromUnicodeWithOffsets()
4306 *charErrorBuffer=(uint8_t)value; in ucnv_MBCSFromUnicodeWithOffsets()
4381 cnv->charErrorBuffer[0]=(char)UCNV_SI; in ucnv_MBCSFromUnicodeWithOffsets()
5131 cnv->charErrorBuffer[0]=(char)value; in ucnv_DBCSFromUTF8()
Ducnvisci.c798 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
805 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
808 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
Ducnvscsu.c1443 p=(uint8_t *)cnv->charErrorBuffer; in _SCSUFromUnicodeWithOffsets()
1880 p=(uint8_t *)cnv->charErrorBuffer; in _SCSUFromUnicode()
Ducnv_lmb.c968 uint8_t * pErrorBuffer = args->converter->charErrorBuffer; in _LMBCSFromUnicode()
Ducnv.c1127 overflow=(char *)cnv->charErrorBuffer; in ucnv_outputOverflowFromUnicode()