Home
last modified time | relevance | path

Searched refs:hadLeadingQuote (Results 1 – 1 of 1) sorted by relevance

/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dcontain.cxx679 bool hadLeadingQuote = *src == '"'; in TranslateEscapes() local
680 if (hadLeadingQuote) in TranslateEscapes()
685 if (c == '"' && hadLeadingQuote) { in TranslateEscapes()