Home
last modified time | relevance | path

Searched refs:copyLength (Results 1 – 15 of 15) sorted by relevance

/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
DBsPatch.java280 final InputStream in, final OutputStream out, final byte[] buffer, int copyLength) in pipe() argument
282 while (copyLength > 0) { in pipe()
283 int maxCopy = Math.min(buffer.length, copyLength); in pipe()
286 copyLength -= maxCopy; in pipe()
/external/icu/icu4c/source/i18n/
Duregex.cpp697 int32_t copyLength = fullLength; in uregex_group() local
698 if (copyLength < destCapacity) { in uregex_group()
699 dest[copyLength] = 0; in uregex_group()
700 } else if (copyLength == destCapacity) { in uregex_group()
703 copyLength = destCapacity; in uregex_group()
710 if (copyLength > 0) { in uregex_group()
711 u_memcpy(dest, &regexp->fText[startIx], copyLength); in uregex_group()
/external/icu/icu4c/source/common/
Dlocdispnames.cpp334 int32_t copyLength=uprv_min(length, destCapacity); in _getStringOrCopyKey() local
335 if(copyLength>0 && s != NULL) { in _getStringOrCopyKey()
336 u_memcpy(dest, s, copyLength); in _getStringOrCopyKey()
Dustrcase.cpp1068 int32_t copyLength= destLength<=destCapacity ? destLength : destCapacity; in ustrcase_map() local
1069 if(copyLength>0) { in ustrcase_map()
1070 u_memmove(dest, temp, copyLength); in ustrcase_map()
Duresbund.cpp2799 int32_t copyLength = uprv_min(length, resultCapacity); in ures_getFunctionalEquivalent() local
2800 if(copyLength>0) { in ures_getFunctionalEquivalent()
2801 uprv_strncpy(result, found, copyLength); in ures_getFunctionalEquivalent()
/external/guice/extensions/struts2/lib/
Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...