Searched defs:setTo (Results 1 – 3 of 3) sorted by relevance
168 void String16::setTo(const String16& other) in setTo() function in android::String16175 status_t String16::setTo(const String16& other, size_t len, size_t begin) in setTo() function in android::String16196 status_t String16::setTo(const char16_t* other) in setTo() function in android::String16201 status_t String16::setTo(const char16_t* other, size_t len) in setTo() function in android::String16
239 void String8::setTo(const String8& other) in setTo() function in android::String8246 status_t String8::setTo(const char* other) in setTo() function in android::String8257 status_t String8::setTo(const char* other, size_t len) in setTo() function in android::String8268 status_t String8::setTo(const char16_t* other, size_t len) in setTo() function in android::String8279 status_t String8::setTo(const char32_t* other, size_t len) in setTo() function in android::String8
64 void BasicHashtableImpl::setTo(const BasicHashtableImpl& other) { in setTo() function in android::BasicHashtableImpl