Home | History | Annotate | Download | only in common

Lines Matching refs:length8

479     int32_t cloneSize, length8;
485 length8 = ucnv_fromUChars(clone, chars, (int32_t)sizeof(chars), s, length, err);
519 length8 = length * U_SIZEOF_UCHAR;
526 if (length8 > UCNV_MAX_SUBCHAR_LEN) {
541 if (length8 == 0) {
544 uprv_memcpy(cnv->subChars, subChars, length8);
546 cnv->subCharLen = (int8_t)length8;