Lines Matching full:mismatch
277 log_err(" Language code mismatch: %s versus %s\n", temp, rawData2[LANG][i]);
291 log_err(" Country code mismatch: %s versus %s\n", temp, rawData2[CTRY][i]);
305 log_err("Variant code mismatch: %s versus %s\n", temp, rawData2[VAR][i]);
320 log_err(" Mismatch in getName: %s versus %s\n", name, rawData2[NAME][i]);
337 log_err(" Mismatch in uloc_setDefault: qq_BLA versus %s\n", uloc_getDefault());
547 log_err(" ISO-3 language code mismatch: %s versus %s\n", austrdup(expected),
555 log_err(" ISO-3 Country code mismatch: %s versus %s\n", austrdup(expected),
560 log_err("LCID mismatch: %s versus %s\n", temp2 , rawData2[LCID][i]);
754 log_err("uloc_getDisplayName(%s, %s...) mismatch", locale, displayLocale);
989 log_data_err(" Display Language mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expectedLang), displayLocale);
993 log_data_err(" Display Script mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testScript), austrdup(expectedScript), displayLocale);
997 log_data_err(" Display Country mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expectedCtry), displayLocale);
1001 log_data_err(" Display Variant mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testVar), austrdup(expectedVar), displayLocale);
1005 log_data_err(" Display Name mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expectedName), displayLocale);
1599 log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw_IL"), uloc_getLCID("he_IL"));
1603 log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw"), uloc_getLCID("he"));
2410 if (c) return -1; /* mismatch */