Lines Matching refs:case_sensitive
1444 bool case_sensitive) in Matches() argument
1453 if (!case_sensitive) in Matches()
1473 bool case_sensitive) const in Matches()
1476 return dng_string::Matches (Get (), s, case_sensitive); in Matches()
1483 bool case_sensitive) const in StartsWith()
1494 if (!case_sensitive) in StartsWith()
1514 bool case_sensitive) const in EndsWith()
1534 if (!case_sensitive) in EndsWith()
1554 bool case_sensitive, in Contains() argument
1586 if (!case_sensitive) in Contains()
1618 bool case_sensitive) in Replace() argument
1624 case_sensitive, in Replace()
1708 bool case_sensitive) in TrimLeading() argument
1711 if (StartsWith (s, case_sensitive)) in TrimLeading()