Searched refs:preToU (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv_ext.cpp | 315 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()
|
D | ucnv_bld.h | 235 char preToU[UCNV_EXT_MAX_BYTES]; member
|
D | ucnv.cpp | 1325 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()
|
D | ucnv2022.cpp | 1051 uprv_memcpy(_this->preToU, _this->toUBytes+1, -_this->preToULength); in changeState_2022()
|
D | ucnvmbcs.cpp | 2842 uprv_memcpy(cnv->preToU, bytes+i, -cnv->preToULength); in ucnv_MBCSToUnicodeWithOffsets()
|