OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DateIntervalFormat
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/unicode/
dtitvfmt.h
35
*
DateIntervalFormat
is a class for formatting and parsing date
47
*
DateIntervalFormat
formats a DateInterval into
170
*
DateIntervalFormat
needs the following information for correct
195
*
DateIntervalFormat
uses the same syntax as that of
202
* // the date interval object which the
DateIntervalFormat
formats on
206
*
DateIntervalFormat
* dtIntervalFmt =
DateIntervalFormat
::createInstance(
218
class U_I18N_API
DateIntervalFormat
: public Format {
222
* Construct a
DateIntervalFormat
from skeleton and the default locale.
234
static
DateIntervalFormat
* U_EXPORT2 createInstance
[
all
...]
/external/icu4c/i18n/
dtitvfmt.cpp
64
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
DateIntervalFormat
)
68
DateIntervalFormat
* U_EXPORT2
69
DateIntervalFormat
::createInstance(const UnicodeString& skeleton,
75
DateIntervalFormat
* U_EXPORT2
76
DateIntervalFormat
::createInstance(const UnicodeString& skeleton,
97
DateIntervalFormat
* U_EXPORT2
98
DateIntervalFormat
::createInstance(const UnicodeString& skeleton,
105
DateIntervalFormat
* U_EXPORT2
106
DateIntervalFormat
::createInstance(const UnicodeString& skeleton,
115
DateIntervalFormat
::DateIntervalFormat(
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 173 milliseconds