/third_party/icu/icu4c/source/common/ |
D | ucnv_u7.cpp | 532 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets() 582 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets() 612 cnv->charErrorBuffer[0]=toBase64[(c>>4)&0x3f]; in _UTF7FromUnicodeWithOffsets() 635 cnv->charErrorBuffer[0]=toBase64[(c>>2)&0x3f]; in _UTF7FromUnicodeWithOffsets() 643 cnv->charErrorBuffer[0]=toBase64[(c>>8)&0x3f]; in _UTF7FromUnicodeWithOffsets() 644 cnv->charErrorBuffer[1]=toBase64[(c>>2)&0x3f]; in _UTF7FromUnicodeWithOffsets() 667 cnv->charErrorBuffer[0]=toBase64[c&0x3f]; in _UTF7FromUnicodeWithOffsets() 675 cnv->charErrorBuffer[0]=toBase64[(c>>6)&0x3f]; in _UTF7FromUnicodeWithOffsets() 676 cnv->charErrorBuffer[1]=toBase64[c&0x3f]; in _UTF7FromUnicodeWithOffsets() 706 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=toBase64[bits]; in _UTF7FromUnicodeWithOffsets() [all …]
|
D | ucnv_cb.cpp | 120 newTarget = (char *)(args->converter->charErrorBuffer + errBuffLen); in ucnv_cbFromUWriteUChars() 122 newTargetLimit = (char *)(args->converter->charErrorBuffer + in ucnv_cbFromUWriteUChars() 123 sizeof(args->converter->charErrorBuffer)); in ucnv_cbFromUWriteUChars() 151 newTarget - (char*)args->converter->charErrorBuffer); in ucnv_cbFromUWriteUChars()
|
D | ucnvbocu.cpp | 573 uint8_t *charErrorBuffer; in _Bocu1FromUnicodeWithOffsets() local 583 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicodeWithOffsets() 587 *charErrorBuffer++=(uint8_t)(diff>>16); in _Bocu1FromUnicodeWithOffsets() 590 *charErrorBuffer++=(uint8_t)(diff>>8); in _Bocu1FromUnicodeWithOffsets() 593 *charErrorBuffer=(uint8_t)diff; in _Bocu1FromUnicodeWithOffsets() 805 uint8_t *charErrorBuffer; in _Bocu1FromUnicode() local 815 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicode() 819 *charErrorBuffer++=(uint8_t)(diff>>16); in _Bocu1FromUnicode() 822 *charErrorBuffer++=(uint8_t)(diff>>8); in _Bocu1FromUnicode() 825 *charErrorBuffer=(uint8_t)diff; in _Bocu1FromUnicode()
|
D | ucnvhz.cpp | 51 …args->converter->charErrorBuffer[(int)args->converter->charErrorBufferLength++] = (unsigned char) … 422 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() 426 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =(char) (targetUniChar … in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() 427 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() 439 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
|
D | ucnv2022.cpp | 465 converter->charErrorBuffer[0] = 0x1b; in setInitialStateFromUnicodeKR() 466 converter->charErrorBuffer[1] = 0x24; in setInitialStateFromUnicodeKR() 467 converter->charErrorBuffer[2] = 0x29; in setInitialStateFromUnicodeKR() 468 converter->charErrorBuffer[3] = 0x43; in setInitialStateFromUnicodeKR() 630 cnv->charErrorBuffer[0] = 0x1b; in _ISO2022Open() 631 cnv->charErrorBuffer[1] = 0x25; in _ISO2022Open() 632 cnv->charErrorBuffer[2] = 0x42; in _ISO2022Open() 704 converter->charErrorBuffer[0] = 0x1b; in _ISO2022Reset() 705 converter->charErrorBuffer[1] = 0x28; in _ISO2022Reset() 706 converter->charErrorBuffer[2] = 0x42; in _ISO2022Reset() [all …]
|
D | ucnv_u8.cpp | 338 cnv->charErrorBuffer[0] = (uint8_t) ((ch & 0x3f) | 0x80); in ucnv_fromUnicode_UTF8() 397 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8() 461 cnv->charErrorBuffer[0] = (uint8_t) ((ch & 0x3f) | 0x80); in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() 534 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
|
D | ucnvisci.cpp | 852 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 854 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 868 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =\ 876 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 880 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 883 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
|
D | ucnv_u32.cpp | 299 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_BE() 404 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() 784 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_LE() 898 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_u7.cpp | 532 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets() 582 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets() 612 cnv->charErrorBuffer[0]=toBase64[(c>>4)&0x3f]; in _UTF7FromUnicodeWithOffsets() 635 cnv->charErrorBuffer[0]=toBase64[(c>>2)&0x3f]; in _UTF7FromUnicodeWithOffsets() 643 cnv->charErrorBuffer[0]=toBase64[(c>>8)&0x3f]; in _UTF7FromUnicodeWithOffsets() 644 cnv->charErrorBuffer[1]=toBase64[(c>>2)&0x3f]; in _UTF7FromUnicodeWithOffsets() 667 cnv->charErrorBuffer[0]=toBase64[c&0x3f]; in _UTF7FromUnicodeWithOffsets() 675 cnv->charErrorBuffer[0]=toBase64[(c>>6)&0x3f]; in _UTF7FromUnicodeWithOffsets() 676 cnv->charErrorBuffer[1]=toBase64[c&0x3f]; in _UTF7FromUnicodeWithOffsets() 706 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=toBase64[bits]; in _UTF7FromUnicodeWithOffsets() [all …]
|
D | ucnv_cb.cpp | 120 newTarget = (char *)(args->converter->charErrorBuffer + errBuffLen); in ucnv_cbFromUWriteUChars() 122 newTargetLimit = (char *)(args->converter->charErrorBuffer + in ucnv_cbFromUWriteUChars() 123 sizeof(args->converter->charErrorBuffer)); in ucnv_cbFromUWriteUChars() 151 newTarget - (char*)args->converter->charErrorBuffer); in ucnv_cbFromUWriteUChars()
|
D | ucnvbocu.cpp | 573 uint8_t *charErrorBuffer; in _Bocu1FromUnicodeWithOffsets() local 583 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicodeWithOffsets() 587 *charErrorBuffer++=(uint8_t)(diff>>16); in _Bocu1FromUnicodeWithOffsets() 590 *charErrorBuffer++=(uint8_t)(diff>>8); in _Bocu1FromUnicodeWithOffsets() 593 *charErrorBuffer=(uint8_t)diff; in _Bocu1FromUnicodeWithOffsets() 805 uint8_t *charErrorBuffer; in _Bocu1FromUnicode() local 815 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicode() 819 *charErrorBuffer++=(uint8_t)(diff>>16); in _Bocu1FromUnicode() 822 *charErrorBuffer++=(uint8_t)(diff>>8); in _Bocu1FromUnicode() 825 *charErrorBuffer=(uint8_t)diff; in _Bocu1FromUnicode()
|
D | ucnvhz.cpp | 51 …args->converter->charErrorBuffer[(int)args->converter->charErrorBufferLength++] = (unsigned char) … 422 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() 426 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =(char) (targetUniChar … in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() 427 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() 439 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
|
D | ucnv2022.cpp | 465 converter->charErrorBuffer[0] = 0x1b; in setInitialStateFromUnicodeKR() 466 converter->charErrorBuffer[1] = 0x24; in setInitialStateFromUnicodeKR() 467 converter->charErrorBuffer[2] = 0x29; in setInitialStateFromUnicodeKR() 468 converter->charErrorBuffer[3] = 0x43; in setInitialStateFromUnicodeKR() 630 cnv->charErrorBuffer[0] = 0x1b; in _ISO2022Open() 631 cnv->charErrorBuffer[1] = 0x25; in _ISO2022Open() 632 cnv->charErrorBuffer[2] = 0x42; in _ISO2022Open() 704 converter->charErrorBuffer[0] = 0x1b; in _ISO2022Reset() 705 converter->charErrorBuffer[1] = 0x28; in _ISO2022Reset() 706 converter->charErrorBuffer[2] = 0x42; in _ISO2022Reset() [all …]
|
D | ucnv_u8.cpp | 338 cnv->charErrorBuffer[0] = (uint8_t) ((ch & 0x3f) | 0x80); in ucnv_fromUnicode_UTF8() 397 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8() 461 cnv->charErrorBuffer[0] = (uint8_t) ((ch & 0x3f) | 0x80); in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() 534 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
|
D | ucnvisci.cpp | 852 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 854 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 868 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =\ 876 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 880 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 883 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
|
D | ucnv_u32.cpp | 299 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_BE() 404 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() 784 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_LE() 898 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC()
|
D | ucnv_bld.h | 224 uint8_t charErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* codepage output from Error functions */ member
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_u7.cpp | 532 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets() 582 cnv->charErrorBuffer[0]=MINUS; in _UTF7FromUnicodeWithOffsets() 612 cnv->charErrorBuffer[0]=toBase64[(c>>4)&0x3f]; in _UTF7FromUnicodeWithOffsets() 635 cnv->charErrorBuffer[0]=toBase64[(c>>2)&0x3f]; in _UTF7FromUnicodeWithOffsets() 643 cnv->charErrorBuffer[0]=toBase64[(c>>8)&0x3f]; in _UTF7FromUnicodeWithOffsets() 644 cnv->charErrorBuffer[1]=toBase64[(c>>2)&0x3f]; in _UTF7FromUnicodeWithOffsets() 667 cnv->charErrorBuffer[0]=toBase64[c&0x3f]; in _UTF7FromUnicodeWithOffsets() 675 cnv->charErrorBuffer[0]=toBase64[(c>>6)&0x3f]; in _UTF7FromUnicodeWithOffsets() 676 cnv->charErrorBuffer[1]=toBase64[c&0x3f]; in _UTF7FromUnicodeWithOffsets() 706 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=toBase64[bits]; in _UTF7FromUnicodeWithOffsets() [all …]
|
D | ucnv_cb.cpp | 120 newTarget = (char *)(args->converter->charErrorBuffer + errBuffLen); in ucnv_cbFromUWriteUChars() 122 newTargetLimit = (char *)(args->converter->charErrorBuffer + in ucnv_cbFromUWriteUChars() 123 sizeof(args->converter->charErrorBuffer)); in ucnv_cbFromUWriteUChars() 151 newTarget - (char*)args->converter->charErrorBuffer); in ucnv_cbFromUWriteUChars()
|
D | ucnvbocu.cpp | 573 uint8_t *charErrorBuffer; in _Bocu1FromUnicodeWithOffsets() local 583 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicodeWithOffsets() 587 *charErrorBuffer++=(uint8_t)(diff>>16); in _Bocu1FromUnicodeWithOffsets() 590 *charErrorBuffer++=(uint8_t)(diff>>8); in _Bocu1FromUnicodeWithOffsets() 593 *charErrorBuffer=(uint8_t)diff; in _Bocu1FromUnicodeWithOffsets() 805 uint8_t *charErrorBuffer; in _Bocu1FromUnicode() local 815 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer; in _Bocu1FromUnicode() 819 *charErrorBuffer++=(uint8_t)(diff>>16); in _Bocu1FromUnicode() 822 *charErrorBuffer++=(uint8_t)(diff>>8); in _Bocu1FromUnicode() 825 *charErrorBuffer=(uint8_t)diff; in _Bocu1FromUnicode()
|
D | ucnvhz.cpp | 51 …args->converter->charErrorBuffer[(int)args->converter->charErrorBufferLength++] = (unsigned char) … 422 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() 426 …args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =(char) (targetUniChar … in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() 427 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() 439 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = (char) targetUniChar; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
|
D | ucnv2022.cpp | 465 converter->charErrorBuffer[0] = 0x1b; in setInitialStateFromUnicodeKR() 466 converter->charErrorBuffer[1] = 0x24; in setInitialStateFromUnicodeKR() 467 converter->charErrorBuffer[2] = 0x29; in setInitialStateFromUnicodeKR() 468 converter->charErrorBuffer[3] = 0x43; in setInitialStateFromUnicodeKR() 630 cnv->charErrorBuffer[0] = 0x1b; in _ISO2022Open() 631 cnv->charErrorBuffer[1] = 0x25; in _ISO2022Open() 632 cnv->charErrorBuffer[2] = 0x42; in _ISO2022Open() 704 converter->charErrorBuffer[0] = 0x1b; in _ISO2022Reset() 705 converter->charErrorBuffer[1] = 0x28; in _ISO2022Reset() 706 converter->charErrorBuffer[2] = 0x42; in _ISO2022Reset() [all …]
|
D | ucnv_u8.cpp | 338 cnv->charErrorBuffer[0] = (uint8_t) ((ch & 0x3f) | 0x80); in ucnv_fromUnicode_UTF8() 397 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8() 461 cnv->charErrorBuffer[0] = (uint8_t) ((ch & 0x3f) | 0x80); in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() 534 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()
|
D | ucnv_u32.cpp | 299 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_BE() 404 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() 784 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_LE() 898 … args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite]; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC()
|
D | ucnvisci.cpp | 852 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 854 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 868 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =\ 876 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 880 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \ 883 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
|