Home
last modified time | relevance | path

Searched refs:preToU (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv_ext.cpp312 cnv->preToU[j]=*s++; in ucnv_extInitialMatchToU()
319 cnv->preToU[j]=*s++; in ucnv_extInitialMatchToU()
375 cnv->preToU, cnv->preToULength, in ucnv_extContinueMatchToU()
387 uprv_memmove(cnv->preToU, cnv->preToU+match, length); in ucnv_extContinueMatchToU()
406 cnv->preToU[j]=*s++; in ucnv_extContinueMatchToU()
430 uprv_memcpy(cnv->toUBytes, cnv->preToU, cnv->preToUFirstLength); in ucnv_extContinueMatchToU()
436 uprv_memmove(cnv->preToU, cnv->preToU+cnv->preToUFirstLength, length); in ucnv_extContinueMatchToU()
Ducnv_bld.h228 char preToU[UCNV_EXT_MAX_BYTES]; member
Ducnv.c1333 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength); in _toUnicodeWithCallback()
1422 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength); in _toUnicodeWithCallback()
1521 uprv_memcpy(cnv->preToU, pArgs->source, length); in _toUnicodeWithCallback()
Ducnv2022.cpp1062 uprv_memcpy(_this->preToU, _this->toUBytes+1, -_this->preToULength); in changeState_2022()
Ducnvmbcs.cpp2831 uprv_memcpy(cnv->preToU, bytes+i, -cnv->preToULength); in ucnv_MBCSToUnicodeWithOffsets()