HomeSort by relevance Sort by last modified time
    Searched defs:getDisplayCountryNative (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
ICU_Delegate.java 134 /*package*/ static String getDisplayCountryNative(String countryCode, String locale) {
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 415 return getDisplayCountryNative(targetLocale.toLanguageTag(), locale.toLanguageTag());
418 private static native String getDisplayCountryNative(String targetLanguageTag, String languageTag);

Completed in 161 milliseconds