Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv_ext.cpp315 cnv->preToU[j]=*s++; in ucnv_extInitialMatchToU()
322 cnv->preToU[j]=*s++; in ucnv_extInitialMatchToU()
378 cnv->preToU, cnv->preToULength, in ucnv_extContinueMatchToU()
390 uprv_memmove(cnv->preToU, cnv->preToU+match, length); in ucnv_extContinueMatchToU()
409 cnv->preToU[j]=*s++; in ucnv_extContinueMatchToU()
433 uprv_memcpy(cnv->toUBytes, cnv->preToU, cnv->preToUFirstLength); in ucnv_extContinueMatchToU()
439 uprv_memmove(cnv->preToU, cnv->preToU+cnv->preToUFirstLength, length); in ucnv_extContinueMatchToU()
Ducnv_bld.h235 char preToU[UCNV_EXT_MAX_BYTES]; member
Ducnv.cpp1325 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength); in _toUnicodeWithCallback()
1414 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength); in _toUnicodeWithCallback()
1513 uprv_memcpy(cnv->preToU, pArgs->source, length); in _toUnicodeWithCallback()
Ducnv2022.cpp1051 uprv_memcpy(_this->preToU, _this->toUBytes+1, -_this->preToULength); in changeState_2022()
Ducnvmbcs.cpp2842 uprv_memcpy(cnv->preToU, bytes+i, -cnv->preToULength); in ucnv_MBCSToUnicodeWithOffsets()