Searched refs:targetKeyOut (Results 1 – 2 of 2) sorted by relevance
182 targetKeyOut; in TestJB581() local184 coll->getCollationKey(target, targetKeyOut, status); in TestJB581()185 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
873 targetKeyOut = 0; in TestJB581() local903 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100); in TestJB581()904 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut); in TestJB581()