Searched defs:txt (Results 1 – 3 of 3) sorted by relevance
41 static void textOutputPrinter(void* cookie, const char* txt) in textOutputPrinter()
43 static void defaultPrintFunc(void* /*cookie*/, const char* txt) in defaultPrintFunc()
146 status_t BufferedTextOutput::print(const char* txt, size_t len) in print()