HomeSort by relevance Sort by last modified time
    Searched refs:targetKeyOut (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
allcoll.cpp 182 targetKeyOut;
184 coll->getCollationKey(target, targetKeyOut, status);
185 result = sourceKeyOut.compareTo(targetKeyOut);
  /external/icu4c/test/cintltst/
callcoll.c 845 targetKeyOut = 0;
875 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100);
876 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut);
    [all...]

Completed in 826 milliseconds