OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listFormatter
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
measfmt.h
82
class
ListFormatter
;
325
// Declared outside of MeasureFormatSharedData because
ListFormatter
328
ListFormatter
*
listFormatter
;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
ListFormatterTest.java
14
import android.icu.text.
ListFormatter
;
35
ListFormatter
formatter = new
ListFormatter
("{0} and {1}", "{0}; {1}", "{0}, {1}", "{0}, and {1}");
49
checkData(
ListFormatter
.getInstance(ULocale.ENGLISH), EnglishTestData);
50
checkData(
ListFormatter
.getInstance(ULocale.US), EnglishTestData);
52
checkData(
ListFormatter
.getInstance(Locale.ENGLISH), EnglishTestData);
54
checkData(
ListFormatter
.getInstance(), EnglishTestData);
68
checkData(
ListFormatter
.getInstance(ULocale.JAPANESE), JapaneseTestData);
80
ListFormatter
formatter = new
ListFormatter
("{1} after {0}", "{1} after the first {0}", "{1} after {0}"
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
ListFormatterTest.java
13
import com.ibm.icu.text.
ListFormatter
;
31
ListFormatter
formatter = new
ListFormatter
("{0} and {1}", "{0}; {1}", "{0}, {1}", "{0}, and {1}");
45
checkData(
ListFormatter
.getInstance(ULocale.ENGLISH), EnglishTestData);
46
checkData(
ListFormatter
.getInstance(ULocale.US), EnglishTestData);
48
checkData(
ListFormatter
.getInstance(Locale.ENGLISH), EnglishTestData);
50
checkData(
ListFormatter
.getInstance(), EnglishTestData);
64
checkData(
ListFormatter
.getInstance(ULocale.JAPANESE), JapaneseTestData);
76
ListFormatter
formatter = new
ListFormatter
("{1} after {0}", "{1} after the first {0}", "{1} after {0}"
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java
163
WIDE(
ListFormatter
.Style.DURATION, NumberFormat.PLURALCURRENCYSTYLE),
168
SHORT(
ListFormatter
.Style.DURATION_SHORT, NumberFormat.ISOCURRENCYSTYLE),
173
NARROW(
ListFormatter
.Style.DURATION_NARROW, NumberFormat.CURRENCYSTYLE),
180
NUMERIC(
ListFormatter
.Style.DURATION_NARROW, NumberFormat.CURRENCYSTYLE);
186
private final
ListFormatter
.Style listFormatterStyle;
189
private FormatWidth(
ListFormatter
.Style style, int currencyStyle) {
194
ListFormatter
.Style getListFormatterStyle() {
333
* Format a sequence of measures. Uses the
ListFormatter
unit lists.
534
ListFormatter
listFormatter
= ListFormatter.getInstance
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java
167
WIDE(
ListFormatter
.Style.DURATION, NumberFormat.PLURALCURRENCYSTYLE),
174
SHORT(
ListFormatter
.Style.DURATION_SHORT, NumberFormat.ISOCURRENCYSTYLE),
181
NARROW(
ListFormatter
.Style.DURATION_NARROW, NumberFormat.CURRENCYSTYLE),
190
NUMERIC(
ListFormatter
.Style.DURATION_NARROW, NumberFormat.CURRENCYSTYLE);
196
private final
ListFormatter
.Style listFormatterStyle;
199
private FormatWidth(
ListFormatter
.Style style, int currencyStyle) {
204
ListFormatter
.Style getListFormatterStyle() {
350
* Format a sequence of measures. Uses the
ListFormatter
unit lists.
553
ListFormatter
listFormatter
= ListFormatter.getInstance
[
all
...]
/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 262 milliseconds