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

  /external/chromium/third_party/icu/source/common/
locmap.h 34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
putil.c     [all...]
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...]
locid.cpp 1011 void Locale::setFromPOSIXID(const char *posixID)
1013 init(posixID, TRUE);
    [all...]
  /external/icu4c/common/
locmap.h 34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
locmap.c 62 const char * const posixID;
86 * @param posixID posix ID of the language_TERRITORY such as 'de_CH'
88 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
91 {hostID, #posixID}, \
103 * Create the map for the posixID. This macro supposes that the language string
791 * @param posixid the Posix style locale id.
797 getHostID(const ILcidPosixMap *this_0, const char* posixID, UErrorCode* status)
801 int32_t posixIDlen = (int32_t)uprv_strlen(posixID);
805 int32_t sameChars = idCmp(posixID, this_0->regionMaps[idx].posixID);
    [all...]
putil.c     [all...]
locid.cpp 753 void Locale::setFromPOSIXID(const char *posixID)
755 init(posixID, TRUE);
  /external/chromium/third_party/icu/public/common/unicode/
locid.h 674 void setFromPOSIXID(const char *posixID);
  /external/icu4c/common/unicode/
locid.h 690 void setFromPOSIXID(const char *posixID);

Completed in 406 milliseconds