MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / find_char

Method find_char

modules/gui/gui/src/backend/text_server/ustring.cpp:3568–3571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3566}
3567
3568int String::find_char(const char32_t& p_char, int p_from) const
3569{
3570 return _cowdata.find(p_char, p_from);
3571}
3572
3573int String::findmk(const Vector<String>& p_keys, int p_from, int* r_key) const
3574{

Callers 3

lstripMethod · 0.80
rstripMethod · 0.80
get_supported_charsMethod · 0.80

Calls 1

findMethod · 0.45

Tested by

no test coverage detected