Home
last modified time | relevance | path

Searched defs:newLength (Results 1 – 25 of 71) sorted by relevance

123

/external/icu/android_icu4j/src/main/java/android/icu/util/
DCharsTrieBuilder.java155 int newLength=charsLength+1; in write() local
169 int newLength=charsLength+length; in write() local
180 int newLength=charsLength+length; in write() local
DBytesTrieBuilder.java177 int newLength=bytesLength+1; in write() local
191 int newLength=bytesLength+length; in write() local
202 int newLength=bytesLength+length; in write() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrieBuilder.java159 int newLength=charsLength+1; in write() local
173 int newLength=charsLength+length; in write() local
184 int newLength=charsLength+length; in write() local
DBytesTrieBuilder.java181 int newLength=bytesLength+1; in write() local
195 int newLength=bytesLength+length; in write() local
206 int newLength=bytesLength+length; in write() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DArrays.java809 public static byte[] copyOf(byte[] data, int newLength) in copyOf()
825 public static char[] copyOf(char[] data, int newLength) in copyOf()
841 public static int[] copyOf(int[] data, int newLength) in copyOf()
857 public static long[] copyOf(long[] data, int newLength) in copyOf()
873 public static BigInteger[] copyOf(BigInteger[] data, int newLength) in copyOf()
902 int newLength = getLength(from, to); in copyOfRange() local
920 int newLength = getLength(from, to); in copyOfRange() local
938 int newLength = getLength(from, to); in copyOfRange() local
956 int newLength = getLength(from, to); in copyOfRange() local
974 int newLength = to - from; in getLength() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DArrays.java811 public static byte[] copyOf(byte[] data, int newLength) in copyOf()
827 public static char[] copyOf(char[] data, int newLength) in copyOf()
843 public static int[] copyOf(int[] data, int newLength) in copyOf()
859 public static long[] copyOf(long[] data, int newLength) in copyOf()
875 public static BigInteger[] copyOf(BigInteger[] data, int newLength) in copyOf()
904 int newLength = getLength(from, to); in copyOfRange() local
922 int newLength = getLength(from, to); in copyOfRange() local
940 int newLength = getLength(from, to); in copyOfRange() local
958 int newLength = getLength(from, to); in copyOfRange() local
976 int newLength = to - from; in getLength() local
/external/icu/icu4c/source/test/intltest/
Dtestutil.h22 int32_t oldLength, newLength; member
Dwinnmtst.cpp198 int newLength = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, NULL, 0); in getWindowsFormat() local
212 int newLength = GetNumberFormatW(lcid, 0, nBuffer, NULL, NULL, 0); in getWindowsFormat() local
/external/oj-libjdwp/src/share/npt/
Dutf.c147 int newLength; in utf8sToUtf8mLength() local
203 utf8sToUtf8m(struct UtfInst *ui, jbyte *string, int length, jbyte *newString, int newLength) in utf8sToUtf8m()
269 int newLength; in utf8mToUtf8sLength() local
334 utf8mToUtf8s(struct UtfInst *ui, jbyte *string, int length, jbyte *newString, int newLength) in utf8mToUtf8s()
/external/proguard/src/proguard/classfile/editor/
DConstantPoolSorter.java78 int newLength = 1; in visitProgramClass() local
/external/icu/icu4c/source/i18n/
Dwinnmfmt.cpp414 … int newLength = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, NULL, 0); in format() local
434 … int newLength = GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, NULL, 0); in format() local
Dwindtfmt.cpp323 …int newLength = GetDateFormatEx(localeName, dfFlags[fDateStyle - kDateOffset], st, NULL, NULL, 0, … in formatDate() local
356 int newLength = GetTimeFormatEx(localeName, tfFlags[fTimeStyle], st, NULL, NULL, 0); in formatTime() local
Dsortkey.cpp114 void CollationKey::setLength(int32_t newLength) { in setLength()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DSeekableInMemoryByteChannel.java168 private void resize(int newLength) { in resize()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DSourceNodeImpl.java63 final int newLength = newLast - newFirst + 1; in ensureCapacity() local
/external/icu/icu4c/source/common/
Dunistr_case.cpp104 int32_t newLength; in caseMap() local
Dcharstr.cpp55 CharString &CharString::truncate(int32_t newLength) { in truncate()
Ducharstriebuilder.cpp351 int32_t newLength=ucharsLength+1; in write() local
361 int32_t newLength=ucharsLength+length; in write() local
/external/proguard/src/proguard/evaluation/value/
DInstructionOffsetValue.java160 int newLength = thisValues.length; in generalize() local
/external/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp52 void truncate(int32_t newLength) { in truncate()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DRecyclableBufferedInputStream.java147 int newLength = localBuf.length * 2; in fillbuf() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DObjectArrays.java82 static <T> T[] arraysCopyOf(T[] original, int newLength) { in arraysCopyOf()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DUnicodeMap.java256 int newLength = length + count; in _insertGapAt() local
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodeMap.java253 int newLength = length + count; in _insertGapAt() local
/external/skqp/tests/
DPoint3Test.cpp96 SkScalar newLength = point.length(); in test_normalize() local

123