Searched refs:targetKeyOut (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dallcoll.cpp182 targetKeyOut; local
184 coll->getCollationKey(target, targetKeyOut, status);
185 result = sourceKeyOut.compareTo(targetKeyOut);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcallcoll.c873 targetKeyOut = 0; local
903 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100);
904 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut);

Completed in 85 milliseconds