Searched refs:fromUContext (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetEncoderICU.java | 66 Object fromUContext; field in CharsetEncoderICU 191 if (fromUContext == null || !fromUContext.equals(newContext)) { in setFromUCallback() 204 fromUContext = newContext; in setFromUContext() 616 cr = fromCharErrorBehaviour.call(this, fromUContext, in fromUnicodeWithCallback()
|
/external/icu/icu4c/source/common/ |
D | ucnv_bld.h | 166 const void *fromUContext; member
|
D | ucnv.cpp | 314 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone() 374 …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()
|