Searched refs:srcCEs (Results 1 – 3 of 3) sorted by relevance
725 long[] srcCEs = src.ce64s.getBuffer(); in copyCE32() local732 long srcCE = srcCEs[srcIndex + i]; in copyCE32()741 modifiedCEs[j] = srcCEs[srcIndex + j]; in copyCE32()751 ce32 = dest.encodeExpansion(srcCEs, srcIndex, length); in copyCE32()
724 long[] srcCEs = src.ce64s.getBuffer(); in copyCE32() local731 long srcCE = srcCEs[srcIndex + i]; in copyCE32()740 modifiedCEs[j] = srcCEs[srcIndex + j]; in copyCE32()750 ce32 = dest.encodeExpansion(srcCEs, srcIndex, length); in copyCE32()
954 const int64_t *srcCEs = src.ce64s.getBuffer(); in copyCE32() local955 srcCEs += Collation::indexFromCE32(ce32); in copyCE32()961 int64_t srcCE = srcCEs[i]; in copyCE32()970 modifiedCEs[j] = srcCEs[j]; in copyCE32()980 ce32 = dest.encodeExpansion(srcCEs, length, errorCode); in copyCE32()