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 158 const void *fromUContext;
ucnv.c 307 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr);
367 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
599 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &errorCode);
719 *context = converter->fromUContext;
750 if (oldContext) *oldContext = converter->fromUContext;
751 converter->fromUContext = newContext;
    [all...]

Completed in 27 milliseconds