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

  /external/chromium_org/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 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...]
locid.cpp 753 void Locale::setFromPOSIXID(const char *posixID)
755 init(posixID, TRUE);
  /external/icu4c/common/
locmap.h 34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
putil.cpp     [all...]
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...]
locid.cpp 687 void Locale::setFromPOSIXID(const char *posixID)
689 init(posixID, TRUE);
  /external/chromium_org/third_party/icu/source/common/unicode/
locid.h 690 void setFromPOSIXID(const char *posixID);
  /external/icu4c/common/unicode/
locid.h 694 void setFromPOSIXID(const char *posixID);

Completed in 1046 milliseconds