HomeSort by relevance Sort by last modified time
    Searched refs:getZeroDigit (Results 1 - 25 of 43) sorted by null

1 2

  /packages/apps/Contacts/src/com/android/contacts/datepicker/
TwoDigitFormatter.java 32 mZeroDigit = getZeroDigit(locale);
37 if (mZeroDigit != getZeroDigit(currentLocale)) {
46 private static char getZeroDigit(Locale locale) {
49 return DecimalFormatSymbols.getInstance(locale).getZeroDigit();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
DecimalFormatProperties.java 339 public char getZeroDigit()
341 return m_dfs.getZeroDigit();
  /external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DecimalFormatSymbolsTest.java 96 checkEquivalence(jdkDecfs.getZeroDigit(), icuDecfs.getZeroDigit(), loc, "getZeroDigit");
134 decfs.setZeroDigit(decfsEnUS.getZeroDigit());
158 checkEquivalence(decfs.getZeroDigit(), decfsEnUS.getZeroDigit(), loc, "getZeroDigit");