HomeSort by relevance Sort by last modified time
    Searched refs:newlength (Results 1 - 14 of 14) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringSearch.java 645 int newlength = destinationlength; local
646 if (offset + 1 == newlength) {
647 newlength += increments;
648 int temp[] = new int[newlength];
670 int newlength = destinationlength; local
671 if (offset + 1 == newlength) {
672 newlength += increments;
673 long temp[] = new long[newlength];
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 662 int newlength = destinationlength; local
663 if (offset + 1 == newlength) {
664 newlength += increments;
665 int temp[] = new int[newlength];
687 int newlength = destinationlength; local
688 if (offset + 1 == newlength) {
689 newlength += increments;
690 long temp[] = new long[newlength];
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 219 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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c 1208 Py_ssize_t newlength; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c 1208 Py_ssize_t newlength; local
    [all...]
  /external/libpng/
pngrutil.c 604 png_alloc_size_t *newlength /* must be initialized to the maximum! */,
609 * The caller supplies *newlength set to the maximum length of the
631 if (limit < *newlength)
632 *newlength = limit;
643 /* output: */ NULL, newlength);
661 png_alloc_size_t new_size = *newlength;
671 text + prefix_size, newlength);
675 if (new_size == *newlength)
678 text[prefix_size + *newlength] = 0;
    [all...]
  /external/pdfium/third_party/libpng16/
pngrutil.c 603 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;
    [all...]
  /external/skia/third_party/libpng/
pngrutil.c 603 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;
    [all...]
  /external/syslinux/com32/lib/libpng/
pngrutil.c 322 png_size_t prefix_size, png_size_t *newlength)
382 *newlength = prefix_size + expanded_size;
428 *newlength = prefix_size;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 1453 milliseconds