Searched refs:segmentLength (Results 1 - 19 of 19) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DImageHeaderParser.java149 int segmentLength;
172 segmentLength = streamReader.getUInt16() - 2;
175 if (segmentLength != streamReader.skip(segmentLength)) {
182 byte[] segmentData = new byte[segmentLength];
184 if (segmentLength != streamReader.read(segmentData)) {
186 Log.d(TAG, "Unable to read segment data for type=" + segmentType + " length=" + segmentLength);
/external/okhttp/okio/okio/src/main/java/okio/
H A DGzipSink.java132 int segmentLength = (int) Math.min(byteCount, head.limit - head.pos);
133 crc.update(head.data, head.pos, segmentLength);
134 byteCount -= segmentLength;
/external/icu/icu4c/source/common/
H A Dsimplepatternformatter.cpp253 int32_t segmentLength = compiledPattern[i++] - ARG_NUM_LIMIT; local
254 if (segmentLength > 0) {
255 sb.append(compiledPattern + i, segmentLength);
256 i += segmentLength;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DSimplePatternFormatter.java381 int segmentLength = compiledPattern.charAt(i++) - ARG_NUM_LIMIT;
382 if (segmentLength > 0) {
383 int limit = i + segmentLength;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSimplePatternFormatter.java379 int segmentLength = compiledPattern.charAt(i++) - ARG_NUM_LIMIT;
380 if (segmentLength > 0) {
381 int limit = i + segmentLength;
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationIterator.java1007 int segmentLength = digits.length() - pos;
1008 if(segmentLength > 254) { segmentLength = 254; }
1009 appendNumericSegmentCEs(digits.subSequence(pos, pos + segmentLength));
1010 pos += segmentLength;
/external/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp735 int32_t segmentLength = digits.length() - pos; local
736 if(segmentLength > 254) { segmentLength = 254; }
737 appendNumericSegmentCEs(digits.data() + pos, segmentLength, errorCode);
738 pos += segmentLength;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java1005 int segmentLength = digits.length() - pos;
1006 if(segmentLength > 254) { segmentLength = 254; }
1007 appendNumericSegmentCEs(digits.subSequence(pos, pos + segmentLength));
1008 pos += segmentLength;
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 304 milliseconds