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

  /external/icu4c/common/
ucnv_bld.h 145 void (U_EXPORT2 *fromCharErrorBehaviour) (const void *context,
232 UConverterCallbackReason toUCallbackReason; /* (*fromCharErrorBehaviour) reason, set when error is detected */
ucnv.c 305 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
338 if (converter->fromCharErrorBehaviour != UCNV_TO_U_DEFAULT_CALLBACK) {
352 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
571 if(choice<=UCNV_RESET_TO_UNICODE && converter->fromCharErrorBehaviour != UCNV_TO_U_DEFAULT_CALLBACK) {
584 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
709 *action = converter->fromCharErrorBehaviour;
732 if (oldAction) *oldAction = converter->fromCharErrorBehaviour;
733 converter->fromCharErrorBehaviour = newAction;
    [all...]
ucnv2022.c     [all...]
ucnv_bld.c 1008 myUConverter->fromCharErrorBehaviour = UCNV_TO_U_DEFAULT_CALLBACK;
    [all...]

Completed in 195 milliseconds