Searched refs:toUContext (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetDecoderICU.java | 56 Object toUContext = null; field in CharsetDecoderICU 177 if (toUContext == null || !toUContext.equals(newContext)) { in setToUCallback() 178 toUContext = newContext; in setToUCallback() 628 …cr = toCharErrorBehaviour.call(this, toUContext, source, target, offsets, invalidCharBuffer, error… in toUnicodeWithCallback()
|
/external/icu/icu4c/source/common/ |
D | ucnv_bld.h | 167 const void *toUContext; member
|
D | ucnv.cpp | 312 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone() 359 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode… in ucnv_close() 586 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode… in _reset() 712 *context = converter->toUContext; in ucnv_getToUCallBack() 736 if (oldContext) *oldContext = converter->toUContext; in ucnv_setToUCallBack() 737 converter->toUContext = newContext; in ucnv_setToUCallBack() 1539 cnv->fromCharErrorBehaviour(cnv->toUContext, pArgs, in _toUnicodeWithCallback()
|