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()
270 CollationKey sourceKeyOut, targetKeyOut; in TestJB581() local272 targetKeyOut = coll.getCollationKey(target); in TestJB581()273 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
267 CollationKey sourceKeyOut, targetKeyOut; in TestJB581() local269 targetKeyOut = coll.getCollationKey(target); in TestJB581()270 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
879 targetKeyOut = 0; in TestJB581() local910 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100); in TestJB581()911 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut); in TestJB581()