/system/core/libutils/ |
String16.cpp | 215 const size_t otherLen = other.size(); 219 } else if (otherLen == 0) { 223 if (myLen >= SIZE_MAX / sizeof(char16_t) - otherLen) { 229 ->editResize((myLen+otherLen+1)*sizeof(char16_t)); 232 memcpy(str+myLen, other, (otherLen+1)*sizeof(char16_t)); 239 status_t String16::append(const char16_t* chrs, size_t otherLen) 243 setTo(chrs, otherLen); 245 } else if (otherLen == 0) { 249 if (myLen >= SIZE_MAX / sizeof(char16_t) - otherLen) { 255 ->editResize((myLen+otherLen+1)*sizeof(char16_t)) [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...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
X500Name.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...] |
/external/icu/icu4c/source/common/ |
uniset.cpp | [all...] |
/external/tcpdump/ |
print-domain.c | 569 ND_PRINT((ndo, " otherlen=%u", EXTRACT_16BITS(cp)));
|
/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/python/cpython2/Modules/_ctypes/ |
_ctypes.c | 4614 Py_ssize_t start, stop, step, slicelen, otherlen, i, cur; local [all...] |
/external/python/cpython3/Modules/_ctypes/ |
_ctypes.c | 4415 Py_ssize_t start, stop, step, slicelen, otherlen, i, cur; local [all...] |
/external/icu/icu4c/source/common/unicode/ |
uniset.h | [all...] |