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

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.h228 char preToU[UCNV_EXT_MAX_BYTES]; member in struct:UConverter
H A Ducnv_ext.cpp312 cnv->preToU[j]=*s++;
319 cnv->preToU[j]=*s++;
375 cnv->preToU, cnv->preToULength,
385 /* the match did not use all of preToU[] - keep the rest for replay */
387 uprv_memmove(cnv->preToU, cnv->preToU+match, length);
402 /* just _append_ the newly consumed input to preToU[] */
406 cnv->preToU[j]=*s++;
418 * We need to move it from the preToU buffer
430 uprv_memcpy(cnv->toUBytes, cnv->preToU, cn
[all...]
H A Ducnv.c1333 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1422 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1521 uprv_memcpy(cnv->preToU, pArgs->source, length);
H A Ducnv2022.cpp1019 uprv_memcpy(_this->preToU, _this->toUBytes+1, -_this->preToULength);
2595 * Does not handle conversion extensions because the preToU[] state etc.
H A Ducnvmbcs.c2694 uprv_memcpy(cnv->preToU, bytes+i, -cnv->preToULength);
/external/icu/icu4c/source/common/
H A Ducnv_bld.h228 char preToU[UCNV_EXT_MAX_BYTES]; member in struct:UConverter
H A Ducnv_ext.cpp312 cnv->preToU[j]=*s++;
319 cnv->preToU[j]=*s++;
375 cnv->preToU, cnv->preToULength,
385 /* the match did not use all of preToU[] - keep the rest for replay */
387 uprv_memmove(cnv->preToU, cnv->preToU+match, length);
402 /* just _append_ the newly consumed input to preToU[] */
406 cnv->preToU[j]=*s++;
418 * We need to move it from the preToU buffer
430 uprv_memcpy(cnv->toUBytes, cnv->preToU, cn
[all...]
H A Ducnv.c1333 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1422 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1521 uprv_memcpy(cnv->preToU, pArgs->source, length);
H A Ducnv2022.cpp1024 uprv_memcpy(_this->preToU, _this->toUBytes+1, -_this->preToULength);
2600 * Does not handle conversion extensions because the preToU[] state etc.
H A Ducnvmbcs.c2694 uprv_memcpy(cnv->preToU, bytes+i, -cnv->preToULength);

Completed in 126 milliseconds