Searched refs:toUContext (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.h160 const void *toUContext; member in struct:UConverter
H A Ducnv.c315 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
362 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
594 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
720 *context = converter->toUContext;
744 if (oldContext) *oldContext = converter->toUContext;
745 converter->toUContext = newContext;
1547 cnv->fromCharErrorBehaviour(cnv->toUContext, pArgs,
/external/icu/icu4c/source/common/
H A Ducnv_bld.h160 const void *toUContext; member in struct:UConverter
H A Ducnv.c315 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
362 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
594 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
720 *context = converter->toUContext;
744 if (oldContext) *oldContext = converter->toUContext;
745 converter->toUContext = newContext;
1547 cnv->fromCharErrorBehaviour(cnv->toUContext, pArgs,

Completed in 291 milliseconds