Home | History | Annotate | Download | only in i18n

Lines Matching refs:srcCE32s

923                 const uint32_t *srcCE32s = reinterpret_cast<uint32_t *>(src.ce32s.getBuffer());
924 srcCE32s += Collation::indexFromCE32(ce32);
930 ce32 = srcCE32s[i];
940 modifiedCEs[j] = Collation::ceFromCE32(srcCE32s[j]);
951 reinterpret_cast<const int32_t *>(srcCE32s), length, errorCode);