Lines Matching refs:src2
1207 int32_t ucol_mergeSortkeys_android(const uint8_t * src1, int32_t src1Length, const uint8_t * src2, int32_t src2Length, uint8_t * dest, int32_t destCapacity) {
1208 return ucol_mergeSortkeys(src1, src1Length, src2, src2Length, dest, destCapacity);