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

  /external/chromium_org/third_party/icu/source/common/
ucnv.c 157 UErrorCode cbErr;
304 cbErr = U_ZERO_ERROR;
305 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
306 cbErr = U_ZERO_ERROR;
307 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr);
    [all...]
  /external/icu4c/common/
ucnv.c 159 UErrorCode cbErr;
306 cbErr = U_ZERO_ERROR;
307 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
308 cbErr = U_ZERO_ERROR;
309 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr);
    [all...]

Completed in 2736 milliseconds