Searched refs:targetKeyOut (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | allcoll.cpp | 185 targetKeyOut; in TestJB581() local 187 coll->getCollationKey(target, targetKeyOut, status); in TestJB581() 188 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationDummyTest.java | 270 CollationKey sourceKeyOut, targetKeyOut; in TestJB581() local 272 targetKeyOut = coll.getCollationKey(target); in TestJB581() 273 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationDummyTest.java | 267 CollationKey sourceKeyOut, targetKeyOut; in TestJB581() local 269 targetKeyOut = coll.getCollationKey(target); in TestJB581() 270 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 879 targetKeyOut = 0; in TestJB581() local 910 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100); in TestJB581() 911 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut); in TestJB581()
|
/third_party/icu/docs/userguide/collation/ |
D | examples.md | 52 targetKeyOut = 0; 89 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, MAXBUFFERSIZE);
|