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

  /system/core/libutils/
String16.cpp 218 const size_t otherLen = other.size();
222 } else if (otherLen == 0) {
227 ->editResize((myLen+otherLen+1)*sizeof(char16_t));
230 memcpy(str+myLen, other, (otherLen+1)*sizeof(char16_t));
237 status_t String16::append(const char16_t* chrs, size_t otherLen)
241 setTo(chrs, otherLen);
243 } else if (otherLen == 0) {
248 ->editResize((myLen+otherLen+1)*sizeof(char16_t));
251 memcpy(str+myLen, chrs, otherLen*sizeof(char16_t));
252 str[myLen+otherLen] = 0
    [all...]
String8.cpp 286 const size_t otherLen = other.bytes();
290 } else if (otherLen == 0) {
294 return real_append(other.string(), otherLen);
302 status_t String8::append(const char* other, size_t otherLen)
305 return setTo(other, otherLen);
306 } else if (otherLen == 0) {
310 return real_append(other, otherLen);
349 status_t String8::real_append(const char* other, size_t otherLen)
354 ->editResize(myLen+otherLen+1);
359 memcpy(str, other, otherLen);
    [all...]
  /external/smack/src/org/xbill/DNS/
TSIGRecord.java 84 int otherLen = in.readU16();
85 if (otherLen > 0)
86 other = in.readByteArray(otherLen);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java 637 int otherLen = (otherDegree + 63) >>> 6;
644 add(m_ints, words, other.m_ints, 0, otherLen);
648 long carry = addShiftedUp(m_ints, words, other.m_ints, 0, otherLen, shift);
651 m_ints[otherLen + words] ^= carry;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 125 milliseconds