Searched refs:lcidRecords (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | winutil.cpp | 32 static Win32Utilities::LCIDRecord *lcidRecords = NULL; variable 46 newRecords[i] = lcidRecords[i]; in EnumLocalesProc() 49 delete[] lcidRecords; in EnumLocalesProc() 50 lcidRecords = newRecords; in EnumLocalesProc() 54 sscanf(lpLocaleString, "%8x", &lcidRecords[lcidCount].lcid); in EnumLocalesProc() 56 …localeIDLen = uprv_convertToPosix(lcidRecords[lcidCount].lcid, localeID, sizeof(localeID)/sizeof(l… in EnumLocalesProc() 58 lcidRecords[lcidCount].localeID = new char[localeIDLen + 1]; in EnumLocalesProc() 59 memcpy(lcidRecords[lcidCount].localeID, localeID, localeIDLen); in EnumLocalesProc() 60 lcidRecords[lcidCount].localeID[localeIDLen] = 0; in EnumLocalesProc() 62 lcidRecords[lcidCount].localeID = NULL; in EnumLocalesProc() [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()
|