Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java1029 int newVarTop2 = coll.setVariableTop(euro);
1031 newVarTop2, coll.getVariableTop());
1033 newVarTop2, newVarTop);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java1026 int newVarTop2 = coll.setVariableTop(euro);
1028 newVarTop2, coll.getVariableTop());
1030 newVarTop2, newVarTop);
/external/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()