Searched refs:utf8StringLengthInBytes (Results 1 – 24 of 24) sorted by relevance
67 content.get(new byte[256 - Utf8.utf8StringLengthInBytes(baseLocation) - 1]); in _parseDetails()69 content.get(new byte[256 - Utf8.utf8StringLengthInBytes(purchaseLocation) - 1]); in _parseDetails()77 …byteBuffer.put(new byte[256 - Utf8.utf8StringLengthInBytes(baseLocation)]); // string plus term ze… in getContent()79 …byteBuffer.put(new byte[256 - Utf8.utf8StringLengthInBytes(purchaseLocation)]); // string plus ter… in getContent()
38 return Utf8.utf8StringLengthInBytes(apid) + 9; in getContentSize()
48 return Utf8.utf8StringLengthInBytes(name) + 1 + Utf8.utf8StringLengthInBytes(location) + 1; in getContentSize()
58 contentSize += 1 + Utf8.utf8StringLengthInBytes(keyword) + 1; in getContentSize()81 IsoTypeWriter.writeUInt8(byteBuffer, Utf8.utf8StringLengthInBytes(keyword) + 1); in getContent()
104 return 25 + Utf8.utf8StringLengthInBytes(name); in getContentSize()106 return 24 + Utf8.utf8StringLengthInBytes(name); in getContentSize()
30 return 4 + Utf8.utf8StringLengthInBytes(xml); in getContentSize()
68 return 7 + Utf8.utf8StringLengthInBytes(title); in getContentSize()
72 return 7 + Utf8.utf8StringLengthInBytes(author); in getContentSize()
57 return 6 + Utf8.utf8StringLengthInBytes(performer) + 1; in getContentSize()
62 return 7 + Utf8.utf8StringLengthInBytes(copyright); in getContentSize()
48 return 7 + Utf8.utf8StringLengthInBytes(description); in getContentSize()
58 return 7 + Utf8.utf8StringLengthInBytes(genre); in getContentSize()
75 return 6 + Utf8.utf8StringLengthInBytes(albumTitle) + 1 + (trackNumber == -1 ? 0 : 1); in getContentSize()
69 return 12 + (((getFlags() & 1) == 1) ? Utf8.utf8StringLengthInBytes(schemeUri) + 1 : 0); in getContentSize()
76 return 4 + 2 + 2 + Utf8.utf8StringLengthInBytes(classificationInfo) + 1; in getContentSize()
91 return 15 + Utf8.utf8StringLengthInBytes(ratingInfo); in getContentSize()
199 IsoTypeWriter.writeUInt8(byteBuffer, Utf8.utf8StringLengthInBytes(getCompressorname())); in getContent()201 int a = Utf8.utf8StringLengthInBytes(getCompressorname()); in getContent()
48 public static int utf8StringLengthInBytes(String utf8) { in utf8StringLengthInBytes() method in Utf8
23 return 4 + Utf8.utf8StringLengthInBytes(meaning); in getContentSize()
47 return Utf8.utf8StringLengthInBytes(lyricsUri) + 5; in getContentSize()
46 return Utf8.utf8StringLengthInBytes(coverUri) + 5; in getContentSize()
48 return 2 + Utf8.utf8StringLengthInBytes(contentDistributorId) + 5; in getContentSize()
58 return 6 + Utf8.utf8StringLengthInBytes(albumArtist) + 1; in getContentSize()
84 return Utf8.utf8StringLengthInBytes(fontname) + 3; in getSize()