Searched refs:descriptionLength (Results 1 - 2 of 2) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DSampleGroupDescriptionBox.java48 private int descriptionLength; field in class:SampleGroupDescriptionBox
101 descriptionLength = l2i(IsoTypeReader.readUInt32(content));
102 length = descriptionLength;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedNumberFormat.java1748 int descriptionLength = description.length();
1752 while (start < descriptionLength) {
1754 while (start < descriptionLength
1761 if (start < descriptionLength && description.charAt(start) == ';') {
1775 else if (p < descriptionLength) {

Completed in 3472 milliseconds