Home
last modified time | relevance | path

Searched defs:IsPrefixedBy (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Common/
H A DMyString.h431 bool IsPrefixedBy(const char *s) const { return IsString1PrefixedByString2(_chars, s); } in IsPrefixedBy() function
729 bool IsPrefixedBy(const wchar_t *s) const { return IsString1PrefixedByString2(_chars, s); } in IsPrefixedBy() function