Audacity 3.2.0
|
Go to the source code of this file.
Functions | |
std::string | ToLower (const std::string &str) |
std::string | ToLower (const std::string_view &str) |
std::string | ToLower (const char *str) |
std::wstring | ToLower (const std::wstring &str) |
std::wstring | ToLower (const std::wstring_view &str) |
std::wstring | ToLower (const wchar_t *str) |
wxString | ToLower (const wxString &str) |
std::string | ToUpper (const std::string &str) |
std::string | ToUpper (const std::string_view &str) |
std::string | ToUpper (const char *str) |
std::wstring | ToUpper (const std::wstring &str) |
std::wstring | ToUpper (const std::wstring_view &str) |
std::wstring | ToUpper (const wchar_t *str) |
wxString | ToUpper (const wxString &str) |
std::string ToLower | ( | const char * | str | ) |
Definition at line 21 of file StringUtils.cpp.
References str, ToLower(), audacity::ToUTF8(), and audacity::ToWXString().
std::string ToLower | ( | const std::string & | str | ) |
Definition at line 11 of file StringUtils.cpp.
References str, ToLower(), audacity::ToUTF8(), and audacity::ToWXString().
Referenced by IsPrefixedInsensitive(), and ToLower().
std::string ToLower | ( | const std::string_view & | str | ) |
Definition at line 16 of file StringUtils.cpp.
References str, ToLower(), audacity::ToUTF8(), and audacity::ToWXString().
std::wstring ToLower | ( | const std::wstring & | str | ) |
Definition at line 26 of file StringUtils.cpp.
References str, ToLower(), audacity::ToWString(), and audacity::ToWXString().
std::wstring ToLower | ( | const std::wstring_view & | str | ) |
Definition at line 31 of file StringUtils.cpp.
References str, ToLower(), audacity::ToWString(), and audacity::ToWXString().
std::wstring ToLower | ( | const wchar_t * | str | ) |
Definition at line 36 of file StringUtils.cpp.
References str, ToLower(), audacity::ToWString(), and audacity::ToWXString().
wxString ToLower | ( | const wxString & | str | ) |
std::string ToUpper | ( | const char * | str | ) |
Definition at line 56 of file StringUtils.cpp.
References str, ToUpper(), audacity::ToUTF8(), and audacity::ToWXString().
std::string ToUpper | ( | const std::string & | str | ) |
Definition at line 46 of file StringUtils.cpp.
References str, ToUpper(), audacity::ToUTF8(), and audacity::ToWXString().
Referenced by audacity::cloud::audiocom::sync::RemoteProjectSnapshot::CalculateKnownBlocks(), audacity::cloud::audiocom::sync::RemoteProjectSnapshot::CleanupOrphanBlocks(), audacity::cloud::audiocom::sync::LocalProjectSnapshot::ProjectBlocksLock::FillMissingBlocks(), audacity::cloud::audiocom::sync::RemoteProjectSnapshot::RemoteProjectSnapshot(), and ToUpper().
std::string ToUpper | ( | const std::string_view & | str | ) |
Definition at line 51 of file StringUtils.cpp.
References str, ToUpper(), audacity::ToUTF8(), and audacity::ToWXString().
std::wstring ToUpper | ( | const std::wstring & | str | ) |
Definition at line 61 of file StringUtils.cpp.
References str, ToUpper(), audacity::ToWString(), and audacity::ToWXString().
std::wstring ToUpper | ( | const std::wstring_view & | str | ) |
Definition at line 66 of file StringUtils.cpp.
References str, ToUpper(), audacity::ToWString(), and audacity::ToWXString().
std::wstring ToUpper | ( | const wchar_t * | str | ) |
Definition at line 71 of file StringUtils.cpp.
References str, ToUpper(), audacity::ToWString(), and audacity::ToWXString().
wxString ToUpper | ( | const wxString & | str | ) |