Searched refs:sourceKeyOut (Results 1 – 3 of 3) sorted by relevance
181 CollationKey sourceKeyOut, in TestJB581() local183 coll->getCollationKey(source, sourceKeyOut, status); in TestJB581()185 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
256 CollationKey sourceKeyOut, targetKeyOut; in TestJB581() local257 sourceKeyOut = coll.getCollationKey(source); in TestJB581()259 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
873 int32_t sourceKeyOut = 0, in TestJB581() local903 sourceKeyOut = ucol_getSortKey(myCollator, source, -1, sourceKeyArray, 100); in TestJB581()904 (void)sourceKeyOut; /* Suppress set but not used warning. */ in TestJB581()