Searched refs:targetKeyOut (Results 1 – 3 of 3) sorted by relevance
182 targetKeyOut; in TestJB581() local184 coll->getCollationKey(target, targetKeyOut, status); in TestJB581()185 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
256 CollationKey sourceKeyOut, targetKeyOut; in TestJB581() local258 targetKeyOut = coll.getCollationKey(target); in TestJB581()259 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
874 targetKeyOut = 0; in TestJB581() local905 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100); in TestJB581()906 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut); in TestJB581()