Searched refs:fromCharErrorBehaviour (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.h146 void (U_EXPORT2 *fromCharErrorBehaviour) (const void *context, member in struct:UConverter
233 UConverterCallbackReason toUCallbackReason; /* (*fromCharErrorBehaviour) reason, set when error is detected */
H A Ducnv.c315 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
348 if (converter->fromCharErrorBehaviour != UCNV_TO_U_DEFAULT_CALLBACK) {
362 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
581 if(choice<=UCNV_RESET_TO_UNICODE && converter->fromCharErrorBehaviour != UCNV_TO_U_DEFAULT_CALLBACK) {
594 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
719 *action = converter->fromCharErrorBehaviour;
742 if (oldAction) *oldAction = converter->fromCharErrorBehaviour;
743 converter->fromCharErrorBehaviour = newAction;
1547 cnv->fromCharErrorBehaviour(cnv->toUContext, pArgs,
H A Ducnv2022.cpp881 myUConverter->fromCharErrorBehaviour = UCNV_TO_U_CALLBACK_STOP;
1256 myData->currentConverter->fromCharErrorBehaviour = UCNV_TO_U_CALLBACK_STOP;
H A Ducnv_bld.cpp1029 myUConverter->fromCharErrorBehaviour = UCNV_TO_U_DEFAULT_CALLBACK;
1037 myUConverter->toUCallbackReason = UCNV_ILLEGAL; /* default reason to invoke (*fromCharErrorBehaviour) */
/external/icu/icu4c/source/common/
H A Ducnv_bld.h146 void (U_EXPORT2 *fromCharErrorBehaviour) (const void *context, member in struct:UConverter
233 UConverterCallbackReason toUCallbackReason; /* (*fromCharErrorBehaviour) reason, set when error is detected */
H A Ducnv.c315 cnv->fromCharErrorBehaviour(cnv->toUContext, &toUArgs, NULL, 0, UCNV_CLONE, &cbErr);
348 if (converter->fromCharErrorBehaviour != UCNV_TO_U_DEFAULT_CALLBACK) {
362 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_CLOSE, &errorCode);
581 if(choice<=UCNV_RESET_TO_UNICODE && converter->fromCharErrorBehaviour != UCNV_TO_U_DEFAULT_CALLBACK) {
594 converter->fromCharErrorBehaviour(converter->toUContext, &toUArgs, NULL, 0, UCNV_RESET, &errorCode);
719 *action = converter->fromCharErrorBehaviour;
742 if (oldAction) *oldAction = converter->fromCharErrorBehaviour;
743 converter->fromCharErrorBehaviour = newAction;
1547 cnv->fromCharErrorBehaviour(cnv->toUContext, pArgs,
H A Ducnv2022.cpp886 myUConverter->fromCharErrorBehaviour = UCNV_TO_U_CALLBACK_STOP;
1261 myData->currentConverter->fromCharErrorBehaviour = UCNV_TO_U_CALLBACK_STOP;
H A Ducnv_bld.cpp1020 myUConverter->fromCharErrorBehaviour = UCNV_TO_U_DEFAULT_CALLBACK;
1028 myUConverter->toUCallbackReason = UCNV_ILLEGAL; /* default reason to invoke (*fromCharErrorBehaviour) */

Completed in 1990 milliseconds