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

Completed in 96 milliseconds