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

  /external/icu4c/common/
ucnv_bld.h 159 const void *toUContext;
ucnv.c 305 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
352 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
584 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
710 *context = converter->toUContext;
734 if (oldContext) *oldContext = converter->toUContext;
735 converter->toUContext = newContext;
    [all...]

Completed in 70 milliseconds