Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java1016 int newVarTop = coll.setVariableTop("$");
1018 if(newVarTop != coll.getVariableTop()) {
1028 newVarTop2, newVarTop);
1039 if(newVarTop != newerVarTop) {
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java1015 int newVarTop = coll.setVariableTop("$");
1017 if(newVarTop != coll.getVariableTop()) {
1027 newVarTop2, newVarTop);
1038 if(newVarTop != newerVarTop) {
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp1541 uint32_t newVarTop = coll->setVariableTop(vt, 1, status); in TestVariableTopSetting() local
1546 if(newVarTop != coll->getVariableTop(status)) { in TestVariableTopSetting()
1556 (int64_t)newVarTop2, (int64_t)newVarTop); in TestVariableTopSetting()
1567 if(newVarTop != newerVarTop) { in TestVariableTopSetting()