OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IntlTestDateFormat
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tsdate.h
21
class
IntlTestDateFormat
: public IntlTest {
77
virtual ~
IntlTestDateFormat
();
tsdate.cpp
19
const double
IntlTestDateFormat
::ONEYEAR = 365.25 * ONEDAY; // Approximate
21
IntlTestDateFormat
::~
IntlTestDateFormat
() {}
28
void
IntlTestDateFormat
::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
67
IntlTestDateFormat
::testLocale(/*char* par, */const Locale& locale, const UnicodeString& localeName)
111
void
IntlTestDateFormat
::testFormat(/* char* par */)
139
IntlTestDateFormat
::describeTest()
147
void
IntlTestDateFormat
::tryDate(UDate theDate)
219
double
IntlTestDateFormat
::randDouble()
250
void
IntlTestDateFormat
::testAvailableLocales(/* char* par */
[
all
...]
/external/icu4c/test/intltest/
tsdate.h
21
class
IntlTestDateFormat
: public IntlTest {
77
virtual ~
IntlTestDateFormat
();
tsdate.cpp
19
const double
IntlTestDateFormat
::ONEYEAR = 365.25 * ONEDAY; // Approximate
21
IntlTestDateFormat
::~
IntlTestDateFormat
() {}
28
void
IntlTestDateFormat
::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
67
IntlTestDateFormat
::testLocale(/*char* par, */const Locale& locale, const UnicodeString& localeName)
111
void
IntlTestDateFormat
::testFormat(/* char* par */)
139
IntlTestDateFormat
::describeTest()
147
void
IntlTestDateFormat
::tryDate(UDate theDate)
219
double
IntlTestDateFormat
::randDouble()
250
void
IntlTestDateFormat
::testAvailableLocales(/* char* par */
[
all
...]
Completed in 70 milliseconds