Home | History | Annotate | Download | only in libutils

Lines Matching defs:setTo

115     setTo(o, len, begin);
168 void String16::setTo(const String16& other)
175 status_t String16::setTo(const String16& other, size_t len, size_t begin)
185 setTo(other);
193 return setTo(other.string()+begin, len);
196 status_t String16::setTo(const char16_t* other)
198 return setTo(other, strlen16(other));
201 status_t String16::setTo(const char16_t* other, size_t len)
220 setTo(other);
241 setTo(chrs, otherLen);
268 return setTo(chrs, len);