Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DUCAConformanceTest.java204 String line = null, oldLine = null, buffer = null, oldB = null; in conformanceTest() local
227 int cmpres = coll.compare(oldB, buffer); in conformanceTest()
228 int cmpres2 = coll.compare(buffer, oldB); in conformanceTest()
250 res = comparer.compare(oldB, buffer); in conformanceTest()
271 oldB = buffer; in conformanceTest()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DUCAConformanceTest.java201 String line = null, oldLine = null, buffer = null, oldB = null; in conformanceTest() local
224 int cmpres = coll.compare(oldB, buffer); in conformanceTest()
225 int cmpres2 = coll.compare(buffer, oldB); in conformanceTest()
247 res = comparer.compare(oldB, buffer); in conformanceTest()
268 oldB = buffer; in conformanceTest()
/third_party/icu/icu4c/source/test/intltest/
Ducaconf.cpp192 UChar *buffer = b1, *oldB = NULL; in testConformance() local
230 int32_t cmpres = coll->compare(oldB, oldBlen, buffer, buflen, status); in testConformance()
231 int32_t cmpres2 = coll->compare(buffer, buflen, oldB, oldBlen, status); in testConformance()
252 res = u_strcmpCodePointOrder(oldB, buffer); in testConformance()
277 oldB = buffer; in testConformance()