Searched refs:preToULength (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c619 converter->preToULength = 0;
1314 if(cnv->preToULength>=0) {
1333 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1335 pArgs->sourceLimit=replay-cnv->preToULength;
1339 cnv->preToULength=0;
1363 * need not check cnv->preToULength==0 because a replay (<0) will cause
1411 if(cnv->preToULength<0) {
1422 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1424 pArgs->sourceLimit=replay-cnv->preToULength;
1426 if((sourceIndex+=cnv->preToULength)<
[all...]
H A Ducnv_ext.cpp322 cnv->preToULength=(int8_t)match;
375 cnv->preToU, cnv->preToULength,
380 if(match>=cnv->preToULength) {
382 pArgs->source+=match-cnv->preToULength;
383 cnv->preToULength=0;
386 length=cnv->preToULength-match;
388 cnv->preToULength=(int8_t)-length;
405 for(j=cnv->preToULength; j<match; ++j) {
409 cnv->preToULength=(int8_t)match;
434 length=cnv->preToULength
[all...]
H A Ducnv_bld.h229 int8_t preFromULength, preToULength; /* negative: replay */ member in struct:UConverter
H A Ducnvmbcs.c2342 if(cnv->preToULength>0) {
2349 if(U_FAILURE(*pErrorCode) || cnv->preToULength<0) {
2692 cnv->preToULength=(int8_t)(bytesFromThisBuffer-backOutDistance);
2693 /* preToULength is negative! */
2694 uprv_memcpy(cnv->preToU, bytes+i, -cnv->preToULength);
2837 if(cnv->preToULength>0) {
H A Ducnv2022.cpp1016 _this->preToULength=(int8_t)(bytesFromThisBuffer-backOutDistance);
1018 /* preToULength is negative! */
1019 uprv_memcpy(_this->preToU, _this->toUBytes+1, -_this->preToULength);
/external/icu/icu4c/source/common/
H A Ducnv.c619 converter->preToULength = 0;
1314 if(cnv->preToULength>=0) {
1333 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1335 pArgs->sourceLimit=replay-cnv->preToULength;
1339 cnv->preToULength=0;
1363 * need not check cnv->preToULength==0 because a replay (<0) will cause
1411 if(cnv->preToULength<0) {
1422 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1424 pArgs->sourceLimit=replay-cnv->preToULength;
1426 if((sourceIndex+=cnv->preToULength)<
[all...]
H A Ducnv_ext.cpp322 cnv->preToULength=(int8_t)match;
375 cnv->preToU, cnv->preToULength,
380 if(match>=cnv->preToULength) {
382 pArgs->source+=match-cnv->preToULength;
383 cnv->preToULength=0;
386 length=cnv->preToULength-match;
388 cnv->preToULength=(int8_t)-length;
405 for(j=cnv->preToULength; j<match; ++j) {
409 cnv->preToULength=(int8_t)match;
434 length=cnv->preToULength
[all...]
H A Ducnv_bld.h229 int8_t preFromULength, preToULength; /* negative: replay */ member in struct:UConverter
H A Ducnvmbcs.c2342 if(cnv->preToULength>0) {
2349 if(U_FAILURE(*pErrorCode) || cnv->preToULength<0) {
2692 cnv->preToULength=(int8_t)(bytesFromThisBuffer-backOutDistance);
2693 /* preToULength is negative! */
2694 uprv_memcpy(cnv->preToU, bytes+i, -cnv->preToULength);
2837 if(cnv->preToULength>0) {
H A Ducnv2022.cpp1021 _this->preToULength=(int8_t)(bytesFromThisBuffer-backOutDistance);
1023 /* preToULength is negative! */
1024 uprv_memcpy(_this->preToU, _this->toUBytes+1, -_this->preToULength);

Completed in 97 milliseconds