Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dallcoll.cpp182 targetKeyOut; in TestJB581() local
184 coll->getCollationKey(target, targetKeyOut, status); in TestJB581()
185 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
/external/icu4c/test/cintltst/
Dcallcoll.c873 targetKeyOut = 0; in TestJB581() local
903 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100); in TestJB581()
904 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut); in TestJB581()