Lines Matching refs:fallback
12 * Madhu Katragadda 06/23/2000 Tests for Conveter FallBack API and Functionality
130 const char *codepage, UBool fallback, const int32_t *expectOffsets)
171 ucnv_setFallback (conv, fallback);
173 if(action != fallback){
174 log_err("FAIL: Error is setting fallback. Errocode=%s\n", myErrorName(status));
293 const char *codepage, UBool fallback, const int32_t *expectOffsets)
342 /*----setting the fallback routine----*/
343 ucnv_setFallback (conv, fallback);
345 if(action != fallback){
346 log_err("FAIL: Error is setting fallback. Errocode=%s\n", myErrorName(status));
549 log_err("u-> %s(SBCS) with FallBack did not match.\n", nativeCodePage[i]);
553 log_err("%s->u(SBCS) with Fallback did not match.\n", nativeCodePage[i]);
559 log_err("u-> ibm-1363(DBCS portion) with FallBack did not match.\n");
563 log_err("ibm-1363->u(DBCS portion) with Fallback did not match.\n");
569 log_err("u-> ibm-950(MBCS) with FallBack did not match.\n");
573 log_err("ibm-950->u(MBCS) with Fallback did not match.\n");
576 log_verbose("toUnicode fallback with fallback data for MBCS\n");
583 /* for testing reverse fallback behavior */
588 log_err("ibm-950->u(MBCS) with Fallback did not match.\n");
591 log_err("ibm-950->u(MBCS) with Fallback did not match.\n");
594 log_verbose("toUnicode fallback with fallback data for euc-tw\n");
602 /* for testing reverse fallback behavior */
607 log_err("from euc-tw->u with Fallback did not match.\n");
611 log_err("from euc-tw->u with Fallback false did not match.\n");
615 log_verbose("fromUnicode to euc-tw with fallback data euc-tw\n");
632 log_err("u-> euc-tw with FallBack did not match.\n");
639 log_err("u-> ibm-1363(MBCS) with FallBack did not match.\n");
643 log_err("ibm-1363->u(MBCS) with Fallback did not match.\n");