Home
last modified time | relevance | path

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

/third_party/icu/docs/userguide/collation/
Dexamples.md49 uint8_t sourceKeyArray [MAXBUFFERSIZE];
88 sourceKeyOut = ucol_getSortKey(myCollator, source, -1, sourceKeyArray, MAXBUFFERSIZE);
91 result = strcmp(sourceKeyArray, targetKeyArray);
/third_party/icu/icu4c/source/test/cintltst/
Dcallcoll.c877 uint8_t sourceKeyArray [100]; in TestJB581() local
909 sourceKeyOut = ucol_getSortKey(myCollator, source, -1, sourceKeyArray, 100); in TestJB581()
913 if (memcmp(sourceKeyArray, targetKeyArray, bufferLen) != 0) in TestJB581()