Lines Matching refs:uloc_getDisplayName
731 length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames()
751 uloc_getDisplayName(aLocale, testL[i], buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames()
778 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec); in TestDisplayNames()
783 len=uloc_getDisplayName(locale, displayLocale, result, UPRV_LENGTHOF(result), &ec); in TestDisplayNames()
812 len=uloc_getDisplayName(locale, displayLocale, result, i, &ec); in TestDisplayNames()
1092 maxresultsize=uloc_getDisplayName(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
1097 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status); in doTestDisplayNames()
1210 …ulen = uloc_getDisplayName(itemPtr->namedLocale, itemPtr->displayLocale, getName, kDisplayNameBrac… in TestDisplayNameBrackets()
1605 size=uloc_getDisplayName(en_US_custom, "en_US", NULL, size, &status); in TestVariantParsing()
1609 uloc_getDisplayName(en_US_custom, "en_US", got, size + 1, &status); in TestVariantParsing()
2743 len = uloc_getDisplayName(localeId, localeId, buffer, 128, &status); in TestTrailingNull()
3436 uloc_getDisplayName(oldLoc, ULOC_US, name1, capacity, &status); in TestULocale()
3441 uloc_getDisplayName(newLoc, ULOC_US, name2, capacity, &status); in TestULocale()
6696 int32_t preflight_length = uloc_getDisplayName( in checkTerminating()
6715 int32_t length = uloc_getDisplayName( in checkTerminating()
6750 length = uloc_getDisplayName( in checkTerminating()
6791 length = uloc_getDisplayName( in checkTerminating()
6872 …int32_t ulenGet = uloc_getDisplayName(itemPtr->badLocaleID, itemPtr->displayLocale, ubufGet, kUBuf… in TestBadLocaleIDs()