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.java267 CollationKey sourceKeyOut, targetKeyOut; in TestJB581() local
269 targetKeyOut = coll.getCollationKey(target); in TestJB581()
270 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationDummyTest.java270 CollationKey sourceKeyOut, targetKeyOut; in TestJB581() local
272 targetKeyOut = coll.getCollationKey(target); in TestJB581()
273 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c879 targetKeyOut = 0; in TestJB581() local
910 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100); in TestJB581()
911 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut); in TestJB581()