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

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.h159 const void *fromUContext; member in struct:UConverter
H A Ducnv.c317 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr);
377 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
609 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &errorCode);
729 *context = converter->fromUContext;
760 if (oldContext) *oldContext = converter->fromUContext;
761 converter->fromUContext = newContext;
1101 cnv->fromUCharErrorBehaviour(cnv->fromUContext, pArgs,
/external/icu/icu4c/source/common/
H A Ducnv_bld.h159 const void *fromUContext; member in struct:UConverter
H A Ducnv.c317 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr);
377 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
609 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &errorCode);
729 *context = converter->fromUContext;
760 if (oldContext) *oldContext = converter->fromUContext;
761 converter->fromUContext = newContext;
1101 cnv->fromUCharErrorBehaviour(cnv->fromUContext, pArgs,

Completed in 279 milliseconds