Searched refs:srcCE32s (Results 1 – 3 of 3) sorted by relevance
695 int[] srcCE32s = src.ce32s.getBuffer(); in copyCE32() local702 ce32 = srcCE32s[srcIndex + i]; in copyCE32()712 modifiedCEs[j] = Collation.ceFromCE32(srcCE32s[srcIndex + j]); in copyCE32()722 ce32 = dest.encodeExpansion32(srcCE32s, srcIndex, length); in copyCE32()
694 int[] srcCE32s = src.ce32s.getBuffer(); in copyCE32() local701 ce32 = srcCE32s[srcIndex + i]; in copyCE32()711 modifiedCEs[j] = Collation.ceFromCE32(srcCE32s[srcIndex + j]); in copyCE32()721 ce32 = dest.encodeExpansion32(srcCE32s, srcIndex, length); in copyCE32()
923 const uint32_t *srcCE32s = reinterpret_cast<uint32_t *>(src.ce32s.getBuffer()); in copyCE32() local924 srcCE32s += Collation::indexFromCE32(ce32); in copyCE32()930 ce32 = srcCE32s[i]; in copyCE32()940 modifiedCEs[j] = Collation::ceFromCE32(srcCE32s[j]); in copyCE32()951 reinterpret_cast<const int32_t *>(srcCE32s), length, errorCode); in copyCE32()