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

  /external/icu/icu4c/source/test/intltest/
allcoll.cpp 182 targetKeyOut;
184 coll->getCollationKey(target, targetKeyOut, status);
185 result = sourceKeyOut.compareTo(targetKeyOut);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationDummyTest.java 256 CollationKey sourceKeyOut, targetKeyOut;
258 targetKeyOut = coll.getCollationKey(target);
259 result = sourceKeyOut.compareTo(targetKeyOut);
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 874 targetKeyOut = 0;
905 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100);
906 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut);
    [all...]

Completed in 116 milliseconds