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