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

  /external/chromium/third_party/icu/source/common/
ucnv_bld.h 145 void (U_EXPORT2 *fromCharErrorBehaviour) (const void *context,
232 UConverterCallbackReason toUCallbackReason; /* (*fromCharErrorBehaviour) reason, set when error is detected */
ucnv.c 303 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
336 if (converter->fromCharErrorBehaviour != UCNV_TO_U_DEFAULT_CALLBACK) {
350 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
569 if(choice<=UCNV_RESET_TO_UNICODE && converter->fromCharErrorBehaviour != UCNV_TO_U_DEFAULT_CALLBACK) {
582 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
707 *action = converter->fromCharErrorBehaviour;
730 if (oldAction) *oldAction = converter->fromCharErrorBehaviour;
731 converter->fromCharErrorBehaviour = newAction;
    [all...]
ucnv2022.c     [all...]