Home | History | Annotate | Download | only in genrb

Lines Matching refs:keyBytes

1378 bundle_addKeyBytes(struct SRBRoot *bundle, const char *keyBytes, int32_t length, UErrorCode *status) {
1384 if (length < 0 || (keyBytes == NULL && length != 0)) {
1404 uprv_memcpy(bundle->fKeys + keypos, keyBytes, length);