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

  /external/icu4c/i18n/unicode/
dcfmtsym.h 99 kZeroDigitSymbol,
440 if ( propogateDigits && symbol == kZeroDigitSymbol && value.countChar32() == 1 ) {
  /external/icu4c/test/intltest/
tsdcfmsy.cpp 57 UnicodeString zero = en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol);
58 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero);
59 if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) {
numfmtst.cpp     [all...]
  /external/icu4c/i18n/
dcfmtsym.cpp 218 setSymbol(kZeroDigitSymbol,DigitString->charAt(0),FALSE);
399 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit
decimfmt.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 76 result->setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, UnicodeString(zeroDigit + 0));

Completed in 1982 milliseconds