OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kZeroDigitSymbol
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
dcfmtsym.h
102
kZeroDigitSymbol
,
475
if ( propogateDigits && symbol ==
kZeroDigitSymbol
&& value.countChar32() == 1 ) {
/external/icu/icu4c/source/test/intltest/
tsdcfmsy.cpp
55
UnicodeString zero = en.getSymbol(DecimalFormatSymbols::
kZeroDigitSymbol
);
56
fr.setSymbol(DecimalFormatSymbols::
kZeroDigitSymbol
, zero);
57
if(fr.getSymbol(DecimalFormatSymbols::
kZeroDigitSymbol
) != en.getSymbol(DecimalFormatSymbols::
kZeroDigitSymbol
)) {
numfmtst.cpp
[
all
...]
/external/icu/icu4c/source/i18n/
dcfmtsym.cpp
365
fSymbols[
kZeroDigitSymbol
].setTo(digit);
500
fSymbols[
kZeroDigitSymbol
] = (UChar)0x30; // '0' native 0 digit
scientificnumberformatter.cpp
305
preExponent.append(dfs.getConstSymbol(DecimalFormatSymbols::
kZeroDigitSymbol
));
digitformatter.cpp
46
fLocalizedDigits[0] = symbols.getConstSymbol(DecimalFormatSymbols::
kZeroDigitSymbol
).char32At(0);
decimalformatpattern.cpp
110
DecimalFormatSymbols::
kZeroDigitSymbol
).char32At(0);
decimfmt.cpp
[
all
...]
/libcore/luni/src/main/native/
libcore_icu_ICU.cpp
432
setCharField(env, obj, "zeroDigit", dfs.getSymbol(icu::DecimalFormatSymbols::
kZeroDigitSymbol
));
[
all
...]
Completed in 1345 milliseconds