Searched refs:charErrorBufferLength (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_cb.c115 errBuffLen = args->converter->charErrorBufferLength;
134 args->converter->charErrorBufferLength = 0;
148 args->converter->charErrorBufferLength = (int8_t)(
H A Ducnv_u7.c528 cnv->charErrorBufferLength=1;
578 cnv->charErrorBufferLength=1;
608 cnv->charErrorBufferLength=1;
631 cnv->charErrorBufferLength=1;
640 cnv->charErrorBufferLength=2;
663 cnv->charErrorBufferLength=1;
672 cnv->charErrorBufferLength=2;
701 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=toBase64[bits];
712 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS;
1225 cnv->charErrorBufferLength
[all...]
H A Ducnvhz.c49 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;
H A Ducnv_bld.h209 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */ member in struct:UConverter
H A Ducnv2022.cpp458 if( converter->charErrorBufferLength==0){
460 converter->charErrorBufferLength = 4;
613 cnv->charErrorBufferLength = 3;
685 converter->charErrorBufferLength = 3;
2317 if(myConverterData->currentConverter->charErrorBufferLength > 0) {
2321 myConverterData->currentConverter->charErrorBufferLength);
2323 saveConv->charErrorBufferLength = myConverterData->currentConverter->charErrorBufferLength;
2324 myConverterData->currentConverter->charErrorBufferLength = 0;
2418 args->converter->charErrorBuffer[args->converter->charErrorBufferLength
[all...]
H A Ducnv_cnv.c77 cnv->charErrorBufferLength=(int8_t)length;
H A Ducnv_u32.c297 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];
H A Ducnv_u8.c396 cnv->charErrorBufferLength = 1;
454 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr;
519 cnv->charErrorBufferLength = 1;
591 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr;
H A Ducnv.c624 converter->invalidUCharLength = converter->charErrorBufferLength = 0;
1121 * Call this function if(cnv->charErrorBufferLength>0).
1141 length=cnv->charErrorBufferLength;
1152 cnv->charErrorBufferLength=(int8_t)j;
1169 cnv->charErrorBufferLength=0;
1239 if( cnv->charErrorBufferLength>0 &&
2133 } else if(targetCnv->charErrorBufferLength>0) {
H A Ducnvisci.c846 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
848 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
862 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =\
870 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
874 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
877 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
H A Ducnvbocu.cpp593 cnv->charErrorBufferLength=(int8_t)length;
817 cnv->charErrorBufferLength=(int8_t)length;
H A Ducnv_ct.c445 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = tmpTargetBuffer[i];
H A Ducnvmbcs.c3458 cnv->charErrorBufferLength=1;
4555 cnv->charErrorBufferLength=(int8_t)length;
4622 cnv->charErrorBufferLength=1;
4638 cnv->charErrorBufferLength=siLength;
5398 cnv->charErrorBufferLength=1;
/external/icu/icu4c/source/common/
H A Ducnv_cb.c115 errBuffLen = args->converter->charErrorBufferLength;
134 args->converter->charErrorBufferLength = 0;
148 args->converter->charErrorBufferLength = (int8_t)(
H A Ducnv_u7.c528 cnv->charErrorBufferLength=1;
578 cnv->charErrorBufferLength=1;
608 cnv->charErrorBufferLength=1;
631 cnv->charErrorBufferLength=1;
640 cnv->charErrorBufferLength=2;
663 cnv->charErrorBufferLength=1;
672 cnv->charErrorBufferLength=2;
701 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=toBase64[bits];
712 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS;
1225 cnv->charErrorBufferLength
[all...]
H A Ducnvhz.c49 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;
H A Ducnv_bld.h209 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */ member in struct:UConverter
H A Ducnv2022.cpp441 if( converter->charErrorBufferLength==0){
443 converter->charErrorBufferLength = 4;
618 cnv->charErrorBufferLength = 3;
690 converter->charErrorBufferLength = 3;
2322 if(myConverterData->currentConverter->charErrorBufferLength > 0) {
2326 myConverterData->currentConverter->charErrorBufferLength);
2328 saveConv->charErrorBufferLength = myConverterData->currentConverter->charErrorBufferLength;
2329 myConverterData->currentConverter->charErrorBufferLength = 0;
2423 args->converter->charErrorBuffer[args->converter->charErrorBufferLength
[all...]
H A Ducnv_cnv.c77 cnv->charErrorBufferLength=(int8_t)length;
H A Ducnv_u32.c297 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];
H A Ducnv_u8.c387 cnv->charErrorBufferLength = 1;
445 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr;
510 cnv->charErrorBufferLength = 1;
582 cnv->charErrorBuffer[cnv->charErrorBufferLength++] = *tempPtr;
H A Ducnv.c624 converter->invalidUCharLength = converter->charErrorBufferLength = 0;
1121 * Call this function if(cnv->charErrorBufferLength>0).
1141 length=cnv->charErrorBufferLength;
1152 cnv->charErrorBufferLength=(int8_t)j;
1169 cnv->charErrorBufferLength=0;
1239 if( cnv->charErrorBufferLength>0 &&
2133 } else if(targetCnv->charErrorBufferLength>0) {
H A Ducnvisci.c846 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
848 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
862 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =\
870 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
874 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
877 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
H A Ducnvbocu.cpp593 cnv->charErrorBufferLength=(int8_t)length;
817 cnv->charErrorBufferLength=(int8_t)length;
H A Ducnv_ct.c445 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = tmpTargetBuffer[i];

Completed in 467 milliseconds

12