Home
last modified time | relevance | path

Searched defs:newlength (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java661 int newlength = destination.length; in addToIntArray() local
686 int newlength = destinationlength; in addToLongArray() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringSearch.java644 int newlength = destination.length; in addToIntArray() local
669 int newlength = destinationlength; in addToLongArray() local
/external/u-boot/common/
Dusb.c743 int newlength, oldlength = *length; in usb_try_string_workarounds() local
/external/icu/icu4c/source/i18n/
Dusearch.cpp219 uint32_t newlength = *destinationlength; in addTouint32_tArray() local
259 uint32_t newlength = *destinationlength; in addTouint64_tArray() local
/external/python/cpython2/Modules/
Darraymodule.c1230 Py_ssize_t newlength; in array_fromfile() local
/external/pdfium/third_party/libpng16/
Dpngrutil.c603 png_alloc_size_t *newlength /* must be initialized to the maximum! */, in png_decompress_chunk()
/external/libpng/
Dpngrutil.c612 png_alloc_size_t *newlength /* must be initialized to the maximum! */, in png_decompress_chunk()
/external/python/cpython3/Objects/
Dunicodeobject.c9850 Py_ssize_t length, newlength = 0; in case_operation() local