Home
last modified time | relevance | path

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

/trunk/main/tools/source/string/
H A Dstrimp.cxx1941 STRCODE cQuotedEndChar = 0; in GetQuotedTokenCount() local
1948 if ( cQuotedEndChar ) in GetQuotedTokenCount()
1951 if ( c == cQuotedEndChar ) in GetQuotedTokenCount()
1952 cQuotedEndChar = 0; in GetQuotedTokenCount()
1962 cQuotedEndChar = pQuotedStr[nQuoteIndex+1]; in GetQuotedTokenCount()
1993 STRCODE cQuotedEndChar = 0; in GetQuotedToken() local
2005 if ( cQuotedEndChar ) in GetQuotedToken()
2008 if ( c == cQuotedEndChar ) in GetQuotedToken()
2009 cQuotedEndChar = 0; in GetQuotedToken()
2019 cQuotedEndChar = pQuotedStr[nQuoteIndex+1]; in GetQuotedToken()

Completed in 25 milliseconds