Home
last modified time | relevance | path

Searched refs:lnrf (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberRangeFormatterTest.java692 LocalizedNumberRangeFormatter lnrf = NumberRangeFormatter.with() in testPlurals() local
720 String actual = lnrf.formatRange(first, second).toString(); in testPlurals()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberRangeFormatterTest.java708 LocalizedNumberRangeFormatter lnrf = NumberRangeFormatter.with() in testPlurals() local
736 String actual = lnrf.formatRange(first, second).toString(); in testPlurals()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_range.cpp691 LocalizedNumberRangeFormatter lnrf = NumberRangeFormatter::with() in testPlurals() local
723 …UnicodeString actual = lnrf.formatFormattableRange(cas.first, cas.second, status).toString(status); in testPlurals()