Home
last modified time | relevance | path

Searched refs:remove_newline (Results 1 – 4 of 4) sorted by relevance

/third_party/f2fs-tools/tools/
Df2fstat.c69 static inline void remove_newline(char **head) in remove_newline() function
135 remove_newline(&head); in f2fstat()
/third_party/boost/libs/metaparse/tools/
Dgenerate_all.py19 def remove_newline(s): function
53 cmd = metashell_prompt.sub('', remove_newline(ll))
/third_party/flutter/skia/experimental/editor/
Deditor.cpp42 static const StringSlice remove_newline(const char* str, size_t len) { in remove_newline() function
168 (line++)->fText = remove_newline(str, l); in insert()
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp42 static StringSlice remove_newline(const char* str, size_t len) { in remove_newline() function
168 (line++)->fText = remove_newline(str, l); in insert()