HomeSort by relevance Sort by last modified time
    Searched refs:fromUContext (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
ucnv_bld.h 159 const void *fromUContext;
ucnv.c 309 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr);
369 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
601 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &errorCode);
721 *context = converter->fromUContext;
752 if (oldContext) *oldContext = converter->fromUContext;
753 converter->fromUContext = newContext;
    [all...]

Completed in 50 milliseconds