Lines Matching full:const
22 uloc_openKeywordList(const char *keywordList, int32_t keywordListSize, UErrorCode* status);
28 U_CAPI const UChar * U_EXPORT2
30 const char *path,
31 const char *locale,
32 const char *tableKey,
33 const char *subTableKey,
34 const char *itemKey,
41 U_CFUNC const char*
42 uloc_getCurrentCountryID(const char* oldID);
44 U_CFUNC const char*
45 uloc_getCurrentLanguageID(const char* oldID);
48 ulocimp_getLanguage(const char *localeID,
50 const char **pEnd);
53 ulocimp_getScript(const char *localeID,
55 const char **pEnd);
58 ulocimp_getCountry(const char *localeID,
60 const char **pEnd);
62 U_CAPI const char * U_EXPORT2
63 locale_getKeywordsStart(const char *localeID);
67 ultag_isUnicodeLocaleKey(const char* s, int32_t len);
70 ultag_isUnicodeLocaleType(const char* s, int32_t len);
72 U_CFUNC const char*
73 ulocimp_toBcpKey(const char* key);
75 U_CFUNC const char*
76 ulocimp_toLegacyKey(const char* key);
78 U_CFUNC const char*
79 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType);
81 U_CFUNC const char*
82 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool* isSpecialType);