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 | 54 Object toUContext = null; field in CharsetDecoderICU 172 if (toUContext == null || !toUContext.equals(newContext)) { in setToUCallback() 173 toUContext = newContext; in setToUCallback() 620 …cr = toCharErrorBehaviour.call(this, toUContext, source, target, offsets, invalidCharBuffer, error… in toUnicodeWithCallback()
|
/external/icu/icu4c/source/common/ |
D | ucnv_bld.h | 165 const void *toUContext; member
|
D | ucnv.c | 310 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone() 357 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode… in ucnv_close() 584 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode… in _reset() 710 *context = converter->toUContext; in ucnv_getToUCallBack() 734 if (oldContext) *oldContext = converter->toUContext; in ucnv_setToUCallBack() 735 converter->toUContext = newContext; in ucnv_setToUCallBack() 1537 cnv->fromCharErrorBehaviour(cnv->toUContext, pArgs, in _toUnicodeWithCallback()
|