Lines Matching refs:fLength
435 capacity = src->fLength; in printNoteElements()
438 count = getCount(src->fChars,src->fLength, UPC_NOTE, status); in printNoteElements()
444 noteLen = getAt(src->fChars,src->fLength, ¬e, capacity, i, UPC_NOTE, status); in printNoteElements()
490 int32_t capacity = src->fLength + 1; in printComments()
503 src->fLength = removeCmtText(src->fChars, src->fLength, status); in printComments()
504 descLen = getDescription(src->fChars,src->fLength, &desc, capacity, status); in printComments()
505 transLen = getTranslate(src->fChars,src->fLength, &trans, capacity, status); in printComments()
578 if (res->fComment.fLength > 0) { in printContainer()
632 buf = convertAndEscape(&buf, 0, &bufLen, res->u.fString.fChars, res->u.fString.fLength, status); in string_write_xml()
664 buf = convertAndEscape(&buf, 0, &bufLen, res->u.fString.fChars, res->u.fString.fLength, status); in alias_write_xml()
878 while(i <res->u.fBinaryValue.fLength){ in bin_write_xml()
890 while(i <res->u.fBinaryValue.fLength){ in bin_write_xml()