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.java1852 int descriptionLength = description.length(); in stripWhitespace() local
1856 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedNumberFormat.java1891 int descriptionLength = description.length(); in stripWhitespace() local
1895 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()