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

  /external/chromium_org/third_party/icu/source/common/
locmap.c 64 const char * const posixID;
88 * @param posixID posix ID of the language_TERRITORY such as 'de_CH'
90 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
93 {hostID, #posixID}, \
105 * Create the map for the posixID. This macro supposes that the language string
796 * @param posixid the Posix style locale id.
802 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status)
806 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
810 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
    [all...]
putil.c     [all...]
  /external/icu4c/common/
locmap.c 70 const char * const posixID;
94 * @param posixID posix ID of the language_TERRITORY such as 'de_CH'
96 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
99 {hostID, #posixID}, \
111 * Create the map for the posixID. This macro supposes that the language string
897 * @param posixid the Posix style locale id.
903 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status)
907 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
911 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
    [all...]
putil.cpp     [all...]

Completed in 62 milliseconds