Home
last modified time | relevance | path

Searched refs:hostid (Results 1 – 17 of 17) sorted by relevance

/third_party/popt/tests/test3-data/
D03.answer1 …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'
D03.input15 # 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/
Dlocmap.cpp1052 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()
Dlocmap.h33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
Duloc.cpp2083 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/
Dlocmap.cpp1052 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()
Dlocmap.h33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
Duloc.cpp2050 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/
Dlocmap.cpp1052 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()
Dlocmap.h33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
Duloc.cpp2050 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/
Dlocmap.cpp1059 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()
Dlocmap.h33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
Duloc.cpp2232 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/
Dnewtoys.h109 USE_HOSTID(NEWTOY(hostid, ">0", TOYFLAG_USR|TOYFLAG_BIN))
Dflags.h4377 #define TT this.hostid
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp5386 for (uint32_t hostid = 0; hostid < 0x500; ++hostid) { in TestBug13554() local
5388 uprv_convertToPosix(hostid, posixID, BUFFER_SIZE, &status); in TestBug13554()