OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecimalFormatStaticSets
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
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
29
static
DecimalFormatStaticSets
*gStaticSets; // Ptr to all lazily initialized constant
32
DecimalFormatStaticSets
(UErrorCode *status);
33
~
DecimalFormatStaticSets
();
decfmtst.cpp
7
* This file contains the class
DecimalFormatStaticSets
9
*
DecimalFormatStaticSets
holds the UnicodeSets that are needed for lenient
73
DecimalFormatStaticSets
*
DecimalFormatStaticSets
::gStaticSets = NULL;
75
DecimalFormatStaticSets
::
DecimalFormatStaticSets
(UErrorCode *status)
144
DecimalFormatStaticSets
::~
DecimalFormatStaticSets
() {
166
DecimalFormatStaticSets
::cleanup(void)
168
delete
DecimalFormatStaticSets
::gStaticSets
[
all
...]
decimfmt.cpp
376
DecimalFormatStaticSets
::initSets(&status);
[
all
...]
Completed in 43 milliseconds