Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c876 uint8_t sourceKeyArray [100]; in TestJB581() local
908 sourceKeyOut = ucol_getSortKey(myCollator, source, -1, sourceKeyArray, 100); in TestJB581()
912 if (memcmp(sourceKeyArray, targetKeyArray, bufferLen) != 0) in TestJB581()