Home
last modified time | relevance | path

Searched refs:saw2 (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2925 UnicodeString saw2; in expect_rbnf() local
2926 fmt.format(n2, saw2, pos, status); in expect_rbnf()
2928 if (saw2 != exp) { in expect_rbnf()
2930 " => \"" + saw2 + "\""); in expect_rbnf()
2963 UnicodeString saw2; in expect() local
2964 fmt.format(n2, saw2, pos, status); in expect()
2966 if (saw2 != exp) { in expect()
2968 " => \"" + saw2 + "\""); in expect()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java2692 StringBuffer saw2 = new StringBuffer(); in expect()
2693 fmt.format(n2, saw2, pos); in expect()
2694 if (!saw2.toString().equals(exp)) { in expect()
2696 ", FAIL \"" + exp + "\" => " + n2 + " => \"" + saw2 + '"'); in expect()
2723 StringBuffer saw2 = new StringBuffer(); in expect_rbnf()
2724 fmt.format(n2, saw2, pos); in expect_rbnf()
2725 if (!saw2.toString().equals(exp)) { in expect_rbnf()
2727 ", FAIL \"" + exp + "\" => " + n2 + " => \"" + saw2 + '"'); in expect_rbnf()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2689 StringBuffer saw2 = new StringBuffer(); in expect()
2690 fmt.format(n2, saw2, pos); in expect()
2691 if (!saw2.toString().equals(exp)) { in expect()
2693 ", FAIL \"" + exp + "\" => " + n2 + " => \"" + saw2 + '"'); in expect()
2720 StringBuffer saw2 = new StringBuffer(); in expect_rbnf()
2721 fmt.format(n2, saw2, pos); in expect_rbnf()
2722 if (!saw2.toString().equals(exp)) { in expect_rbnf()
2724 ", FAIL \"" + exp + "\" => " + n2 + " => \"" + saw2 + '"'); in expect_rbnf()

Completed in 31 milliseconds