Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationAPITest.java1027 int newVarTop2 = coll.setVariableTop(euro);
1029 newVarTop2, coll.getVariableTop());
1031 newVarTop2, newVarTop);
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java1024 int newVarTop2 = coll.setVariableTop(euro);
1026 newVarTop2, coll.getVariableTop());
1028 newVarTop2, newVarTop);
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp1569 uint32_t newVarTop2 = coll->setVariableTop(euro, status); in TestVariableTopSetting() local
1571 (int64_t)newVarTop2, (int64_t)coll->getVariableTop(status)); in TestVariableTopSetting()
1573 (int64_t)newVarTop2, (int64_t)newVarTop); in TestVariableTopSetting()