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

  /system/core/libutils/
String16.cpp 219 const size_t otherLen = other.size();
223 } else if (otherLen == 0) {
228 ->editResize((myLen+otherLen+1)*sizeof(char16_t));
231 memcpy(str+myLen, other, (otherLen+1)*sizeof(char16_t));
238 status_t String16::append(const char16_t* chrs, size_t otherLen)
242 setTo(chrs, otherLen);
244 } else if (otherLen == 0) {
249 ->editResize((myLen+otherLen+1)*sizeof(char16_t));
252 memcpy(str+myLen, chrs, otherLen*sizeof(char16_t));
253 str[myLen+otherLen] = 0
    [all...]
String8.cpp 298 const size_t otherLen = other.bytes();
302 } else if (otherLen == 0) {
306 return real_append(other.string(), otherLen);
314 status_t String8::append(const char* other, size_t otherLen)
317 return setTo(other, otherLen);
318 } else if (otherLen == 0) {
322 return real_append(other, otherLen);
361 status_t String8::real_append(const char* other, size_t otherLen)
366 ->editResize(myLen+otherLen+1);
371 memcpy(str, other, otherLen);
    [all...]
  /external/icu/icu4c/source/common/unicode/
uniset.h     [all...]
  /external/r8/src/test/java/com/android/tools/r8/jar/UnicodeSetRegression/
UnicodeSet.jar 
  /libcore/ojluni/src/main/java/sun/security/x509/
X500Name.java     [all...]
  /external/icu/icu4c/source/common/
uniset.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java 656 int otherLen = (otherDegree + 63) >>> 6;
663 add(m_ints, words, other.m_ints, 0, otherLen);
667 long carry = addShiftedUp(m_ints, words, other.m_ints, 0, otherLen, shift);
670 m_ints[otherLen + words] ^= carry;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /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/sdk/tools/lib/
signapk.jar 

Completed in 1152 milliseconds