Searched refs:newlength (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | StringSearch.java | 660 int newlength = destinationlength; in addToIntArray() local 661 if (offset + 1 == newlength) { in addToIntArray() 662 newlength += increments; in addToIntArray() 663 int temp[] = new int[newlength]; in addToIntArray() 685 int newlength = destinationlength; in addToLongArray() local 686 if (offset + 1 == newlength) { in addToLongArray() 687 newlength += increments; in addToLongArray() 688 long temp[] = new long[newlength]; in addToLongArray()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringSearch.java | 643 int newlength = destinationlength; in addToIntArray() local 644 if (offset + 1 == newlength) { in addToIntArray() 645 newlength += increments; in addToIntArray() 646 int temp[] = new int[newlength]; in addToIntArray() 668 int newlength = destinationlength; in addToLongArray() local 669 if (offset + 1 == newlength) { in addToLongArray() 670 newlength += increments; in addToLongArray() 671 long temp[] = new long[newlength]; in addToLongArray()
|
/external/libpng/ |
D | pngrutil.c | 603 png_alloc_size_t *newlength /* must be initialized to the maximum! */, in png_decompress_chunk() argument 630 if (limit < *newlength) in png_decompress_chunk() 631 *newlength = limit; in png_decompress_chunk() 642 /* output: */ NULL, newlength); in png_decompress_chunk() 660 png_alloc_size_t new_size = *newlength; in png_decompress_chunk() 670 text + prefix_size, newlength); in png_decompress_chunk() 674 if (new_size == *newlength) in png_decompress_chunk() 677 text[prefix_size + *newlength] = 0; in png_decompress_chunk()
|
/external/pdfium/third_party/lpng_v163/ |
D | pngrutil.c | 569 png_alloc_size_t *newlength /* must be initialized to the maximum! */, in png_decompress_chunk() argument 596 if (limit < *newlength) in png_decompress_chunk() 597 *newlength = limit; in png_decompress_chunk() 608 /* output: */ NULL, newlength); in png_decompress_chunk() 626 png_alloc_size_t new_size = *newlength; in png_decompress_chunk() 636 text + prefix_size, newlength); in png_decompress_chunk() 640 if (new_size == *newlength) in png_decompress_chunk() 643 text[prefix_size + *newlength] = 0; in png_decompress_chunk()
|
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 217 uint32_t newlength = *destinationlength; in addTouint32_tArray() local 218 if (offset + 1 == newlength) { in addTouint32_tArray() 219 newlength += increments; in addTouint32_tArray() 221 sizeof(int32_t) * newlength, status); in addTouint32_tArray() 226 *destinationlength = newlength; in addTouint32_tArray() 257 uint32_t newlength = *destinationlength; in addTouint64_tArray() local 258 if (offset + 1 == newlength) { in addTouint64_tArray() 259 newlength += increments; in addTouint64_tArray() 261 sizeof(int64_t) * newlength, status); in addTouint64_tArray() 268 *destinationlength = newlength; in addTouint64_tArray()
|
/external/opencv3/3rdparty/libpng/ |
D | pngrutil.c | 414 png_size_t prefix_size, png_size_t *newlength) in png_decompress_chunk() argument 472 *newlength = prefix_size + expanded_size; in png_decompress_chunk() 515 *newlength = prefix_size; in png_decompress_chunk()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/ |
D | mocha.js | 338 newlength:meh[4], property
|
/external/chromium-trace/catapult/tracing/third_party/mocha/ |
D | mocha.js | 352 newlength:meh[4], property
|
/external/chromium-trace/catapult/third_party/mocha/ |
D | mocha.js | 352 newlength:meh[4], property
|