Lines Matching refs:uloc_getDisplayName
689 length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames()
709 uloc_getDisplayName(aLocale, testL[i], buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames()
736 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec); in TestDisplayNames()
741 len=uloc_getDisplayName(locale, displayLocale, result, UPRV_LENGTHOF(result), &ec); in TestDisplayNames()
770 len=uloc_getDisplayName(locale, displayLocale, result, i, &ec); in TestDisplayNames()
959 maxresultsize=uloc_getDisplayName(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
964 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status); in doTestDisplayNames()
1077 …ulen = uloc_getDisplayName(itemPtr->namedLocale, itemPtr->displayLocale, getName, kDisplayNameBrac… in TestDisplayNameBrackets()
1406 size=uloc_getDisplayName(en_US_custom, "en_US", NULL, size, &status); in TestVariantParsing()
1410 uloc_getDisplayName(en_US_custom, "en_US", got, size + 1, &status); in TestVariantParsing()
2422 len = uloc_getDisplayName(localeId, localeId, buffer, 128, &status); in TestTrailingNull()
3050 uloc_getDisplayName(oldLoc, ULOC_US, name1, capacity, &status); in TestULocale()
3055 uloc_getDisplayName(newLoc, ULOC_US, name2, capacity, &status); in TestULocale()