Home | History | Annotate | Download | only in common

Lines Matching defs:hostID

69     const uint32_t hostID;
92 * @param hostID LCID in host format such as 0x044d
96 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
98 {LANGUAGE_LCID(hostID), #languageID}, /* parent locale */ \
99 {hostID, #posixID}, \
878 * Do not call this function. It is called by hostID.
915 return this_0->regionMaps[idx].hostID;
927 return this_0->regionMaps[bestIdx].hostID;
932 return this_0->regionMaps->hostID;
936 getPosixID(const ILcidPosixMap *this_0, uint32_t hostID)
941 if (this_0->regionMaps[i].hostID == hostID)
986 uprv_convertToPosix(uint32_t hostid, UErrorCode* status)
995 ret = GetLocaleInfoA(hostid, LOCALE_SNAME, (LPSTR)gPosixFromLCID, sizeof(gPosixFromLCID));
1003 langID = LANGUAGE_LCID(hostid);
1007 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID)
1009 return getPosixID(&gPosixIDmap[localeIndex], hostid);