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

  /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/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/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...]
  /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/python/cpython2/Modules/
arraymodule.c 1230 Py_ssize_t newlength; local
1233 if ((newlength = Py_SIZE(self) + n) <= 0 ||
1234 (newbytes = newlength * itemsize) / itemsize !=
1235 (size_t)newlength)
    [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 262 milliseconds