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

  /external/icu/icu4c/source/common/
locmap.c 69 const char * const posixID;
93 * @param posixID posix ID of the language_TERRITORY such as 'de_CH'
95 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
98 {hostID, #posixID}, \
110 * Create the map for the posixID. This macro supposes that the language string
899 * @param posixid the Posix style locale id.
905 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status)
909 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
913 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
    [all...]
putil.cpp     [all...]

Completed in 1207 milliseconds