Searched refs:fromUContext (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/common/ |
D | ucnv_bld.h | 159 const void *fromUContext; member
|
D | ucnv.c | 309 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone() 369 …converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &e… in ucnv_close() 601 …converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &e… in _reset() 721 *context = converter->fromUContext; in ucnv_getFromUCallBack() 752 if (oldContext) *oldContext = converter->fromUContext; in ucnv_setFromUCallBack() 753 converter->fromUContext = newContext; in ucnv_setFromUCallBack() 1093 cnv->fromUCharErrorBehaviour(cnv->fromUContext, pArgs, in _fromUnicodeWithCallback()
|