Searched refs:FindCharPosInString (Results 1 – 5 of 5) sorted by relevance
| /third_party/lzma/CPP/Common/ |
| D | MyString.h | 115 int FindCharPosInString(const char *s, char c) throw(); 116 int FindCharPosInString(const wchar_t *s, wchar_t c) throw(); 419 int Find(char c) const { return FindCharPosInString(_chars, c); } in Find() 422 int pos = FindCharPosInString(_chars + startIndex, c); in Find() 691 int Find(wchar_t c) const { return FindCharPosInString(_chars, c); } in Find() 694 int pos = FindCharPosInString(_chars + startIndex, c); in Find()
|
| D | CommandLineParser.cpp | 139 sw.PostCharIndex = FindCharPosInString(form.PostCharSet, (char)c); in ParseString()
|
| D | MyString.cpp | 37 int FindCharPosInString(const char *s, char c) throw() in FindCharPosInString() function 49 int FindCharPosInString(const wchar_t *s, wchar_t c) throw() in FindCharPosInString() function
|
| /third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
| D | SfxCon.cpp | 170 int index = FindCharPosInString(g_Commands, (char)s[0]); in ParseArchiveCommand()
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | ArchiveCommandLine.cpp | 403 int index = FindCharPosInString(g_Commands, (char)s[0]); in ParseArchiveCommand() 713 index = FindCharPosInString(kRecursedPostCharSet, (char)c); in AddSwitchWildcardsToCensor() 831 int statePos = FindCharPosInString(kUpdatePairStateIDSet, (char)c); in ParseUpdateCommandString2()
|