Lines Matching refs:displayLocale
711 static void doTestDisplayNames(const char* displayLocale, int32_t compareIndex) in doTestDisplayNames() argument
742 … maxresultsize=uloc_getDisplayLanguage(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
747 … uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status); in doTestDisplayNames()
758 … maxresultsize=uloc_getDisplayScript(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
763 … uloc_getDisplayScript(testLocale, displayLocale, testScript, maxresultsize + 1, &status); in doTestDisplayNames()
774 … maxresultsize=uloc_getDisplayCountry(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
779 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status); in doTestDisplayNames()
790 … maxresultsize=uloc_getDisplayVariant(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
795 uloc_getDisplayVariant(testLocale, displayLocale, testVar, maxresultsize + 1, &status); in doTestDisplayNames()
806 maxresultsize=uloc_getDisplayName(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
811 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status); in doTestDisplayNames()
842 …ayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expectedLang), displayLocale); in doTestDisplayNames()
846 …cale=%s (Are you missing data?)\n", austrdup(testScript), austrdup(expectedScript), displayLocale); in doTestDisplayNames()
850 …ayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expectedCtry), displayLocale); in doTestDisplayNames()
854 …playLocale=%s (Are you missing data?)\n", austrdup(testVar), austrdup(expectedVar), displayLocale); in doTestDisplayNames()
858 …ayLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expectedName), displayLocale); in doTestDisplayNames()
1897 const char *displayLocale; in TestDisplayKeywords() member
1926 …displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, di… in TestDisplayKeywords()
1931 …displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, di… in TestDisplayKeywords()
1933 … display locale: %s \n", testCases[i].localeID, keyword, testCases[i].displayLocale, u_errorName(s… in TestDisplayKeywords()
1938 …ou are missing data?\n", testCases[i].localeID, keyword, testCases[i].displayLocale, u_errorName(s… in TestDisplayKeywords()
1940 …ale id: %s for display locale: %s \n", testCases[i].localeID, keyword, testCases[i].displayLocale); in TestDisplayKeywords()
1960 const char *displayLocale; in TestDisplayKeywordValues() member
2002 …ay locale: % with error : %s \n", testCases[i].localeID, testCases[i].displayLocale, u_errorName(s… in TestDisplayKeywordValues()
2009 …c_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].displayLocale, displayKeywor… in TestDisplayKeywordValues()
2014 …c_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].displayLocale, displayKeywor… in TestDisplayKeywordValues()
2016 … %s with error : %s \n", testCases[i].localeID, keyword, testCases[i].displayLocale, u_errorName(s… in TestDisplayKeywordValues()
2021 …you are missing data\n", testCases[i].localeID, keyword, testCases[i].displayLocale, u_errorName(s… in TestDisplayKeywordValues()
2023 … %s with error : %s \n", testCases[i].localeID, keyword, testCases[i].displayLocale, u_errorName(s… in TestDisplayKeywordValues()
2041 const char* displayLocale = "de"; in TestDisplayKeywordValues() local
2055 …for locale id: %s in display locale: % with error : %s \n", localeID, displayLocale, u_errorName(s… in TestDisplayKeywordValues()
2062 …displayKeywordValueLen = uloc_getDisplayKeywordValue(localeID, keyword, displayLocale, displayKeyw… in TestDisplayKeywordValues()
2067 …splayKeywordValueLen = uloc_getDisplayKeywordValue(localeID, keyword, displayLocale, displayKeywor… in TestDisplayKeywordValues()
2069 …id: %s for display locale: %s with error : %s \n", localeID, keyword, displayLocale, u_errorName(s… in TestDisplayKeywordValues()
2074 … got error: %s. Perhaps you are missing data?\n", localeID, keyword, displayLocale, u_errorName(s… in TestDisplayKeywordValues()
2076 … value keyword : %s in locale id: %s for display locale: %s \n", localeID, keyword, displayLocale); in TestDisplayKeywordValues()
2092 const char* displayLocale = "de"; in TestDisplayKeywordValues() local
2097 …displayKeywordValueLen = uloc_getDisplayKeywordValue(localeID, "calendar", displayLocale, displayK… in TestDisplayKeywordValues()