Home | History | Annotate | Download | only in common

Lines Matching defs: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}, \
880 * Do not call this function. It is called by hostID.
917 return this_0->regionMaps[idx].hostID;
929 return this_0->regionMaps[bestIdx].hostID;
934 return this_0->regionMaps->hostID;
938 getPosixID(const ILcidPosixMap *this_0, uint32_t hostID)
943 if (this_0->regionMaps[i].hostID == hostID)
980 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status)
991 tmpLen = GetLocaleInfoA(hostid, LOCALE_SNAME, (LPSTR)locName, sizeof(locName)/sizeof(locName[0]));
1019 langID = LANGUAGE_LCID(hostid);
1022 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) {
1023 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid);