Searched defs:testLocale (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/Locale/data/
H A Ddeflocale.c73 void testLocale(int anLCID, wchar_t* pName) { function
96 wchar_t testLocale[16]; local
103 wcscpy(testLocale, pName);
107 swprintf(testLocale, L"%08x", anLCID);
112 RegSetValueEx(hk, pKeyName, 0, REG_SZ, (LPBYTE)testLocale, cbTest );
250 testLocale(pfnLocaleNameToLCID(LocaleNamesArray[i], 0),
258 testLocale(LCIDArray[i], NULL);

Completed in 223 milliseconds