Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DPatternStringTest.java32 String toStandard = "+-'ab'c'b''a'''#,##0.0%'a%'"; in testLocalized() local
35 assertEquals(toStandard, PatternStringUtils.convertLocalized(localized, symbols, false)); in testLocalized()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_patternstring.cpp35 UnicodeString toStandard = u"+-'ab'c'b''a'''#,##0.0%'a%'"; in testLocalized() local
43 toStandard, in testLocalized()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DPatternStringTest.java36 String toStandard = "+-'ab'c'b''a'''#,##0.0%'a%'"; in testLocalized() local
39 assertEquals(toStandard, PatternStringUtils.convertLocalized(localized, symbols, false)); in testLocalized()