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

  /external/icu4c/common/unicode/
uloc.h 172 * uloc_getDisplayName(const char* localeID,
360 * @param localeID the new ICU default locale. A value of NULL will try to get
367 uloc_setDefault(const char* localeID,
373 * @param localeID the locale to get the ISO language code with
374 * @param language the language code for localeID
383 uloc_getLanguage(const char* localeID,
391 * @param localeID the locale to get the ISO language code with
392 * @param script the language code for localeID
401 uloc_getScript(const char* localeID,
409 * @param localeID the locale to get the country code wit
    [all...]
  /external/icu4c/common/
uloc.c 57 locale_getKeywords(const char *localeID,
556 locale_getKeywordsStart(const char *localeID) {
558 if((result = uprv_strchr(localeID, '@')) != NULL) {
569 if((result = uprv_strchr(localeID, *charToFind)) != NULL) {
626 _getKeywords(const char *localeID,
639 const char* pos = localeID;
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]
  /dalvik/libcore/icu/src/main/native/
Resources.cpp 335 jstring zoneId, jboolean isDST, jint style, jstring localeId) {
338 Locale locale = getLocale(env, localeId);

Completed in 66 milliseconds