OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TimeUnitFormat
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
tmutfmt.h
49
*
TimeUnitFormat
* format = new
TimeUnitFormat
(Locale("en"), status);
66
* @see
TimeUnitFormat
69
class U_I18N_API
TimeUnitFormat
: public MeasureFormat {
86
* Create
TimeUnitFormat
with default locale, and full name style.
90
TimeUnitFormat
(UErrorCode& status);
93
* Create
TimeUnitFormat
given locale, and full name style.
96
TimeUnitFormat
(const Locale& locale, UErrorCode& status);
99
* Create
TimeUnitFormat
given locale and style.
102
TimeUnitFormat
(const Locale& locale, EStyle style, UErrorCode& status)
[
all
...]
/external/icu4c/i18n/unicode/
tmutfmt.h
60
*
TimeUnitFormat
* format = new
TimeUnitFormat
(Locale("en"), status);
77
* @see
TimeUnitFormat
80
class U_I18N_API
TimeUnitFormat
: public MeasureFormat {
84
* Create
TimeUnitFormat
with default locale, and full name style.
88
TimeUnitFormat
(UErrorCode& status);
91
* Create
TimeUnitFormat
given locale, and full name style.
94
TimeUnitFormat
(const Locale& locale, UErrorCode& status);
97
* Create
TimeUnitFormat
given locale and style.
100
TimeUnitFormat
(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status)
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
tmutfmt.cpp
51
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
TimeUnitFormat
)
77
TimeUnitFormat
::
TimeUnitFormat
(UErrorCode& status)
84
TimeUnitFormat
::
TimeUnitFormat
(const Locale& locale, UErrorCode& status)
91
TimeUnitFormat
::
TimeUnitFormat
(const Locale& locale, EStyle style, UErrorCode& status)
98
TimeUnitFormat
::
TimeUnitFormat
(const
TimeUnitFormat
& other
[
all
...]
/external/icu4c/i18n/
tmutfmt.cpp
54
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
TimeUnitFormat
)
80
TimeUnitFormat
::
TimeUnitFormat
(UErrorCode& status)
87
TimeUnitFormat
::
TimeUnitFormat
(const Locale& locale, UErrorCode& status)
94
TimeUnitFormat
::
TimeUnitFormat
(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status)
101
TimeUnitFormat
::
TimeUnitFormat
(const
TimeUnitFormat
& other
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 352 milliseconds