HomeSort by relevance Sort by last modified time
    Searched refs:hostid (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/icu/source/common/
locmap.h 29 #define LANGUAGE_LCID(hostID) (uint16_t)(0x03FF & hostID)
31 U_CAPI const char *uprv_convertToPosix(uint32_t hostid, UErrorCode* status);
locmap.c 63 const uint32_t hostID;
86 * @param hostID LCID in host format such as 0x044d
90 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
92 {LANGUAGE_LCID(hostID), #languageID}, /* parent locale */ \
93 {hostID, #posixID}, \
777 * Do not call this function. It is called by hostID.
814 return this_0->regionMaps[idx].hostID;
826 return this_0->regionMaps[bestIdx].hostID;
831 return this_0->regionMaps->hostID;
835 getPosixID(const ILcidPosixMap *this_0, uint32_t hostID)
    [all...]
uloc.c     [all...]
  /external/icu4c/common/
locmap.h 29 #define LANGUAGE_LCID(hostID) (uint16_t)(0x03FF & hostID)
31 U_CAPI const char *uprv_convertToPosix(uint32_t hostid, UErrorCode* status);
locmap.c 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)
    [all...]
uloc.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py 140 hostid = socket.gethostbyname(socket.gethostname())
142 hostid = '127.0.0.1'
151 _prefix = hostid + '.' + uid + '.' + pid
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 140 hostid = socket.gethostbyname(socket.gethostname())
142 hostid = '127.0.0.1'
151 _prefix = hostid + '.' + uid + '.' + pid

Completed in 139 milliseconds