Home
last modified time | relevance | path

Searched refs:preFromU (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Ducnv_ext.c788 cnv->preFromU[j]=*s++; in ucnv_extInitialMatchFromU()
869 cnv->preFromU, cnv->preFromULength, in ucnv_extContinueMatchFromU()
883 uprv_memmove(cnv->preFromU, cnv->preFromU+match, length*U_SIZEOF_UCHAR); in ucnv_extContinueMatchFromU()
905 cnv->preFromU[j]=*s++; in ucnv_extContinueMatchFromU()
Ducnv_bld.h225 UChar preFromU[UCNV_EXT_MAX_UCHARS]; member
Ducnv.c875 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback()
964 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback()
1061 uprv_memcpy(cnv->preFromU, pArgs->source, length*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback()
/external/icu4c/test/testdata/
Dconversion.txt738 // "the match did not use all of preFromU[] - keep the rest for replay"