Searched refs:lcidRecords (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/intltest/ |
D | winutil.cpp | 32 static Win32Utilities::LCIDRecord *lcidRecords = NULL; variable 45 newRecords[i] = lcidRecords[i]; in EnumLocalesProc() 48 delete[] lcidRecords; in EnumLocalesProc() 49 lcidRecords = newRecords; in EnumLocalesProc() 53 sscanf(lpLocaleString, "%8x", &lcidRecords[lcidCount].lcid); in EnumLocalesProc() 55 localeID = uprv_convertToPosix(lcidRecords[lcidCount].lcid, &status); in EnumLocalesProc() 57 lcidRecords[lcidCount].localeID = new char[strlen(localeID)]; in EnumLocalesProc() 59 strcpy(lcidRecords[lcidCount].localeID, localeID); in EnumLocalesProc() 73 result = lcidRecords; in getLocales() 76 lcidRecords = NULL; in getLocales() [all …]
|
D | winnmtst.cpp | 273 Win32Utilities::LCIDRecord *lcidRecords = Win32Utilities::getLocales(lcidCount); in testLocales() local 280 if (lcidRecords[i].localeID == NULL) { in testLocales() 284 strcpy(localeID, lcidRecords[i].localeID); in testLocales() 298 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log); in testLocales() 299 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log); in testLocales() 306 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log); in testLocales() 307 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log); in testLocales() 318 Win32Utilities::freeLocales(lcidRecords); in testLocales()
|
D | windttst.cpp | 109 Win32Utilities::LCIDRecord *lcidRecords = Win32Utilities::getLocales(lcidCount); in testLocales() local 117 if (lcidRecords[i].localeID == NULL) { in testLocales() 121 GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_SLONGDATE, longDateFormat, 81); in testLocales() 122 GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_STIMEFORMAT, longTimeFormat, 81); in testLocales() 123 …GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_RETURN_NUMBER|LOCALE_ICALENDARTYPE, (LPWSTR) calType, s… in testLocales() 127 uprv_strcpy(localeID, lcidRecords[i].localeID); in testLocales() 134 …wdLength = GetDateFormatW(lcidRecords[i].lcid, DATE_LONGDATE, &winNow, NULL, wdBuffer, ARRAY_SIZE(… in testLocales() 135 … wtLength = GetTimeFormatW(lcidRecords[i].lcid, 0, &winNow, NULL, wtBuffer, ARRAY_SIZE(wtBuffer)); in testLocales() 190 Win32Utilities::freeLocales(lcidRecords); in testLocales()
|