Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dallcoll.cpp185 targetKeyOut; in TestJB581() local
187 coll->getCollationKey(target, targetKeyOut, status); in TestJB581()
188 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationDummyTest.java264 CollationKey sourceKeyOut, targetKeyOut; in TestJB581() local
266 targetKeyOut = coll.getCollationKey(target); in TestJB581()
267 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationDummyTest.java265 CollationKey sourceKeyOut, targetKeyOut; in TestJB581() local
267 targetKeyOut = coll.getCollationKey(target); in TestJB581()
268 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c876 targetKeyOut = 0; in TestJB581() local
907 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100); in TestJB581()
908 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut); in TestJB581()