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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
dcfmtsym.h 99 kZeroDigitSymbol,
433 if ( propogateDigits && symbol == kZeroDigitSymbol && value.countChar32() == 1 ) {
  /external/icu4c/i18n/unicode/
dcfmtsym.h 100 kZeroDigitSymbol,
433 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/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp 209 setSymbol(kZeroDigitSymbol,DigitString->charAt(0),FALSE);
390 fSymbols[kZeroDigitSymbol] = (UChar)0x30; // '0' native 0 digit
decimfmt.cpp     [all...]
  /external/icu4c/i18n/
dcfmtsym.cpp 221 setSymbol(kZeroDigitSymbol, digitString.tempSubString(0, 1), FALSE);
399 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));

Completed in 1709 milliseconds