MCPcopy Create free account
hub / github.com/cztomczak/cefpython / find

Method find

src/include/base/cef_string16.h:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 static size_t length(const char_type* s) { return c16len(s); }
125
126 static const char_type* find(const char_type* s,
127 size_t n,
128 const char_type& a) {
129 return c16memchr(s, a, n);
130 }
131
132 static char_type* move(char_type* s1, const char_type* s2, int_type n) {
133 return c16memmove(s1, s2, n);

Callers 13

copy_and_fix_pyx_filesFunction · 0.80
remove_deps_entryFunction · 0.80
automate-git.pyFile · 0.80
kivy-selectBox.jsFile · 0.80
SizzleFunction · 0.80
AddFiltersFunction · 0.80
GetJavascriptBindingsMethod · 0.80
BindedFunctionExistsMethod · 0.80
OnPrintStartMethod · 0.80
OnPrintResetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected