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

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

Completed in 124 milliseconds