Home | History | Annotate | Download | only in i18n

Lines Matching refs:srcCE32s

921                 const uint32_t *srcCE32s = reinterpret_cast<uint32_t *>(src.ce32s.getBuffer());
922 srcCE32s += Collation::indexFromCE32(ce32);
928 ce32 = srcCE32s[i];
938 modifiedCEs[j] = Collation::ceFromCE32(srcCE32s[j]);
949 reinterpret_cast<const int32_t *>(srcCE32s), length, errorCode);