/third_party/popt/tests/test3-data/ |
D | 03.answer | 1 …7:56 03/16/01" --sessions="-1" --hostid="72738c36" --hostid="80b0cafb" --hostid="80c104e4" --hosti… 6 '--hostid=72738c36' 7 '--hostid=80b0cafb' 8 '--hostid=80c104e4' 9 '--hostid=80cf520f' 10 '--hostid=809fc805'
|
D | 03.input | 15 # hostid(s) of licensed host(s): matisse 16 hostid=72738c36 19 hostid=80b0cafb 22 hostid=80c104e4 25 hostid=80cf520f 28 hostid=809fc805
|
/third_party/node/deps/icu-small/source/common/ |
D | locmap.cpp | 1052 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) in uprv_convertToPosix() argument 1068 if ((hostid & 0x3FF) != 0x92) { in uprv_convertToPosix() 1073 …tmpLen = LCIDToLocaleName(hostid, (PWSTR)windowsLocaleName, UPRV_LENGTHOF(windowsLocaleName), LOCA… in uprv_convertToPosix() 1114 langID = LANGUAGE_LCID(hostid); in uprv_convertToPosix() 1118 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
|
D | locmap.h | 33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
|
D | uloc.cpp | 2083 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() argument 2086 return uprv_convertToPosix(hostid, locale, localeCapacity, status); in uloc_getLocaleForLCID()
|
/third_party/icu/icu4c/source/common/ |
D | locmap.cpp | 1052 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) in uprv_convertToPosix() argument 1068 if ((hostid & 0x3FF) != 0x92) { in uprv_convertToPosix() 1073 …tmpLen = LCIDToLocaleName(hostid, (PWSTR)windowsLocaleName, UPRV_LENGTHOF(windowsLocaleName), LOCA… in uprv_convertToPosix() 1114 langID = LANGUAGE_LCID(hostid); in uprv_convertToPosix() 1118 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
|
D | locmap.h | 33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
|
D | uloc.cpp | 2050 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() argument 2053 return uprv_convertToPosix(hostid, locale, localeCapacity, status); in uloc_getLocaleForLCID()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locmap.cpp | 1052 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) in uprv_convertToPosix() argument 1068 if ((hostid & 0x3FF) != 0x92) { in uprv_convertToPosix() 1073 …tmpLen = LCIDToLocaleName(hostid, (PWSTR)windowsLocaleName, UPRV_LENGTHOF(windowsLocaleName), LOCA… in uprv_convertToPosix() 1114 langID = LANGUAGE_LCID(hostid); in uprv_convertToPosix() 1118 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
|
D | locmap.h | 33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
|
D | uloc.cpp | 2050 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() argument 2053 return uprv_convertToPosix(hostid, locale, localeCapacity, status); in uloc_getLocaleForLCID()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | locmap.cpp | 1059 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) in uprv_convertToPosix() argument 1073 if ((hostid & 0x3FF) != 0x92) { in uprv_convertToPosix() 1078 …tmpLen = LCIDToLocaleName(hostid, (PWSTR)windowsLocaleName, UPRV_LENGTHOF(windowsLocaleName), LOCA… in uprv_convertToPosix() 1119 langID = LANGUAGE_LCID(hostid); in uprv_convertToPosix() 1123 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
|
D | locmap.h | 33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
|
D | uloc.cpp | 2232 uloc_getLocaleForLCID(uint32_t hostid, char *locale, int32_t localeCapacity, in uloc_getLocaleForLCID() argument 2235 return uprv_convertToPosix(hostid, locale, localeCapacity, status); in uloc_getLocaleForLCID()
|
/third_party/toybox/generated/ |
D | newtoys.h | 109 USE_HOSTID(NEWTOY(hostid, ">0", TOYFLAG_USR|TOYFLAG_BIN))
|
D | flags.h | 4377 #define TT this.hostid
|
/third_party/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 5386 for (uint32_t hostid = 0; hostid < 0x500; ++hostid) { in TestBug13554() local 5388 uprv_convertToPosix(hostid, posixID, BUFFER_SIZE, &status); in TestBug13554()
|