Home | History | Annotate | Download | only in i18n

Lines Matching refs:getBytes

69         uprv_memcpy(getBytes(), newValues, count);
90 uprv_memcpy(getBytes(), other.getBytes(), length);
103 uprv_memcpy(newBytes, getBytes(), length);
143 uprv_memcmp(getBytes(), source.getBytes(), getLength()) == 0);
161 uprv_memcpy(getBytes(), other.getBytes(), length);
183 const uint8_t *src = getBytes();
184 const uint8_t *tgt = target.getBytes();
270 fHashCode = computeHashCode(getBytes(), getLength());