Lines Matching full:mapping
544 /* case mapping turned off */
554 log_err("StringPrep failed for case: Case Mapping Turned OFF with error: %s\n", u_errorName(status));
557 log_err("Did not get the expected output for case: Case Mapping Turned OFF\n");
560 log_err("Did not get the expected length for the output for case: Case Mapping Turned OFF. Expected: %i Got: %i\n", srcLen, destLen);
563 log_err("Conversion failed for case: Case Mapping Turned OFF with error: %s\n", u_errorName(status));
567 /* case mapping turned on */
580 log_err("StringPrep failed for case: Case Mapping Turned On with error: %s\n", u_errorName(status));
583 log_err("Did not get the expected output for case: Case Mapping Turned On!\n");
586 log_err("Did not get the expected length for the outputfor case: Case Mapping Turned On. Expected: %i Got: %i\n", strlen(expected), destLen);
589 log_err("Conversion failed for case: Case Mapping Turned ON with error: %s\n", u_errorName(status));