Home
last modified time | relevance | path

Searched refs:DecimalFormatStaticSets (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Ddecfmtst.cpp96 DecimalFormatStaticSets::DecimalFormatStaticSets(UErrorCode &status) in DecimalFormatStaticSets() function in DecimalFormatStaticSets
166 DecimalFormatStaticSets::~DecimalFormatStaticSets() { in ~DecimalFormatStaticSets()
170 void DecimalFormatStaticSets::cleanup() { // Be sure to clean up newly added fields! in cleanup()
186 static DecimalFormatStaticSets *gStaticSets;
209 gStaticSets = new DecimalFormatStaticSets(status); in initSets()
221 const DecimalFormatStaticSets *DecimalFormatStaticSets::getStaticSets(UErrorCode &status) { in getStaticSets()
227 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse) in getSimilarDecimals()
Ddecfmtst.h26 class DecimalFormatStaticSets : public UMemory
31 DecimalFormatStaticSets(UErrorCode &status);
32 ~DecimalFormatStaticSets();
37 static const DecimalFormatStaticSets *getStaticSets(UErrorCode &status);
Ddecimfmt.cpp449 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in construct()
760 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in operator =()
2636 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse); in subparse()
/external/icu/icu4c/source/i18n/
Ddecfmtst.cpp96 DecimalFormatStaticSets::DecimalFormatStaticSets(UErrorCode &status) in DecimalFormatStaticSets() function in DecimalFormatStaticSets
166 DecimalFormatStaticSets::~DecimalFormatStaticSets() { in ~DecimalFormatStaticSets()
170 void DecimalFormatStaticSets::cleanup() { // Be sure to clean up newly added fields! in cleanup()
186 static DecimalFormatStaticSets *gStaticSets;
209 gStaticSets = new DecimalFormatStaticSets(status); in initSets()
221 const DecimalFormatStaticSets *DecimalFormatStaticSets::getStaticSets(UErrorCode &status) { in getStaticSets()
227 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse) in getSimilarDecimals()
Ddecfmtst.h26 class DecimalFormatStaticSets : public UMemory
31 DecimalFormatStaticSets(UErrorCode &status);
32 ~DecimalFormatStaticSets();
37 static const DecimalFormatStaticSets *getStaticSets(UErrorCode &status);
Ddecimfmt.cpp470 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in construct()
781 fStaticSets = DecimalFormatStaticSets::getStaticSets(status); in operator =()
2725 decimalSet = DecimalFormatStaticSets::getSimilarDecimals(decimalChar, strictParse);
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddecimfmt.h60 class DecimalFormatStaticSets; variable
2337 const DecimalFormatStaticSets *fStaticSets;
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h60 class DecimalFormatStaticSets; variable
2357 const DecimalFormatStaticSets *fStaticSets;