Lines Matching full:status_t
63 status_t setTo(const char16_t* other);
64 status_t setTo(const char16_t* other, size_t len);
65 status_t setTo(const String16& other,
69 status_t append(const String16& other);
70 status_t append(const char16_t* other, size_t len);
77 status_t insert(size_t pos, const char16_t* chrs);
78 status_t insert(size_t pos,
87 status_t makeLower();
89 status_t replaceAll(char16_t replaceThis,
92 status_t remove(size_t len, size_t begin=0);