Lines Matching refs:hostid
68 const uint32_t hostID;
91 * @param hostID LCID in host format such as 0x044d
95 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
97 {LANGUAGE_LCID(hostID), #languageID}, /* parent locale */ \
98 {hostID, #posixID}, \
957 * Do not call this function. It is called by hostID.
994 return this_0->regionMaps[idx].hostID;
1006 return this_0->regionMaps[bestIdx].hostID;
1011 return this_0->regionMaps->hostID;
1015 getPosixID(const ILcidPosixMap *this_0, uint32_t hostID)
1020 if (this_0->regionMaps[i].hostID == hostID)
1057 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status)
1071 if ((hostid & 0x3FF) != 0x92) {
1076 tmpLen = LCIDToLocaleName(hostid, (PWSTR)windowsLocaleName, UPRV_LENGTHOF(windowsLocaleName), LOCALE_ALLOW_NEUTRAL_NAMES);
1117 langID = LANGUAGE_LCID(hostid);
1120 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) {
1121 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid);