Home | History | Annotate | Download | only in cintltst

Lines Matching refs:uloc_getDisplayName

603     length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, LENGTHOF(buffer), &errorCode);
623 uloc_getDisplayName(aLocale, testL[i], buffer, LENGTHOF(buffer), &errorCode);
625 log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale, testL[i], u_errorName(errorCode));
629 log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale, testL[i], expect[i], austrdup(buffer));
631 log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale, testL[i], expect[i]);
806 maxresultsize=uloc_getDisplayName(testLocale, displayLocale, NULL, maxresultsize, &status);
811 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status);
1173 size=uloc_getDisplayName(en_US_custom, "en_US", NULL, size, &status);
1177 uloc_getDisplayName(en_US_custom, "en_US", got, size + 1, &status);
2138 len = uloc_getDisplayName(localeId, localeId, buffer, 128, &status);
2733 uloc_getDisplayName(oldLoc, ULOC_US, name1, capacity, &status);
2735 log_err("uloc_getDisplayName(%s) failed %s\n", oldLoc, u_errorName(status));
2738 uloc_getDisplayName(newLoc, ULOC_US, name2, capacity, &status);
2740 log_err("uloc_getDisplayName(%s) failed %s\n", newLoc, u_errorName(status));
2748 log_verbose("uloc_getDisplayName old:%s new:%s\n", names1, names2);