Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dallcoll.cpp182 targetKeyOut; in TestJB581() local
184 coll->getCollationKey(target, targetKeyOut, status); in TestJB581()
185 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationDummyTest.java256 CollationKey sourceKeyOut, targetKeyOut; in TestJB581() local
258 targetKeyOut = coll.getCollationKey(target); in TestJB581()
259 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c874 targetKeyOut = 0; in TestJB581() local
905 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100); in TestJB581()
906 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut); in TestJB581()