Searched refs:descriptionLength (Results 1 – 4 of 4) sorted by relevance
48 private int descriptionLength; field in SampleGroupDescriptionBox101 descriptionLength = l2i(IsoTypeReader.readUInt32(content)); in _parseDetails()102 length = descriptionLength; in _parseDetails()
1852 int descriptionLength = description.length(); in stripWhitespace() local1856 while (start < descriptionLength) { in stripWhitespace()1858 while (start < descriptionLength in stripWhitespace()1865 if (start < descriptionLength && description.charAt(start) == ';') { in stripWhitespace()1879 else if (p < descriptionLength) { in stripWhitespace()
279 int descriptionLength = scratch.readInt(); in readPictureMetadataBlock() local280 String description = scratch.readString(descriptionLength); in readPictureMetadataBlock()
1891 int descriptionLength = description.length(); in stripWhitespace() local1895 while (start < descriptionLength) { in stripWhitespace()1897 while (start < descriptionLength in stripWhitespace()1904 if (start < descriptionLength && description.charAt(start) == ';') { in stripWhitespace()1918 else if (p < descriptionLength) { in stripWhitespace()