Searched refs:toULength (Results 1 - 15 of 15) sorted by relevance

/external/icu4c/common/
H A Ducnv_u8.c104 i = cnv->toULength; /* restore # of bytes consumed */
105 cnv->toULength = 0;
146 cnv->toULength = (int8_t) i;
197 cnv->toULength = (int8_t)i;
234 i = cnv->toULength; /* restore # of bytes consumed */
235 cnv->toULength = 0;
274 cnv->toULength = (int8_t)i;
327 cnv->toULength = (int8_t)i;
629 cnv->toULength = 1;
652 cnv->toULength
758 int8_t oldToULength, toULength, toULimit; local
[all...]
H A Ducnv_u16.c295 cnv->toULength=1;
298 if((count=cnv->toULength)!=0) {
361 cnv->toULength=2;
371 cnv->toULength=(int8_t)count;
442 cnv->toULength=2;
456 cnv->toULength=0;
478 cnv->toUBytes[cnv->toULength++]=*source++;
510 pArgs->converter->toULength=1;
539 pArgs->converter->toULength=(int8_t)(sourceLimit-s);
555 pArgs->converter->toULength
[all...]
H A Ducnv_u32.c56 i = args->converter->toULength; /* restore # of bytes consumed */
57 args->converter->toULength = 0;
77 args->converter->toULength = (int8_t) i;
106 args->converter->toULength = (int8_t)i;
137 i = args->converter->toULength; /* restore # of bytes consumed */
138 args->converter->toULength = 0;
158 args->converter->toULength = (int8_t) i;
190 args->converter->toULength = (int8_t)i;
438 args->converter->toULength = (int8_t)length;
456 args->converter->toULength
[all...]
H A Ducnvmbcs.c1021 * @return if(U_FAILURE) return the length (toULength, byteIndex) for the input
1834 cnv->toULength=0; /* byteIndex */
2007 cnv->toULength=_extToU(cnv, cnv->sharedData,
2208 cnv->toULength=_extToU(cnv, cnv->sharedData,
2377 byteIndex=cnv->toULength;
2719 cnv->toULength=byteIndex;
3000 cnv->toULength=(int8_t)(source-lastSource);
3017 cnv->toULength=1;
3026 cnv->toULength=i;
4870 int8_t oldToULength, toULength, toULimi local
5173 int8_t oldToULength, toULength, toULimit; local
[all...]
H A Ducnvscsu.c168 cnv->toULength=0;
377 cnv->toULength=1;
383 cnv->toULength=1;
388 cnv->toULength=2;
442 cnv->toULength=2;
454 cnv->toULength=2;
465 cnv->toULength=2;
503 cnv->toULength=1;
514 cnv->toULength=1;
520 cnv->toULength
[all...]
H A Ducnv2022.c426 cnv->toULength=0; /* byteIndex */
804 int8_t initialToULength = _this->toULength;
810 _this->toUBytes[_this->toULength++]=(uint8_t)c;
831 _this->toULength = 0;
987 _this->toULength = 0;
989 if(_this->toULength>1) {
1002 int8_t backOutDistance=_this->toULength-1;
1003 int8_t bytesFromThisBuffer=_this->toULength-initialToULength;
1015 _this->toULength=1;
1292 (mySourceLimit < realSourceLimit && myData->currentConverter->toULength >
[all...]
H A Ducnvhz.c201 args->converter->toULength = 2;
226 args->converter->toULength = 1;
231 args->converter->toULength = 2;
313 args->converter->toULength=2;
317 args->converter->toULength=1;
H A Ducnv_bld.h181 int8_t toULength; /* number of bytes in toUBytes */ member in struct:UConverter
H A Ducnvlat1.c349 utf8->toULength=0;
407 utf8->toULength=1;
555 cnv->toULength=1;
593 cnv->toULength=1;
H A Ducnv.c607 converter->toULength = 0;
1359 cnv->toULength==0);
1448 } else if(pArgs->flush && cnv->toULength>0) {
1525 errorInputLength=cnv->invalidCharLength=cnv->toULength;
1531 cnv->toULength=0;
1928 * at a character boundary (toULength==0)
1932 * in addition to setting toULength/toUBytes[]
1934 if(cnv->toULength==0 && cnv->sharedData->impl->getNextUChar!=NULL) {
2267 sourceCnv->preToULength>=0 && sourceCnv->toULength==0 &&
2288 if(sourceCnv->toULength>
[all...]
H A Ducnv_lmb.c1269 if (args->converter->toULength) /* reassemble char from previous call */
1272 size_t size_old = args->converter->toULength;
1293 args->converter->toULength = savebytes;
1302 args->converter->toULength = 0;
1339 args->converter->toULength = savebytes;
H A Ducnv_u7.c183 cnv->toULength=0;
244 byteIndex=cnv->toULength;
434 cnv->toULength=byteIndex;
903 byteIndex=cnv->toULength;
1120 cnv->toULength=byteIndex;
H A Ducnvbocu.c248 * mode decoder's incomplete (diff<<2)|count (ignored when toULength==0)
962 diff=cnv->mode; /* mode may be set to UCNV_SI by ucnv_bld.c but then toULength==0 */
966 byteIndex=cnv->toULength;
1140 cnv->toULength=byteIndex;
1183 diff=cnv->mode; /* mode may be set to UCNV_SI by ucnv_bld.c but then toULength==0 */
1187 byteIndex=cnv->toULength;
1341 cnv->toULength=byteIndex;
H A Ducnvisci.c1477 args->converter->toULength = 1;
1494 cnv->toULength = 1;
1499 cnv->toULength = 0;
H A Ducnv_ext.c430 cnv->toULength=cnv->preToUFirstLength;

Completed in 224 milliseconds