Searched refs:locale_getKeywordsStart (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
H A Dulocimp.h63 locale_getKeywordsStart(const char *localeID);
H A Duloc.cpp556 locale_getKeywordsStart(const char *localeID) { function
841 startSearchHere = uprv_strchr(tmpLocaleID, '@'); /* TODO: REVISIT: shouldn't this be locale_getKeywordsStart ? */
964 startSearchHere = (char*)locale_getKeywordsStart(buffer);
1380 } else if((localeID=locale_getKeywordsStart(localeID))!=NULL) {
1590 if((tmpLocaleID = locale_getKeywordsStart(tmpLocaleID)) != NULL) {
1751 if ((tmpLocaleID=locale_getKeywordsStart(tmpLocaleID))!=NULL) {
H A Duloc_tag.c2334 pKeywordStart = locale_getKeywordsStart(canonical);
/external/icu/icu4c/source/common/unicode/
H A Durename.h133 #define locale_getKeywordsStart U_ICU_ENTRY_POINT_RENAME(locale_getKeywordsStart) macro

Completed in 148 milliseconds