Searched refs:fromUContext (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/common/ |
D | ucnv_bld.h | 158 const void *fromUContext; member
|
D | ucnv.c | 307 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone() 367 …converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &e… in ucnv_close() 599 …converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &e… in _reset() 719 *context = converter->fromUContext; in ucnv_getFromUCallBack() 750 if (oldContext) *oldContext = converter->fromUContext; in ucnv_setFromUCallBack() 751 converter->fromUContext = newContext; in ucnv_setFromUCallBack() 1091 cnv->fromUCharErrorBehaviour(cnv->fromUContext, pArgs, in _fromUnicodeWithCallback()
|