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

  /external/icu4c/common/
ucnv_bld.h 135 void (U_EXPORT2 *fromUCharErrorBehaviour) (const void *context,
ucnv.c 309 cnv->fromUCharErrorBehaviour(cnv->fromUContext, &fromUArgs, NULL, 0, 0, UCNV_CLONE, &cbErr);
356 if (converter->fromUCharErrorBehaviour != UCNV_FROM_U_DEFAULT_CALLBACK) {
369 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 1014 myUConverter->fromUCharErrorBehaviour = UCNV_FROM_U_DEFAULT_CALLBACK;
    [all...]

Completed in 36 milliseconds