OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decfmt
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp
724
DecimalFormat*
decfmt
;
local
732
else if ((
decfmt
= dynamic_cast<DecimalFormat*>(fmt)) != NULL) {
734
NumberFormat& formatAlias = *
decfmt
;
755
appendTo +=
decfmt
->toPattern(buffer);
1559
DecimalFormat*
decfmt
= dynamic_cast<DecimalFormat*>(fmt);
local
[
all
...]
smpdtfmt.cpp
688
DecimalFormat*
decfmt
= dynamic_cast<DecimalFormat*>(fNumberFormat);
local
689
if (
decfmt
!= NULL) {
690
decfmt
->setDecimalSeparatorAlwaysShown(FALSE);
1368
DecimalFormat*
decfmt
= dynamic_cast<DecimalFormat*>(nf);
local
3165
DecimalFormat*
decfmt
= dynamic_cast<DecimalFormat*>(fNumberFormat);
local
[
all
...]
/external/icu4c/i18n/
msgfmt.cpp
1585
DecimalFormat*
decfmt
= dynamic_cast<DecimalFormat*>(fmt);
local
[
all
...]
smpdtfmt.cpp
761
DecimalFormat*
decfmt
= dynamic_cast<DecimalFormat*>(fNumberFormat);
local
762
if (
decfmt
!= NULL) {
763
decfmt
->setDecimalSeparatorAlwaysShown(FALSE);
1114
DecimalFormat*
decfmt
= dynamic_cast<DecimalFormat*>(nf);
local
3413
DecimalFormat*
decfmt
= dynamic_cast<DecimalFormat*>(fNumberFormat);
local
[
all
...]
Completed in 246 milliseconds