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

/external/icu4c/test/intltest/
H A Dallcoll.cpp182 targetKeyOut; local
184 coll->getCollationKey(target, targetKeyOut, status);
185 result = sourceKeyOut.compareTo(targetKeyOut);
/external/icu4c/test/cintltst/
H A Dcallcoll.c845 targetKeyOut = 0; local
875 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100);
876 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut);

Completed in 59 milliseconds