Searched refs:toUContext (Results 1 – 7 of 7) sorted by relevance
/third_party/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()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_bld.h | 167 const void *toUContext; member
|
D | ucnv.cpp | 315 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, nullptr, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone() 366 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, nullptr, 0, UCNV_CLOSE, &errorC… in ucnv_close() 593 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, nullptr, 0, UCNV_RESET, &errorC… in _reset() 719 *context = converter->toUContext; in ucnv_getToUCallBack() 743 if (oldContext) *oldContext = converter->toUContext; in ucnv_setToUCallBack() 744 converter->toUContext = newContext; in ucnv_setToUCallBack() 1546 cnv->fromCharErrorBehaviour(cnv->toUContext, pArgs, in _toUnicodeWithCallback()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_bld.h | 167 const void *toUContext; member
|
D | ucnv.cpp | 315 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr); in ucnv_safeClone() 366 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode… in ucnv_close() 593 …converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode… in _reset() 719 *context = converter->toUContext; in ucnv_getToUCallBack() 743 if (oldContext) *oldContext = converter->toUContext; in ucnv_setToUCallBack() 744 converter->toUContext = newContext; in ucnv_setToUCallBack() 1546 cnv->fromCharErrorBehaviour(cnv->toUContext, pArgs, in _toUnicodeWithCallback()
|