Searched defs:append (Results 1 – 7 of 7) sorted by relevance
38 function append() { function
296 status_t String8::append(const String8& other) in append() function in android::String8309 status_t String8::append(const char* other) in append() function in android::String8314 status_t String8::append(const char* other, size_t otherLen) in append() function in android::String8
212 status_t String16::append(const String16& other) in append() function in android::String16239 status_t String16::append(const char16_t* chrs, size_t otherLen) in append() function in android::String16
53 status_t append(const char* txt, size_t len) { in append() function
200 void append(Iterator begin, Iterator end) { in append() function
765 inline std::string& AppendField(std::string* p_result, bool append, in AppendField()
858 def PrintToWindow(self, text_entry, text, append=False): argument