Home
last modified time | relevance | path

Searched refs:numberingSystem (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DLocaleHelper.java146 final String numberingSystem = locale.getUnicodeLocaleType("nu"); in getDisplayCountry() local
147 if (numberingSystem != null) { in getDisplayCountry()