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

  /libcore/luni/src/main/java/java/text/
DecimalFormatSymbols.java 45 private char zeroDigit;
85 this.zeroDigit = localeData.zeroDigit;
188 zeroDigit == obj.zeroDigit;
208 ",zeroDigit=" + zeroDigit +
347 return zeroDigit;
361 result = 31*result + zeroDigit;
552 this.zeroDigit = value
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 51 jchar percent, jchar perMill, jchar zeroDigit) {
76 result->setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, UnicodeString(zeroDigit + 0));
77 result->setSymbol(DecimalFormatSymbols::kOneDigitSymbol, UnicodeString(zeroDigit + 1));
78 result->setSymbol(DecimalFormatSymbols::kTwoDigitSymbol, UnicodeString(zeroDigit + 2));
79 result->setSymbol(DecimalFormatSymbols::kThreeDigitSymbol, UnicodeString(zeroDigit + 3));
80 result->setSymbol(DecimalFormatSymbols::kFourDigitSymbol, UnicodeString(zeroDigit + 4));
81 result->setSymbol(DecimalFormatSymbols::kFiveDigitSymbol, UnicodeString(zeroDigit + 5));
82 result->setSymbol(DecimalFormatSymbols::kSixDigitSymbol, UnicodeString(zeroDigit + 6));
83 result->setSymbol(DecimalFormatSymbols::kSevenDigitSymbol, UnicodeString(zeroDigit + 7));
84 result->setSymbol(DecimalFormatSymbols::kEightDigitSymbol, UnicodeString(zeroDigit + 8))
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 73 public char zeroDigit;
162 "zeroDigit=" + zeroDigit + "," +
242 if (overrides.zeroDigit != '\0') {
243 zeroDigit = overrides.zeroDigit;
NativeDecimalFormat.java 143 data.percent, data.perMill, data.zeroDigit);
228 localeData.percent, localeData.perMill, localeData.zeroDigit);
630 char perMill, char zeroDigit);
636 char perMill, char zeroDigit);
  /external/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 192 result.zeroDigit = '0';
  /external/icu4c/i18n/
decimfmt.cpp     [all...]

Completed in 369 milliseconds