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.java1021 int newVarTop = coll.setVariableTop("$");
1023 if(newVarTop != coll.getVariableTop()) {
1033 newVarTop2, newVarTop);
1044 if(newVarTop != newerVarTop) {
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java1018 int newVarTop = coll.setVariableTop("$");
1020 if(newVarTop != coll.getVariableTop()) {
1030 newVarTop2, newVarTop);
1041 if(newVarTop != newerVarTop) {
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp1558 uint32_t newVarTop = coll->setVariableTop(vt, 1, status); in TestVariableTopSetting() local
1563 if(newVarTop != coll->getVariableTop(status)) { in TestVariableTopSetting()
1573 (int64_t)newVarTop2, (int64_t)newVarTop); in TestVariableTopSetting()
1584 if(newVarTop != newerVarTop) { in TestVariableTopSetting()