Lines Matching full:targetkeyarray
871 uint8_t targetKeyArray [100]; 903 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100);905 if (memcmp(sourceKeyArray, targetKeyArray, bufferLen) != 0)