Home
last modified time | relevance | path

Searched refs:fromUContext (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Ducnv_bld.h157 const void *fromUContext; member
Ducnv.c305 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone()
365 …converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &e… in ucnv_close()
596 …converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &e… in _reset()
716 *context = converter->fromUContext; in ucnv_getFromUCallBack()
747 if (oldContext) *oldContext = converter->fromUContext; in ucnv_setFromUCallBack()
748 converter->fromUContext = newContext; in ucnv_setFromUCallBack()
1088 cnv->fromUCharErrorBehaviour(cnv->fromUContext, pArgs, in _fromUnicodeWithCallback()