OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setFormatterIfAbsent
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
measfmt.cpp
225
void
setFormatterIfAbsent
(int32_t index, const ResourceValue &value,
246
setFormatterIfAbsent
(MeasureFormatCacheData::PER_UNIT_INDEX, value, 0, errorCode);
251
setFormatterIfAbsent
(StandardPlural::indexFromString(key, errorCode), value, 0,
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java
725
void
setFormatterIfAbsent
(int index, UResource.Value value, int minPlaceholders) {
755
setFormatterIfAbsent
(MeasureFormatData.PER_UNIT_INDEX, value, 0);
760
setFormatterIfAbsent
(StandardPlural.indexFromString(key), value, 0);
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java
752
void
setFormatterIfAbsent
(int index, UResource.Value value, int minPlaceholders) {
782
setFormatterIfAbsent
(MeasureFormatData.PER_UNIT_INDEX, value, 0);
787
setFormatterIfAbsent
(StandardPlural.indexFromString(key), value, 0);
[
all
...]
Completed in 36 milliseconds