OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DecimalFormatStaticSets
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
decfmtst.cpp
7
* This file contains the class
DecimalFormatStaticSets
9
*
DecimalFormatStaticSets
holds the UnicodeSets that are needed for lenient
96
DecimalFormatStaticSets
::
DecimalFormatStaticSets
(UErrorCode &status)
166
DecimalFormatStaticSets
::~
DecimalFormatStaticSets
() {
170
void
DecimalFormatStaticSets
::cleanup() { // Be sure to clean up newly added fields!
186
static
DecimalFormatStaticSets
*gStaticSets;
209
gStaticSets = new
DecimalFormatStaticSets
(status);
221
const
DecimalFormatStaticSets
*DecimalFormatStaticSets::getStaticSets(UErrorCode &status)
[
all
...]
decfmtst.h
7
* This file contains declarations for the class
DecimalFormatStaticSets
9
*
DecimalFormatStaticSets
holds the UnicodeSets that are needed for lenient
26
class
DecimalFormatStaticSets
: public UMemory
31
DecimalFormatStaticSets
(UErrorCode &status);
32
~
DecimalFormatStaticSets
();
37
static const
DecimalFormatStaticSets
*getStaticSets(UErrorCode &status);
Completed in 349 milliseconds