OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TimeUnitFormat
(Results
1 - 13
of
13
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
tmutfmt.h
63
*
TimeUnitFormat
* format = new
TimeUnitFormat
(Locale("en"), status);
80
* @see
TimeUnitFormat
83
class U_I18N_API
TimeUnitFormat
: public MeasureFormat {
87
* Create
TimeUnitFormat
with default locale, and full name style.
91
TimeUnitFormat
(UErrorCode& status);
94
* Create
TimeUnitFormat
given locale, and full name style.
97
TimeUnitFormat
(const Locale& locale, UErrorCode& status);
100
* Create
TimeUnitFormat
given locale and style.
103
TimeUnitFormat
(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status)
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestAll.java
32
"TestAll$
TimeUnitFormat
",
108
public static class
TimeUnitFormat
extends TestGroup {
109
public
TimeUnitFormat
() {
TimeUnitTest.java
18
import android.icu.text.
TimeUnitFormat
;
38
TimeUnitFormat
tuf = new
TimeUnitFormat
(ULocale.ENGLISH,
TimeUnitFormat
.FULL_NAME);
50
TimeUnitFormat
tuf = new
TimeUnitFormat
(ULocale.ENGLISH,
TimeUnitFormat
.FULL_NAME);
65
TimeUnitFormat
[] formats = new
TimeUnitFormat
[] {
66
new
TimeUnitFormat
(new ULocale(locales[locIndex]), TimeUnitFormat.FULL_NAME)
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestAll.java
28
"TestAll$
TimeUnitFormat
",
99
public static class
TimeUnitFormat
extends TestGroup {
100
public
TimeUnitFormat
() {
TimeUnitTest.java
17
import com.ibm.icu.text.
TimeUnitFormat
;
34
TimeUnitFormat
tuf = new
TimeUnitFormat
(ULocale.ENGLISH,
TimeUnitFormat
.FULL_NAME);
46
TimeUnitFormat
tuf = new
TimeUnitFormat
(ULocale.ENGLISH,
TimeUnitFormat
.FULL_NAME);
61
TimeUnitFormat
[] formats = new
TimeUnitFormat
[] {
62
new
TimeUnitFormat
(new ULocale(locales[locIndex]), TimeUnitFormat.FULL_NAME)
[
all
...]
/external/icu/icu4c/source/i18n/
tmutfmt.cpp
55
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
TimeUnitFormat
)
80
TimeUnitFormat
::
TimeUnitFormat
(UErrorCode& status) {
86
TimeUnitFormat
::
TimeUnitFormat
(const Locale& locale, UErrorCode& status) {
92
TimeUnitFormat
::
TimeUnitFormat
(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status) {
107
TimeUnitFormat
::
TimeUnitFormat
(const
TimeUnitFormat
& other
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
TimeUnitFormat.java
44
*
TimeUnitFormat
format = new
TimeUnitFormat
();
66
public class
TimeUnitFormat
extends MeasureFormat {
118
public
TimeUnitFormat
() {
125
* Create
TimeUnitFormat
given a ULocale, and using full name style.
130
public
TimeUnitFormat
(ULocale locale) {
135
* Create
TimeUnitFormat
given a Locale, and using full name style.
140
public
TimeUnitFormat
(Locale locale) {
145
* Create
TimeUnitFormat
given a ULocale and a formatting style.
153
public
TimeUnitFormat
(ULocale locale, int style)
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeUnitFormat.java
43
*
TimeUnitFormat
format = new
TimeUnitFormat
();
64
public class
TimeUnitFormat
extends MeasureFormat {
116
public
TimeUnitFormat
() {
123
* Create
TimeUnitFormat
given a ULocale, and using full name style.
128
public
TimeUnitFormat
(ULocale locale) {
133
* Create
TimeUnitFormat
given a Locale, and using full name style.
138
public
TimeUnitFormat
(Locale locale) {
143
* Create
TimeUnitFormat
given a ULocale and a formatting style.
151
public
TimeUnitFormat
(ULocale locale, int style)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 1583 milliseconds