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

12

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_u8.c116 i = cnv->toULength; /* restore # of bytes consumed */
117 cnv->toULength = 0;
158 cnv->toULength = (int8_t) i;
209 cnv->toULength = (int8_t)i;
246 i = cnv->toULength; /* restore # of bytes consumed */
247 cnv->toULength = 0;
286 cnv->toULength = (int8_t)i;
339 cnv->toULength = (int8_t)i;
641 cnv->toULength = 1;
664 cnv->toULength
770 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.c57 i = args->converter->toULength; /* restore # of bytes consumed */
58 args->converter->toULength = 0;
78 args->converter->toULength = (int8_t) i;
107 args->converter->toULength = (int8_t)i;
138 i = args->converter->toULength; /* restore # of bytes consumed */
139 args->converter->toULength = 0;
159 args->converter->toULength = (int8_t) i;
191 args->converter->toULength = (int8_t)i;
439 args->converter->toULength = (int8_t)length;
457 args->converter->toULength
[all...]
H A Ducnvmbcs.c1024 * @return if(U_FAILURE) return the length (toULength, byteIndex) for the input
1836 cnv->toULength=0; /* byteIndex */
2009 cnv->toULength=_extToU(cnv, cnv->sharedData,
2210 cnv->toULength=_extToU(cnv, cnv->sharedData,
2379 byteIndex=cnv->toULength;
2721 cnv->toULength=byteIndex;
3002 cnv->toULength=(int8_t)(source-lastSource);
3019 cnv->toULength=1;
3028 cnv->toULength=i;
4873 int8_t oldToULength, toULength, toULimi local
5179 int8_t oldToULength, toULength, toULimit; local
[all...]
H A Ducnvscsu.c169 cnv->toULength=0;
378 cnv->toULength=1;
384 cnv->toULength=1;
389 cnv->toULength=2;
443 cnv->toULength=2;
455 cnv->toULength=2;
466 cnv->toULength=2;
504 cnv->toULength=1;
515 cnv->toULength=1;
521 cnv->toULength
[all...]
H A Ducnv2022.cpp449 cnv->toULength=0; /* byteIndex */
811 int8_t initialToULength = _this->toULength;
817 _this->toUBytes[_this->toULength++]=(uint8_t)c;
838 _this->toULength = 0;
994 _this->toULength = 0;
996 if(_this->toULength>1) {
1009 int8_t backOutDistance=_this->toULength-1;
1010 int8_t bytesFromThisBuffer=_this->toULength-initialToULength;
1022 _this->toULength=1;
1299 (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_ct.c491 if (args->converter->toULength > 0) {
498 tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter->toULength, err);
502 args->converter->toUBytes[args->converter->toULength++] = *mySource++;
507 if (args->converter->toULength == 0) {
518 sourceOffset = uprv_strlen((char*)escSeqCompoundText[currentState]) - args->converter->toULength;
522 args->converter->toULength = 0;
H A Ducnv_bld.h182 int8_t toULength; /* number of bytes in toUBytes */ member in struct:UConverter
H A Ducnvlat1.c350 utf8->toULength=0;
408 utf8->toULength=1;
556 cnv->toULength=1;
594 cnv->toULength=1;
H A Ducnv.c617 converter->toULength = 0;
1369 cnv->toULength==0);
1458 } else if(pArgs->flush && cnv->toULength>0) {
1535 errorInputLength=cnv->invalidCharLength=cnv->toULength;
1541 cnv->toULength=0;
1938 * at a character boundary (toULength==0)
1942 * in addition to setting toULength/toUBytes[]
1944 if(cnv->toULength==0 && cnv->sharedData->impl->getNextUChar!=NULL) {
2277 sourceCnv->preToULength>=0 && sourceCnv->toULength==0 &&
2298 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.c184 cnv->toULength=0;
245 byteIndex=cnv->toULength;
447 cnv->toULength=byteIndex;
929 byteIndex=cnv->toULength;
1146 cnv->toULength=byteIndex;
/external/icu/icu4c/source/common/
H A Ducnv_u8.c107 i = cnv->toULength; /* restore # of bytes consumed */
108 cnv->toULength = 0;
149 cnv->toULength = (int8_t) i;
200 cnv->toULength = (int8_t)i;
237 i = cnv->toULength; /* restore # of bytes consumed */
238 cnv->toULength = 0;
277 cnv->toULength = (int8_t)i;
330 cnv->toULength = (int8_t)i;
632 cnv->toULength = 1;
655 cnv->toULength
761 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.c57 i = args->converter->toULength; /* restore # of bytes consumed */
58 args->converter->toULength = 0;
78 args->converter->toULength = (int8_t) i;
107 args->converter->toULength = (int8_t)i;
138 i = args->converter->toULength; /* restore # of bytes consumed */
139 args->converter->toULength = 0;
159 args->converter->toULength = (int8_t) i;
191 args->converter->toULength = (int8_t)i;
439 args->converter->toULength = (int8_t)length;
457 args->converter->toULength
[all...]
H A Ducnvmbcs.c1024 * @return if(U_FAILURE) return the length (toULength, byteIndex) for the input
1836 cnv->toULength=0; /* byteIndex */
2009 cnv->toULength=_extToU(cnv, cnv->sharedData,
2210 cnv->toULength=_extToU(cnv, cnv->sharedData,
2379 byteIndex=cnv->toULength;
2721 cnv->toULength=byteIndex;
3002 cnv->toULength=(int8_t)(source-lastSource);
3019 cnv->toULength=1;
3028 cnv->toULength=i;
4873 int8_t oldToULength, toULength, toULimi local
5179 int8_t oldToULength, toULength, toULimit; local
[all...]
H A Ducnvscsu.c169 cnv->toULength=0;
378 cnv->toULength=1;
384 cnv->toULength=1;
389 cnv->toULength=2;
443 cnv->toULength=2;
455 cnv->toULength=2;
466 cnv->toULength=2;
504 cnv->toULength=1;
515 cnv->toULength=1;
521 cnv->toULength
[all...]
H A Ducnv2022.cpp432 cnv->toULength=0; /* byteIndex */
816 int8_t initialToULength = _this->toULength;
822 _this->toUBytes[_this->toULength++]=(uint8_t)c;
843 _this->toULength = 0;
999 _this->toULength = 0;
1001 if(_this->toULength>1) {
1014 int8_t backOutDistance=_this->toULength-1;
1015 int8_t bytesFromThisBuffer=_this->toULength-initialToULength;
1027 _this->toULength=1;
1304 (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_ct.c491 if (args->converter->toULength > 0) {
498 tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter->toULength, err);
502 args->converter->toUBytes[args->converter->toULength++] = *mySource++;
507 if (args->converter->toULength == 0) {
518 sourceOffset = uprv_strlen((char*)escSeqCompoundText[currentState]) - args->converter->toULength;
522 args->converter->toULength = 0;
H A Ducnv_bld.h182 int8_t toULength; /* number of bytes in toUBytes */ member in struct:UConverter
H A Ducnvlat1.c350 utf8->toULength=0;
408 utf8->toULength=1;
556 cnv->toULength=1;
594 cnv->toULength=1;
H A Ducnv.c617 converter->toULength = 0;
1369 cnv->toULength==0);
1458 } else if(pArgs->flush && cnv->toULength>0) {
1535 errorInputLength=cnv->invalidCharLength=cnv->toULength;
1541 cnv->toULength=0;
1938 * at a character boundary (toULength==0)
1942 * in addition to setting toULength/toUBytes[]
1944 if(cnv->toULength==0 && cnv->sharedData->impl->getNextUChar!=NULL) {
2277 sourceCnv->preToULength>=0 && sourceCnv->toULength==0 &&
2298 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;

Completed in 247 milliseconds

12