Searched refs:srcCEs (Results 1 – 3 of 3) sorted by relevance
722 long[] srcCEs = src.ce64s.getBuffer(); in copyCE32() local729 long srcCE = srcCEs[srcIndex + i]; in copyCE32()738 modifiedCEs[j] = srcCEs[srcIndex + j]; in copyCE32()748 ce32 = dest.encodeExpansion(srcCEs, srcIndex, length); in copyCE32()
723 long[] srcCEs = src.ce64s.getBuffer(); in copyCE32() local730 long srcCE = srcCEs[srcIndex + i]; in copyCE32()739 modifiedCEs[j] = srcCEs[srcIndex + j]; in copyCE32()749 ce32 = dest.encodeExpansion(srcCEs, srcIndex, length); in copyCE32()
952 const int64_t *srcCEs = src.ce64s.getBuffer(); in copyCE32() local953 srcCEs += Collation::indexFromCE32(ce32); in copyCE32()959 int64_t srcCE = srcCEs[i]; in copyCE32()968 modifiedCEs[j] = srcCEs[j]; in copyCE32()978 ce32 = dest.encodeExpansion(srcCEs, length, errorCode); in copyCE32()