Searched refs:newlength (Results 1 - 14 of 14) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringSearch.java644 int newlength = destination.length;
645 if (offset + 1 == newlength) {
646 newlength += increments;
647 int temp[] = new int[newlength];
669 int newlength = destinationlength;
670 if (offset + 1 == newlength) {
671 newlength += increments;
672 long temp[] = new long[newlength];
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java661 int newlength = destination.length;
662 if (offset + 1 == newlength) {
663 newlength += increments;
664 int temp[] = new int[newlength];
686 int newlength = destinationlength;
687 if (offset + 1 == newlength) {
688 newlength += increments;
689 long temp[] = new long[newlength];
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp219 uint32_t newlength = *destinationlength; local
220 if (offset + 1 == newlength) {
221 newlength += increments;
223 sizeof(int32_t) * newlength, status);
228 *destinationlength = newlength;
259 uint32_t newlength = *destinationlength; local
260 if (offset + 1 == newlength) {
261 newlength += increments;
263 sizeof(int64_t) * newlength, status);
270 *destinationlength = newlength;
[all...]
/external/python/cpython2/Modules/
H A Darraymodule.c1230 Py_ssize_t newlength; local
1233 if ((newlength = Py_SIZE(self) + n) <= 0 ||
1234 (newbytes = newlength * itemsize) / itemsize !=
1235 (size_t)newlength)
/external/libpng/
H A Dpngrutil.c612 png_alloc_size_t *newlength /* must be initialized to the maximum! */,
617 * The caller supplies *newlength set to the maximum length of the
639 if (limit < *newlength)
640 *newlength = limit;
651 /* output: */ NULL, newlength);
669 png_alloc_size_t new_size = *newlength;
681 text + prefix_size, newlength);
685 if (new_size == *newlength)
688 text[prefix_size + *newlength] = 0;
/external/pdfium/third_party/libpng16/
H A Dpngrutil.c603 png_alloc_size_t *newlength /* must be initialized to the maximum! */,
608 * The caller supplies *newlength set to the maximum length of the
630 if (limit < *newlength)
631 *newlength = limit;
642 /* output: */ NULL, newlength);
660 png_alloc_size_t new_size = *newlength;
670 text + prefix_size, newlength);
674 if (new_size == *newlength)
677 text[prefix_size + *newlength] = 0;
/external/syslinux/com32/lib/libpng/
H A Dpngrutil.c322 png_size_t prefix_size, png_size_t *newlength)
382 *newlength = prefix_size + expanded_size;
428 *newlength = prefix_size;
320 png_decompress_chunk(png_structp png_ptr, int comp_type, png_size_t chunklength, png_size_t prefix_size, png_size_t *newlength) argument
/external/python/cpython3/Objects/
H A Dunicodeobject.c9851 Py_ssize_t length, newlength = 0; local
9868 newlength = perform(kind, data, length, tmp, &maxchar);
9869 res = PyUnicode_New(newlength, maxchar);
9872 tmpend = tmp + newlength;
9883 memcpy(outdata, tmp, sizeof(Py_UCS4) * newlength);
/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 706 milliseconds