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

  /libcore/luni/src/main/java/java/text/
DecimalFormatSymbols.java 45 private char zeroDigit;
90 this.zeroDigit = localeData.zeroDigit;
193 zeroDigit == obj.zeroDigit;
213 ",zeroDigit=" + zeroDigit +
370 return zeroDigit;
384 result = 31*result + zeroDigit;
572 this.zeroDigit = value
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 55 jstring percent0, jchar perMill, jchar zeroDigit) {
82 result->setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, UnicodeString(zeroDigit + 0));
83 result->setSymbol(DecimalFormatSymbols::kOneDigitSymbol, UnicodeString(zeroDigit + 1));
84 result->setSymbol(DecimalFormatSymbols::kTwoDigitSymbol, UnicodeString(zeroDigit + 2));
85 result->setSymbol(DecimalFormatSymbols::kThreeDigitSymbol, UnicodeString(zeroDigit + 3));
86 result->setSymbol(DecimalFormatSymbols::kFourDigitSymbol, UnicodeString(zeroDigit + 4));
87 result->setSymbol(DecimalFormatSymbols::kFiveDigitSymbol, UnicodeString(zeroDigit + 5));
88 result->setSymbol(DecimalFormatSymbols::kSixDigitSymbol, UnicodeString(zeroDigit + 6));
89 result->setSymbol(DecimalFormatSymbols::kSevenDigitSymbol, UnicodeString(zeroDigit + 7));
90 result->setSymbol(DecimalFormatSymbols::kEightDigitSymbol, UnicodeString(zeroDigit + 8))
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
numbers.c 128 ((xsltUTF8Charcmp((letter), (self)->zeroDigit) == 0) || \
1050 } else if (xsltUTF8Charcmp(the_format, self->zeroDigit) == 0) {
1091 if (xsltUTF8Charcmp(the_format, self->zeroDigit) == 0) {
    [all...]
xslt.c 292 self->zeroDigit = xmlStrdup(BAD_CAST("0"));
316 if (self->zeroDigit)
317 xmlFree(self->zeroDigit);
    [all...]
xsltInternals.h 321 xmlChar *zeroDigit;
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
ICU_Delegate.java 222 result.zeroDigit = '0';
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 101 public char zeroDigit;
NativeDecimalFormat.java 176 data.percent, data.perMill, data.zeroDigit);
280 localeData.percent, localeData.perMill, localeData.zeroDigit);
630 char perMill, char zeroDigit);
636 char perMill, char zeroDigit);
  /frameworks/base/core/java/android/text/format/
TimeFormatter.java 103 if (localeData.zeroDigit != '0') {
115 int offsetToLocalizedDigits = localeData.zeroDigit - '0';
  /external/chromium_org/third_party/icu/source/i18n/
decimfmt.cpp     [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java 186 return LocaleData.get(locale).zeroDigit;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 676 milliseconds