Searched refs:sourceKeyArray (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/docs/userguide/collation/ |
D | examples.md | 49 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/ |
D | callcoll.c | 877 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()
|