Home | History | Annotate | Download | only in common

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}, \
883 * Do not call this function. It is called by hostID.
920 return this_0->regionMaps[idx].hostID;
932 return this_0->regionMaps[bestIdx].hostID;
937 return this_0->regionMaps->hostID;
941 getPosixID(const ILcidPosixMap *this_0, uint32_t hostID)
946 if (this_0->regionMaps[i].hostID == hostID)
983 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status)
994 tmpLen = GetLocaleInfoA(hostid, LOCALE_SNAME, (LPSTR)locName, sizeof(locName)/sizeof(locName[0]));
1022 langID = LANGUAGE_LCID(hostid);
1025 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) {
1026 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid);