Home
last modified time | relevance | path

Searched refs:newlength (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringSearch.java644 int newlength = destination.length; in addToIntArray() local
645 if (offset + 1 == newlength) { in addToIntArray()
646 newlength += increments; in addToIntArray()
647 int temp[] = new int[newlength]; in addToIntArray()
669 int newlength = destinationlength; in addToLongArray() local
670 if (offset + 1 == newlength) { in addToLongArray()
671 newlength += increments; in addToLongArray()
672 long temp[] = new long[newlength]; in addToLongArray()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java661 int newlength = destination.length; in addToIntArray() local
662 if (offset + 1 == newlength) { in addToIntArray()
663 newlength += increments; in addToIntArray()
664 int temp[] = new int[newlength]; in addToIntArray()
686 int newlength = destinationlength; in addToLongArray() local
687 if (offset + 1 == newlength) { in addToLongArray()
688 newlength += increments; in addToLongArray()
689 long temp[] = new long[newlength]; in addToLongArray()
/third_party/node/deps/icu-small/source/i18n/
Dusearch.cpp196 uint32_t newlength = *destinationlength; in addTouint32_tArray() local
197 if (offset + 1 == newlength) { in addTouint32_tArray()
198 newlength += increments; in addTouint32_tArray()
200 sizeof(int32_t) * newlength, status); in addTouint32_tArray()
205 *destinationlength = newlength; in addTouint32_tArray()
236 uint32_t newlength = *destinationlength; in addTouint64_tArray() local
237 if (offset + 1 == newlength) { in addTouint64_tArray()
238 newlength += increments; in addTouint64_tArray()
240 sizeof(int64_t) * newlength, status); in addTouint64_tArray()
247 *destinationlength = newlength; in addTouint64_tArray()
/third_party/pcre2/pcre2/src/
Dpcre2_substitute.c927 PCRE2_SIZE newlength = scb.output_offsets[1] - scb.output_offsets[0]; in pcre2_substitute() local
930 buff_offset -= newlength; in pcre2_substitute()
931 lengthleft += newlength; in pcre2_substitute()
/third_party/flutter/skia/third_party/externals/libpng/
Dpngrutil.c612 png_alloc_size_t *newlength /* must be initialized to the maximum! */, in png_decompress_chunk() argument
639 if (limit < *newlength) in png_decompress_chunk()
640 *newlength = limit; in png_decompress_chunk()
651 /* output: */ NULL, newlength); in png_decompress_chunk()
669 png_alloc_size_t new_size = *newlength; in png_decompress_chunk()
681 text + prefix_size, newlength); in png_decompress_chunk()
685 if (new_size == *newlength) in png_decompress_chunk()
688 text[prefix_size + *newlength] = 0; in png_decompress_chunk()
/third_party/skia/third_party/externals/libpng/
Dpngrutil.c612 png_alloc_size_t *newlength /* must be initialized to the maximum! */, in png_decompress_chunk() argument
639 if (limit < *newlength) in png_decompress_chunk()
640 *newlength = limit; in png_decompress_chunk()
651 /* output: */ NULL, newlength); in png_decompress_chunk()
669 png_alloc_size_t new_size = *newlength; in png_decompress_chunk()
681 text + prefix_size, newlength); in png_decompress_chunk()
685 if (new_size == *newlength) in png_decompress_chunk()
688 text[prefix_size + *newlength] = 0; in png_decompress_chunk()
/third_party/skia/third_party/externals/icu/source/i18n/
Dusearch.cpp219 uint32_t newlength = *destinationlength; in addTouint32_tArray() local
220 if (offset + 1 == newlength) { in addTouint32_tArray()
221 newlength += increments; in addTouint32_tArray()
223 sizeof(int32_t) * newlength, status); in addTouint32_tArray()
228 *destinationlength = newlength; in addTouint32_tArray()
259 uint32_t newlength = *destinationlength; in addTouint64_tArray() local
260 if (offset + 1 == newlength) { in addTouint64_tArray()
261 newlength += increments; in addTouint64_tArray()
263 sizeof(int64_t) * newlength, status); in addTouint64_tArray()
270 *destinationlength = newlength; in addTouint64_tArray()
/third_party/icu/icu4c/source/i18n/
Dusearch.cpp219 uint32_t newlength = *destinationlength; in addTouint32_tArray() local
220 if (offset + 1 == newlength) { in addTouint32_tArray()
221 newlength += increments; in addTouint32_tArray()
223 sizeof(int32_t) * newlength, status); in addTouint32_tArray()
228 *destinationlength = newlength; in addTouint32_tArray()
259 uint32_t newlength = *destinationlength; in addTouint64_tArray() local
260 if (offset + 1 == newlength) { in addTouint64_tArray()
261 newlength += increments; in addTouint64_tArray()
263 sizeof(int64_t) * newlength, status); in addTouint64_tArray()
270 *destinationlength = newlength; in addTouint64_tArray()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dusearch.cpp219 uint32_t newlength = *destinationlength; in addTouint32_tArray() local
220 if (offset + 1 == newlength) { in addTouint32_tArray()
221 newlength += increments; in addTouint32_tArray()
223 sizeof(int32_t) * newlength, status); in addTouint32_tArray()
228 *destinationlength = newlength; in addTouint32_tArray()
259 uint32_t newlength = *destinationlength; in addTouint64_tArray() local
260 if (offset + 1 == newlength) { in addTouint64_tArray()
261 newlength += increments; in addTouint64_tArray()
263 sizeof(int64_t) * newlength, status); in addTouint64_tArray()
270 *destinationlength = newlength; in addTouint64_tArray()
/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c733 u32 newlength; in resize_attribute() local
743 newlength = le32_to_cpu(attr->length) + resize; in resize_attribute()
744 attr->length = cpu_to_le32(newlength); in resize_attribute()
/third_party/python/Objects/
Dunicodeobject.c10322 Py_ssize_t length, newlength = 0; in case_operation() local
10340 newlength = perform(kind, data, length, tmp, &maxchar); in case_operation()
10341 res = PyUnicode_New(newlength, maxchar); in case_operation()
10344 tmpend = tmp + newlength; in case_operation()
10355 memcpy(outdata, tmp, sizeof(Py_UCS4) * newlength); in case_operation()