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 75 const char * const posixID;
99 * @param posixID posix ID of the language_TERRITORY such as 'de_CH'
101 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
104 {hostID, #posixID}, \
116 * Create the map for the posixID. This macro supposes that the language string
907 * @param posixid the Posix style locale id.
913 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status)
917 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
921 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
    [all...]
putil.cpp     [all...]
  /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
902 * @param posixid the Posix style locale id.
908 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status)
912 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
916 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
    [all...]
putil.cpp     [all...]

Completed in 100 milliseconds