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

  /external/icu4c/i18n/unicode/
dcfmtsym.h 100 kZeroDigitSymbol,
435 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 219 setSymbol(kZeroDigitSymbol, digitString.tempSubString(0, 1), FALSE);
397 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit
decimfmt.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 77 result->setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, UnicodeString(zeroDigit + 0));
libcore_icu_ICU.cpp 376 setCharField(env, obj, "zeroDigit", dfs.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol));
    [all...]

Completed in 54 milliseconds