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

Method find

MyGUIEngine/src/MyGUI_UString.cpp:1268–1271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1266 }
1267
1268 UString::size_type UString::find(const UString& str, size_type index /*= 0 */) const
1269 {
1270 return mData.find(str.c_str(), index);
1271 }
1272
1273 UString::size_type UString::find(const code_point* cp_str, size_type index, size_type length) const
1274 {

Callers 15

getGlyphInfoMethod · 0.45
initialiseFreeTypeMethod · 0.45
createFaceGlyphMethod · 0.45
renderGlyphsMethod · 0.45
createMsdfFaceGlyphMethod · 0.45
renderMsdfGlyphsMethod · 0.45
clearClipboardDataMethod · 0.45
getClipboardDataMethod · 0.45
checkStateMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45
unloadMethod · 0.45

Calls 2

UStringFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected