Home
last modified time | relevance | path

Searched refs:count_char (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/stringlib/
H A Dfastsearch.h722 STRINGLIB(count_char)(const STRINGLIB_CHAR *s, Py_ssize_t n, in count_char() function
758 return STRINGLIB(count_char)(s, n, p[0], maxcount); in FASTSEARCH()
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp140 static size_t count_char(const StringSlice& string, char value) { in count_char() function
161 size_t newlinecount = count_char(fLines[pos.fParagraphIndex].fText, '\n'); in insert()

Completed in 3 milliseconds