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

  /external/icu/icu4c/source/samples/ucnv/
flagcb.c 48 if(reason == UCNV_CLONE) {
49 /* The following is the recommended way to implement UCNV_CLONE
117 reason != UCNV_CLONE) {
196 if(reason == UCNV_CLONE) {
250 if(ctx->subCallback != NULL && reason != UCNV_CLONE) {
  /external/icu/icu4c/source/common/unicode/
ucnv_err.h 178 UCNV_CLONE = 5 /**< Called when ucnv_safeClone() is called on the
  /external/icu/icu4c/source/common/
ucnv.c 312 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
314 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]

Completed in 285 milliseconds