Home
last modified time | relevance | path

Searched defs:otherLen (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/
DString16.cpp202 const size_t otherLen = other.size(); in append() local
226 status_t String16::append(const char16_t* chrs, size_t otherLen) in append()
DString8.cpp274 const size_t otherLen = other.bytes(); in append() local
290 status_t String8::append(const char* other, size_t otherLen) in append()
343 status_t String8::real_append(const char* other, size_t otherLen) in real_append()