/third_party/icu/icu4c/source/test/intltest/ |
D | winnmtst.cpp | 137 static UnicodeString &getWindowsFormat(int32_t lcid, UBool currency, UnicodeString &appendTo, const… in getWindowsFormat() argument 192 result = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE); in getWindowsFormat() 198 int newLength = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, NULL, 0); in getWindowsFormat() 202 GetCurrencyFormatW(lcid, 0, nBuffer, NULL, buffer, newLength); in getWindowsFormat() 206 result = GetNumberFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE); in getWindowsFormat() 212 int newLength = GetNumberFormatW(lcid, 0, nBuffer, NULL, NULL, 0); in getWindowsFormat() 216 GetNumberFormatW(lcid, 0, nBuffer, NULL, buffer, newLength); in getWindowsFormat() 234 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestL… in testLocale() argument 243 getWindowsFormat(lcid, currency, wdBuffer, L"%.16f", d); in testLocale() 245 getWindowsFormat(lcid, currency, w3Buffer, L"%I32d", i32); in testLocale() [all …]
|
D | windttst.cpp | 136 …::begin(failingLocaleLCIDs), std::end(failingLocaleLCIDs), lcidRecords[i].lcid) != std::end(failin… in testLocales() 138 log->logln("ticket:13119 - Skipping LCID = 0x%04x", lcidRecords[i].lcid); in testLocales() 142 GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_SLONGDATE, longDateFormat, 81); in testLocales() 143 GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_STIMEFORMAT, longTimeFormat, 81); in testLocales() 144 …GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_RETURN_NUMBER|LOCALE_ICALENDARTYPE, (LPWSTR)&value, siz… in testLocales() 156 …wdLength = GetDateFormatW(lcidRecords[i].lcid, DATE_LONGDATE, &winNow, NULL, wdBuffer, UPRV_LENGTH… in testLocales() 157 …wtLength = GetTimeFormatW(lcidRecords[i].lcid, 0, &winNow, NULL, wtBuffer, UPRV_LENGTHOF(wtBuffer)… in testLocales()
|
D | winutil.cpp | 58 sscanf(lpLocaleString, "%8x", &lcidRecords[lcidCount].lcid); in EnumLocalesProc() 60 …localeIDLen = uprv_convertToPosix(lcidRecords[lcidCount].lcid, localeID, UPRV_LENGTHOF(localeID), … in EnumLocalesProc()
|
D | winutil.h | 33 int32_t lcid; member
|
/third_party/flutter/skia/tools/ |
D | win_lcid.cpp | 21 LCID lcid = LocaleNameToLCID(pStr, nullptr); in MyFuncLocaleEx() local 22 if (lcid == 0) { in MyFuncLocaleEx() 27 if (lcid > 0x8000) { in MyFuncLocaleEx() 30 wprintf(L" { 0x%.4x, \"%s\" }, //%s\n", lcid, pStr, wcBuffer); in MyFuncLocaleEx()
|
/third_party/skia/tools/ |
D | win_lcid.cpp | 21 LCID lcid = LocaleNameToLCID(pStr, nullptr); in MyFuncLocaleEx() local 22 if (lcid == 0) { in MyFuncLocaleEx() 27 if (lcid > 0x8000) { in MyFuncLocaleEx() 30 wprintf(L" { 0x%.4x, \"%s\" }, //%s\n", lcid, pStr, wcBuffer); in MyFuncLocaleEx()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_node_win.cc | 201 LCID lcid, 206 LCID lcid, 210 LCID lcid, 630 LCID lcid, in GetTypeInfo() argument 638 LCID lcid, in GetIDsOfNames() argument 645 LCID lcid, in Invoke() argument
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | Find-VisualStudio.cs | 99 string GetDisplayName([MarshalAs(UnmanagedType.U4), In] int lcid); in GetDisplayName() argument 102 string GetDescription([MarshalAs(UnmanagedType.U4), In] int lcid); in GetDescription() argument
|
/third_party/node/deps/icu-small/source/common/ |
D | locmap.cpp | 1228 LCID lcid = LocaleNameToLCID(bcp47Tag, LOCALE_ALLOW_NEUTRAL_NAMES); in uprv_convertToLCIDPlatform() local 1229 if (lcid > 0) in uprv_convertToLCIDPlatform() 1234 if (lcid != LOCALE_CUSTOM_UNSPECIFIED) in uprv_convertToLCIDPlatform() 1236 return lcid; in uprv_convertToLCIDPlatform()
|
D | uloc.cpp | 2023 uint32_t lcid = 0; in uloc_getLCID() local 2032 lcid = uprv_convertToLCIDPlatform(localeID, &status); in uloc_getLCID() 2036 if (lcid > 0) { in uloc_getLCID() 2038 return lcid; in uloc_getLCID()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locmap.cpp | 1228 LCID lcid = LocaleNameToLCID(bcp47Tag, LOCALE_ALLOW_NEUTRAL_NAMES); in uprv_convertToLCIDPlatform() local 1229 if (lcid > 0) in uprv_convertToLCIDPlatform() 1234 if (lcid != LOCALE_CUSTOM_UNSPECIFIED) in uprv_convertToLCIDPlatform() 1236 return lcid; in uprv_convertToLCIDPlatform()
|
D | uloc.cpp | 1990 uint32_t lcid = 0; in uloc_getLCID() local 1999 lcid = uprv_convertToLCIDPlatform(localeID, &status); in uloc_getLCID() 2003 if (lcid > 0) { in uloc_getLCID() 2005 return lcid; in uloc_getLCID()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | locmap.cpp | 1235 LCID lcid = LocaleNameToLCID(bcp47Tag, nameLCIDFlags); in uprv_convertToLCIDPlatform() local 1236 if (lcid > 0) in uprv_convertToLCIDPlatform() 1241 if (lcid != LOCALE_CUSTOM_UNSPECIFIED) in uprv_convertToLCIDPlatform() 1243 return lcid; in uprv_convertToLCIDPlatform()
|
D | uloc.cpp | 2175 uint32_t lcid = 0; in uloc_getLCID() local 2183 lcid = uprv_convertToLCIDPlatform(localeID); in uloc_getLCID() 2184 if (lcid > 0) in uloc_getLCID() 2187 return lcid; in uloc_getLCID()
|
/third_party/icu/icu4c/source/common/ |
D | locmap.cpp | 1228 LCID lcid = LocaleNameToLCID(bcp47Tag, LOCALE_ALLOW_NEUTRAL_NAMES); in uprv_convertToLCIDPlatform() local 1229 if (lcid > 0) in uprv_convertToLCIDPlatform() 1234 if (lcid != LOCALE_CUSTOM_UNSPECIFIED) in uprv_convertToLCIDPlatform() 1236 return lcid; in uprv_convertToLCIDPlatform()
|
D | uloc.cpp | 1990 uint32_t lcid = 0; in uloc_getLCID() local 1999 lcid = uprv_convertToLCIDPlatform(localeID, &status); in uloc_getLCID() 2003 if (lcid > 0) { in uloc_getLCID() 2005 return lcid; in uloc_getLCID()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cloctst.c | 3553 uint32_t lcid; in TestGetLocaleForLCID() local 3555 lcid = uloc_getLCID("en_US"); in TestGetLocaleForLCID() 3556 if (lcid != 0x0409) { in TestGetLocaleForLCID() 3557 log_err(" uloc_getLCID(\"en_US\") = %d, expected 0x0409\n", lcid); in TestGetLocaleForLCID() 3560 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status); in TestGetLocaleForLCID() 3568 length = uloc_getLocaleForLCID(lcid, temp2, UPRV_LENGTHOF(temp2), &status); in TestGetLocaleForLCID() 3591 sscanf(rawData2[LCID][i], "%x", &lcid); in TestGetLocaleForLCID() 3592 length = uloc_getLocaleForLCID(lcid, temp2, UPRV_LENGTHOF(temp2), &status); in TestGetLocaleForLCID() 3594 …log_err(" unexpected failure of uloc_getLocaleForLCID(%#04x), status %s\n", lcid, u_errorName(sta… in TestGetLocaleForLCID() 3600 … %d not correct for uloc_getLocaleForLCID(%#04x), expected %d\n", length, lcid, uprv_strlen(temp2)… in TestGetLocaleForLCID() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/tools/sva/ |
D | yarn.lock | 917 lcid@^2.0.0: 919 …resolved "https://registry.yarnpkg.com/lcid/-/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f39725… 1188 lcid "^2.0.0"
|
/third_party/spirv-tools/tools/sva/ |
D | yarn.lock | 917 lcid@^2.0.0: 919 …resolved "https://registry.yarnpkg.com/lcid/-/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f39725… 1188 lcid "^2.0.0"
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/ |
D | yarn.lock | 917 lcid@^2.0.0: 919 …resolved "https://registry.yarnpkg.com/lcid/-/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f39725… 1188 lcid "^2.0.0"
|