OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleDateFormatStaticSets
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
smpdtfst.h
7
* This file contains declarations for the class
SimpleDateFormatStaticSets
9
*
SimpleDateFormatStaticSets
holds the UnicodeSets that are needed for lenient
28
class
SimpleDateFormatStaticSets
: public UMemory
31
SimpleDateFormatStaticSets
(UErrorCode &status);
32
~
SimpleDateFormatStaticSets
();
smpdtfst.cpp
7
* This file contains the class
SimpleDateFormatStaticSets
9
*
SimpleDateFormatStaticSets
holds the UnicodeSets that are needed for lenient
30
SimpleDateFormatStaticSets
*gStaticSets = NULL;
33
SimpleDateFormatStaticSets
::
SimpleDateFormatStaticSets
(UErrorCode &status)
63
SimpleDateFormatStaticSets
::~
SimpleDateFormatStaticSets
() {
77
SimpleDateFormatStaticSets
::cleanup(void)
89
return
SimpleDateFormatStaticSets
::cleanup();
95
gStaticSets = new
SimpleDateFormatStaticSets
(status)
[
all
...]
smpdtfmt.cpp
[
all
...]
Completed in 366 milliseconds