Loading...
replace
MyGUI::UString::replace(size_type index1, size_type num1, const UString &str)
MyGUI::UString::replace(size_type index1, size_type num1, const UString &str, size_type num2)
MyGUI::UString::replace(size_type index1, size_type num1, const UString &str, size_type index2, size_type num2)
MyGUI::UString::replace(iterator start, iterator end, const UString &str, size_type num=npos)
MyGUI::UString::replace(size_type index, size_type num1, size_type num2, code_point ch)
MyGUI::UString::replace(iterator start, iterator end, size_type num, code_point ch)
rfind
MyGUI::UString::rfind(const UString &str, size_type index=0) const
MyGUI::UString::rfind(const code_point *cp_str, size_type index, size_type num) const
MyGUI::UString::rfind(const char *c_str, size_type index, size_type num) const
MyGUI::UString::rfind(const wchar_t *w_str, size_type index, size_type num) const
MyGUI::UString::rfind(char ch, size_type index=0) const
MyGUI::UString::rfind(code_point ch, size_type index) const
MyGUI::UString::rfind(wchar_t ch, size_type index=0) const
MyGUI::UString::rfind(unicode_char ch, size_type index=0) const
right
MyGUI::types::TCoord
Searching...
No Matches