HomeSort by relevance Sort by last modified time
    Searched refs:IsString1PrefixedByString2 (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/Common/
MyString.h 143 bool IsString1PrefixedByString2(const char *s1, const char *s2) throw();
144 bool IsString1PrefixedByString2(const wchar_t *s1, const wchar_t *s2) throw();
250 bool IsPrefixedBy(const char *s) const { return IsString1PrefixedByString2(_chars, s); }
415 bool IsPrefixedBy(const wchar_t *s) const { return IsString1PrefixedByString2(_chars, s); };
MyString.cpp 162 bool IsString1PrefixedByString2(const char *s1, const char *s2) throw()
266 bool IsString1PrefixedByString2(const wchar_t *s1, const wchar_t *s2) throw()
  /external/lzma/CPP/Windows/
FileLink.cpp 82 return IsString1PrefixedByString2(s, k_LinkPrefix);
89 return IsString1PrefixedByString2(s, k_VolumePrefix);

Completed in 120 milliseconds