• Home
  • Raw
  • Download

Lines Matching refs:uloc_getDisplayName

732     length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, UPRV_LENGTHOF(buffer), &errorCode);  in TestDisplayNames()
752 uloc_getDisplayName(aLocale, testL[i], buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames()
779 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec); in TestDisplayNames()
784 len=uloc_getDisplayName(locale, displayLocale, result, UPRV_LENGTHOF(result), &ec); in TestDisplayNames()
813 len=uloc_getDisplayName(locale, displayLocale, result, i, &ec); in TestDisplayNames()
1093 maxresultsize=uloc_getDisplayName(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
1098 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status); in doTestDisplayNames()
1211 …ulen = uloc_getDisplayName(itemPtr->namedLocale, itemPtr->displayLocale, getName, kDisplayNameBrac… in TestDisplayNameBrackets()
1606 size=uloc_getDisplayName(en_US_custom, "en_US", NULL, size, &status); in TestVariantParsing()
1610 uloc_getDisplayName(en_US_custom, "en_US", got, size + 1, &status); in TestVariantParsing()
2744 len = uloc_getDisplayName(localeId, localeId, buffer, 128, &status); in TestTrailingNull()
3437 uloc_getDisplayName(oldLoc, ULOC_US, name1, capacity, &status); in TestULocale()
3442 uloc_getDisplayName(newLoc, ULOC_US, name2, capacity, &status); in TestULocale()
6701 int32_t preflight_length = uloc_getDisplayName( in checkTerminating()
6720 int32_t length = uloc_getDisplayName( in checkTerminating()
6755 length = uloc_getDisplayName( in checkTerminating()
6796 length = uloc_getDisplayName( in checkTerminating()
6877 …int32_t ulenGet = uloc_getDisplayName(itemPtr->badLocaleID, itemPtr->displayLocale, ubufGet, kUBuf… in TestBadLocaleIDs()