Searched refs:preFromU (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv_ext.cpp | 793 cnv->preFromU[j]=*s++; in ucnv_extInitialMatchFromU() 874 cnv->preFromU, cnv->preFromULength, in ucnv_extContinueMatchFromU() 888 u_memmove(cnv->preFromU, cnv->preFromU+match, length); in ucnv_extContinueMatchFromU() 911 cnv->preFromU[j]=*s++; in ucnv_extContinueMatchFromU()
|
D | ucnv_bld.h | 234 UChar preFromU[UCNV_EXT_MAX_UCHARS]; member
|
D | ucnv.c | 880 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback() 969 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback() 1066 u_memcpy(cnv->preFromU, pArgs->source, length); in _fromUnicodeWithCallback()
|
/external/icu/icu4c/source/test/testdata/ |
D | conversion.txt | 1277 // "the match did not use all of preFromU[] - keep the rest for replay"
|