Searched refs:targetKeyOut (Results 1 – 4 of 4) sorted by relevance
185 targetKeyOut; in TestJB581() local187 coll->getCollationKey(target, targetKeyOut, status); in TestJB581()188 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
264 CollationKey sourceKeyOut, targetKeyOut; in TestJB581() local266 targetKeyOut = coll.getCollationKey(target); in TestJB581()267 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
265 CollationKey sourceKeyOut, targetKeyOut; in TestJB581() local267 targetKeyOut = coll.getCollationKey(target); in TestJB581()268 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
876 targetKeyOut = 0; in TestJB581() local907 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100); in TestJB581()908 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut); in TestJB581()