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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
dcfmtsym.h 100 kZeroDigitSymbol,
449 if ( propogateDigits && symbol == kZeroDigitSymbol && value.countChar32() == 1 ) {
  /external/icu/icu4c/source/i18n/unicode/
dcfmtsym.h 100 kZeroDigitSymbol,
457 if ( propogateDigits && symbol == kZeroDigitSymbol && value.countChar32() == 1 ) {
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdcfmsy.cpp 53 UnicodeString zero = en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol);
54 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero);
55 if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) {
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tsdcfmsy.cpp 53 UnicodeString zero = en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol);
54 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero);
55 if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) {
numfmtst.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp 232 fSymbols[kZeroDigitSymbol].setTo(digit);
400 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit
decimfmt.cpp     [all...]
  /external/icu/icu4c/source/i18n/
dcfmtsym.cpp 232 fSymbols[kZeroDigitSymbol].setTo(digit);
400 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit
decimalformatpattern.cpp 123 DecimalFormatSymbols::kZeroDigitSymbol).char32At(0);
decimfmt.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 82 result->setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, UnicodeString(zeroDigit + 0));
libcore_icu_ICU.cpp 416 setCharField(env, obj, "zeroDigit", dfs.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol));
    [all...]

Completed in 1397 milliseconds