MCPcopy Create free account
hub / github.com/MyGUI/mygui / rfind

Method rfind

MyGUIEngine/src/MyGUI_UString.cpp:1317–1320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315 }
1316
1317 UString::size_type UString::rfind(const UString& str, size_type index /*= 0 */) const
1318 {
1319 return mData.rfind(str.c_str(), index);
1320 }
1321
1322 UString::size_type UString::rfind(const code_point* cp_str, size_type index, size_type num) const
1323 {

Callers 1

notifyTreeNodePrepareMethod · 0.80

Calls 2

UStringFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected