HomeSort by relevance Sort by last modified time
    Searched defs:posixID (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
locmap.c 51 const char * const posixID;
74 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
77 {hostID, #posixID}, \
81 Create the map for the posixID. This macro supposes that the language string
734 * @param posixid the Posix style locale id.
740 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status)
744 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
748 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
749 if (sameChars > bestIdxDiff && this_0->regionMaps[idx].posixID[sameChars] == 0)
    [all...]
putil.c     [all...]

Completed in 153 milliseconds