Lines Matching refs:cs
565 * @param cs Whether comparison should be case-sensitive.
569 int compare(const char *pcszThat, CaseSensitivity cs = CaseSensitive) const
576 if (cs == CaseSensitive)
585 * @param cs Whether comparison should be case-sensitive.
589 int compare(const RTCString &that, CaseSensitivity cs = CaseSensitive) const
591 if (cs == CaseSensitive)
707 * @param cs Case sensitivity selector.
710 size_t count(const char *psz, CaseSensitivity cs = CaseSensitive) const;
716 * @param cs Case sensitivity selector.
719 size_t count(const RTCString *pStr, CaseSensitivity cs = CaseSensitive) const;
757 * @param cs Case sensitivity selector.
760 bool endsWith(const RTCString &that, CaseSensitivity cs = CaseSensitive) const;
765 * @param cs Case sensitivity selector.
768 bool startsWith(const RTCString &that, CaseSensitivity cs = CaseSensitive) const;
774 * @param cs Case sensitivity selector.
777 bool contains(const RTCString &that, CaseSensitivity cs = CaseSensitive) const;