Home
last modified time | relevance | path

Searched refs:descriptionLength (Results 1 – 3 of 3) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
DSampleGroupDescriptionBox.java48 private int descriptionLength; field in SampleGroupDescriptionBox
101 descriptionLength = l2i(IsoTypeReader.readUInt32(content)); in _parseDetails()
102 length = descriptionLength; in _parseDetails()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedNumberFormat.java1856 int descriptionLength = description.length(); in stripWhitespace() local
1860 while (start < descriptionLength) { in stripWhitespace()
1862 while (start < descriptionLength in stripWhitespace()
1869 if (start < descriptionLength && description.charAt(start) == ';') { in stripWhitespace()
1883 else if (p < descriptionLength) { in stripWhitespace()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedNumberFormat.java1894 int descriptionLength = description.length(); in stripWhitespace() local
1898 while (start < descriptionLength) { in stripWhitespace()
1900 while (start < descriptionLength in stripWhitespace()
1907 if (start < descriptionLength && description.charAt(start) == ';') { in stripWhitespace()
1921 else if (p < descriptionLength) { in stripWhitespace()