Home
last modified time | relevance | path

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

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