Searched refs:uprv_convertToLCID (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dlocmap.h34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
H A Duloc.cpp2113 // uprv_convertToLCID does not support keywords other than collation.
2136 return uprv_convertToLCID(langID, tmpLocaleID, &status);
2145 return uprv_convertToLCID(langID, localeID, &status);
H A Dlocmap.c139 // @collation=XXX, but no other keywords are allowed (at least for now). When uprv_convertToLCID() is
1078 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status) function
/external/icu/icu4c/source/common/
H A Dlocmap.h34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status);
H A Duloc.cpp2113 // uprv_convertToLCID does not support keywords other than collation.
2136 return uprv_convertToLCID(langID, tmpLocaleID, &status);
2145 return uprv_convertToLCID(langID, localeID, &status);
H A Dlocmap.c133 // @collation=XXX, but no other keywords are allowed (at least for now). When uprv_convertToLCID() is
1073 uprv_convertToLCID(const char *langID, const char* posixID, UErrorCode* status) function
/external/icu/icu4c/source/common/unicode/
H A Durename.h1178 #define uprv_convertToLCID U_ICU_ENTRY_POINT_RENAME(uprv_convertToLCID) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1244 #define uprv_convertToLCID U_ICU_ENTRY_POINT_RENAME(uprv_convertToLCID) macro

Completed in 308 milliseconds