OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charErrorBuffer
(Results
1 - 25
of
29
) sorted by null
1
2
/external/chromium_org/third_party/icu/source/common/
ucnv_cb.c
107
/* Overflowed the target. Now, we'll write into the
charErrorBuffer
.
118
newTarget = (char *)(args->converter->
charErrorBuffer
+ errBuffLen);
120
newTargetLimit = (char *)(args->converter->
charErrorBuffer
+
121
sizeof(args->converter->
charErrorBuffer
));
149
newTarget - (char*)args->converter->
charErrorBuffer
);
ucnv_u7.c
513
cnv->
charErrorBuffer
[0]=MINUS;
563
cnv->
charErrorBuffer
[0]=MINUS;
593
cnv->
charErrorBuffer
[0]=toBase64[(c>>4)&0x3f];
616
cnv->
charErrorBuffer
[0]=toBase64[(c>>2)&0x3f];
624
cnv->
charErrorBuffer
[0]=toBase64[(c>>8)&0x3f];
625
cnv->
charErrorBuffer
[1]=toBase64[(c>>2)&0x3f];
648
cnv->
charErrorBuffer
[0]=toBase64[c&0x3f];
656
cnv->
charErrorBuffer
[0]=toBase64[(c>>6)&0x3f];
657
cnv->
charErrorBuffer
[1]=toBase64[c&0x3f];
686
cnv->
charErrorBuffer
[cnv->charErrorBufferLength++]=toBase64[bits]
[
all
...]
ucnvbocu.c
565
uint8_t *
charErrorBuffer
;
575
charErrorBuffer
=(uint8_t *)cnv->
charErrorBuffer
;
579
*
charErrorBuffer
++=(uint8_t)(diff>>16);
581
*
charErrorBuffer
++=(uint8_t)(diff>>8);
583
*
charErrorBuffer
=(uint8_t)diff;
789
uint8_t *
charErrorBuffer
;
799
charErrorBuffer
=(uint8_t *)cnv->
charErrorBuffer
;
803
*
charErrorBuffer
++=(uint8_t)(diff>>16)
[
all
...]
ucnvhz.c
48
args->converter->
charErrorBuffer
[(int)args->converter->charErrorBufferLength++] = (unsigned char) *strToAppend; \
422
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = (char) targetUniChar;
426
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] =(char) (targetUniChar >> 8);
427
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = (char) targetUniChar;
439
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = (char) targetUniChar;
ucnv_bld.h
208
int8_t charErrorBufferLength; /* number of valid bytes in
charErrorBuffer
*/
211
int8_t UCharErrorBufferLength; /* number of valid UChars in
charErrorBuffer
*/
216
uint8_t
charErrorBuffer
[UCNV_ERROR_BUFFER_LENGTH]; /* codepage output from Error functions */
ucnv2022.c
438
converter->
charErrorBuffer
[0] = 0x1b;
439
converter->
charErrorBuffer
[1] = 0x24;
440
converter->
charErrorBuffer
[2] = 0x29;
441
converter->
charErrorBuffer
[3] = 0x43;
585
cnv->
charErrorBuffer
[0] = 0x1b;
586
cnv->
charErrorBuffer
[1] = 0x25;
587
cnv->
charErrorBuffer
[2] = 0x42;
657
converter->
charErrorBuffer
[0] = 0x1b;
658
converter->
charErrorBuffer
[1] = 0x28;
659
converter->
charErrorBuffer
[2] = 0x42
[
all
...]
ucnv_cnv.c
76
t=(char *)cnv->
charErrorBuffer
;
ucnv_u32.c
296
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = temp[indexToWrite];
401
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = temp[indexToWrite];
781
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = temp[indexToWrite];
895
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = temp[indexToWrite];
[
all
...]
ucnv_u8.c
383
cnv->
charErrorBuffer
[0] = (uint8_t) ((ch & 0x3f) | 0x80);
442
cnv->
charErrorBuffer
[cnv->charErrorBufferLength++] = *tempPtr;
506
cnv->
charErrorBuffer
[0] = (uint8_t) ((ch & 0x3f) | 0x80);
579
cnv->
charErrorBuffer
[cnv->charErrorBufferLength++] = *tempPtr;
[
all
...]
ucnvisci.c
[
all
...]
ucnvmbcs.c
[
all
...]
ucnvscsu.c
[
all
...]
/external/icu4c/common/
ucnv_cb.c
107
/* Overflowed the target. Now, we'll write into the
charErrorBuffer
.
118
newTarget = (char *)(args->converter->
charErrorBuffer
+ errBuffLen);
120
newTargetLimit = (char *)(args->converter->
charErrorBuffer
+
121
sizeof(args->converter->
charErrorBuffer
));
149
newTarget - (char*)args->converter->
charErrorBuffer
);
ucnv_u7.c
527
cnv->
charErrorBuffer
[0]=MINUS;
577
cnv->
charErrorBuffer
[0]=MINUS;
607
cnv->
charErrorBuffer
[0]=toBase64[(c>>4)&0x3f];
630
cnv->
charErrorBuffer
[0]=toBase64[(c>>2)&0x3f];
638
cnv->
charErrorBuffer
[0]=toBase64[(c>>8)&0x3f];
639
cnv->
charErrorBuffer
[1]=toBase64[(c>>2)&0x3f];
662
cnv->
charErrorBuffer
[0]=toBase64[c&0x3f];
670
cnv->
charErrorBuffer
[0]=toBase64[(c>>6)&0x3f];
671
cnv->
charErrorBuffer
[1]=toBase64[c&0x3f];
701
cnv->
charErrorBuffer
[cnv->charErrorBufferLength++]=toBase64[bits]
[
all
...]
ucnvbocu.cpp
570
uint8_t *
charErrorBuffer
;
580
charErrorBuffer
=(uint8_t *)cnv->
charErrorBuffer
;
584
*
charErrorBuffer
++=(uint8_t)(diff>>16);
586
*
charErrorBuffer
++=(uint8_t)(diff>>8);
588
*
charErrorBuffer
=(uint8_t)diff;
794
uint8_t *
charErrorBuffer
;
804
charErrorBuffer
=(uint8_t *)cnv->
charErrorBuffer
;
808
*
charErrorBuffer
++=(uint8_t)(diff>>16)
[
all
...]
ucnvhz.c
49
args->converter->
charErrorBuffer
[(int)args->converter->charErrorBufferLength++] = (unsigned char) *strToAppend; \
422
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = (char) targetUniChar;
426
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] =(char) (targetUniChar >> 8);
427
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = (char) targetUniChar;
439
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = (char) targetUniChar;
ucnv_bld.h
209
int8_t charErrorBufferLength; /* number of valid bytes in
charErrorBuffer
*/
212
int8_t UCharErrorBufferLength; /* number of valid UChars in
charErrorBuffer
*/
217
uint8_t
charErrorBuffer
[UCNV_ERROR_BUFFER_LENGTH]; /* codepage output from Error functions */
ucnv2022.cpp
444
converter->
charErrorBuffer
[0] = 0x1b;
445
converter->
charErrorBuffer
[1] = 0x24;
446
converter->
charErrorBuffer
[2] = 0x29;
447
converter->
charErrorBuffer
[3] = 0x43;
621
cnv->
charErrorBuffer
[0] = 0x1b;
622
cnv->
charErrorBuffer
[1] = 0x25;
623
cnv->
charErrorBuffer
[2] = 0x42;
693
converter->
charErrorBuffer
[0] = 0x1b;
694
converter->
charErrorBuffer
[1] = 0x28;
695
converter->
charErrorBuffer
[2] = 0x42
[
all
...]
ucnv_cnv.c
76
t=(char *)cnv->
charErrorBuffer
;
ucnv_u32.c
297
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = temp[indexToWrite];
402
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = temp[indexToWrite];
782
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = temp[indexToWrite];
896
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = temp[indexToWrite];
[
all
...]
ucnv_u8.c
386
cnv->
charErrorBuffer
[0] = (uint8_t) ((ch & 0x3f) | 0x80);
445
cnv->
charErrorBuffer
[cnv->charErrorBufferLength++] = *tempPtr;
509
cnv->
charErrorBuffer
[0] = (uint8_t) ((ch & 0x3f) | 0x80);
582
cnv->
charErrorBuffer
[cnv->charErrorBufferLength++] = *tempPtr;
[
all
...]
ucnvisci.c
[
all
...]
ucnvmbcs.c
[
all
...]
ucnv_ct.c
445
args->converter->
charErrorBuffer
[args->converter->charErrorBufferLength++] = tmpTargetBuffer[i];
ucnvscsu.c
[
all
...]
Completed in 1075 milliseconds
1
2