Home | History | Annotate | Download | only in cintltst

Lines Matching full:mapping

546         /* case mapping turned off */
556 log_err("StringPrep failed for case: Case Mapping Turned OFF with error: %s\n", u_errorName(status));
559 log_err("Did not get the expected output for case: Case Mapping Turned OFF\n");
562 log_err("Did not get the expected length for the output for case: Case Mapping Turned OFF. Expected: %i Got: %i\n", srcLen, destLen);
565 log_err("Conversion failed for case: Case Mapping Turned OFF with error: %s\n", u_errorName(status));
569 /* case mapping turned on */
582 log_err("StringPrep failed for case: Case Mapping Turned On with error: %s\n", u_errorName(status));
585 log_err("Did not get the expected output for case: Case Mapping Turned On!\n");
588 log_err("Did not get the expected length for the outputfor case: Case Mapping Turned On. Expected: %i Got: %i\n", strlen(expected), destLen);
591 log_err("Conversion failed for case: Case Mapping Turned ON with error: %s\n", u_errorName(status));