Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dsrchtest.cpp2467 StubSearchIterator stub1, stub2; in TestCoverage() local
2470 if (stub1 != stub2){ in TestCoverage()
2474 stub2.setText(UnicodeString("ABC"), status); in TestCoverage()
2479 stub1 = stub2; in TestCoverage()
2480 if (stub1 != stub2){ in TestCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java1357 StubTimeZone stub2 = (StubTimeZone) stub.clone(); in TestCoverage() local
1361 if (!stub.hasSameRules(stub2)){ in TestCoverage()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneTest.java1385 StubTimeZone stub2 = (StubTimeZone) stub.clone(); in TestCoverage() local
1389 if (!stub.hasSameRules(stub2)){ in TestCoverage()