Searched refs:UCharErrorBufferLength (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/common/
H A Ducnv_cnv.c117 cnv->UCharErrorBufferLength=(int8_t)length;
168 cnv->UCharErrorBufferLength=i;
H A Ducnv.c608 converter->invalidCharLength = converter->UCharErrorBufferLength = 0;
1557 * Call this function if(cnv->UCharErrorBufferLength>0).
1577 length=cnv->UCharErrorBufferLength;
1588 cnv->UCharErrorBufferLength=(int8_t)j;
1605 cnv->UCharErrorBufferLength=0;
1675 if( cnv->UCharErrorBufferLength>0 &&
1884 if(cnv->UCharErrorBufferLength>0) {
1889 length=cnv->UCharErrorBufferLength;
1893 if((cnv->UCharErrorBufferLength=(int8_t)(length-i))>0) {
1895 cnv->UCharErrorBufferLength*U_SIZEOF_UCHA
[all...]
H A Ducnv_bld.h211 int8_t UCharErrorBufferLength; /* number of valid UChars in charErrorBuffer */ member in struct:UConverter
H A Ducnv_u16.c339 cnv->UCharErrorBufferLength=1;
455 cnv->UCharErrorBufferLength=1;
938 cnv->UCharErrorBufferLength=1;
1054 cnv->UCharErrorBufferLength=1;
H A Ducnv_u32.c99 args->converter->UCharErrorBufferLength = 1;
183 args->converter->UCharErrorBufferLength = 1;
566 args->converter->UCharErrorBufferLength = 1;
660 args->converter->UCharErrorBufferLength = 1;
H A Ducnv2022.c1270 length = saveThis->UCharErrorBufferLength = myData->currentConverter->UCharErrorBufferLength;
1271 myData->currentConverter->UCharErrorBufferLength = 0;
2268 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]=
2617 if(subArgs.converter->UCharErrorBufferLength > 0) {
2619 subArgs.converter->UCharErrorBufferLength);
2621 args->converter->UCharErrorBufferLength=subArgs.converter->UCharErrorBufferLength;
2622 subArgs.converter->UCharErrorBufferLength = 0;
3410 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength
[all...]
H A Ducnvisci.c1130 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++] = \
1378 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_HA;
1381 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_SIGN_VIRAMA;
1382 args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_HA;
H A Ducnvscsu.c321 cnv->UCharErrorBufferLength=1;
429 cnv->UCharErrorBufferLength=1;
653 cnv->UCharErrorBufferLength=1;
736 cnv->UCharErrorBufferLength=1;
H A Ducnv_u8.c189 cnv->UCharErrorBufferLength = 1;
319 cnv->UCharErrorBufferLength = 1;
H A Ducnvbocu.c1122 cnv->UCharErrorBufferLength=1;
1324 cnv->UCharErrorBufferLength=1;
H A Ducnvmbcs.c1971 cnv->UCharErrorBufferLength=1;
2584 cnv->UCharErrorBufferLength=1;
2620 cnv->UCharErrorBufferLength=1;

Completed in 109 milliseconds