Home | History | Annotate | Download | only in genrb

Lines Matching refs:fLength

423     capacity = src->fLength;
426 count = getCount(src->fChars,src->fLength, UPC_NOTE, status);
432 noteLen = getAt(src->fChars,src->fLength, &note, capacity, i, UPC_NOTE, status);
478 int32_t capacity = src->fLength + 1;
491 src->fLength = removeCmtText(src->fChars, src->fLength, status);
492 descLen = getDescription(src->fChars,src->fLength, &desc, capacity, status);
493 transLen = getTranslate(src->fChars,src->fLength, &trans, capacity, status);
565 if (res->fComment.fLength > 0) {
619 buf = convertAndEscape(&buf, 0, &bufLen, res->u.fString.fChars, res->u.fString.fLength, status);
651 buf = convertAndEscape(&buf, 0, &bufLen, res->u.fString.fChars, res->u.fString.fLength, status);
867 while(i <res->u.fBinaryValue.fLength){
879 while(i <res->u.fBinaryValue.fLength){