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

  /external/icu/icu4c/source/common/
ucnv_bld.h 142 void (U_EXPORT2 *fromUCharErrorBehaviour) (const void *context,
ucnv.c 314 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr);
361 if (converter->fromUCharErrorBehaviour != UCNV_FROM_U_DEFAULT_CALLBACK) {
374 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLOSE, &errorCode);
588 if(choice!=UCNV_RESET_TO_UNICODE && converter->fromUCharErrorBehaviour != UCNV_FROM_U_DEFAULT_CALLBACK) {
601 converter->fromUCharErrorBehaviour(converter->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_RESET, &errorCode);
720 *action = converter->fromUCharErrorBehaviour;
750 if (oldAction) *oldAction = converter->fromUCharErrorBehaviour;
751 converter->fromUCharErrorBehaviour = newAction;
    [all...]
ucnv_bld.cpp 1001 myUConverter->fromUCharErrorBehaviour = UCNV_FROM_U_DEFAULT_CALLBACK;
    [all...]

Completed in 83 milliseconds