Searched refs:bNeedsQuote (Results 1 – 1 of 1) sorted by relevance
1830 bool bNeedsQuote = !((aRes.TokenType & KParseType::IDENTNAME) && aRes.EndPos == rString.Len()); in CheckTabQuotes() local1841 if( bNeedsQuote ) in CheckTabQuotes()1851 if ( !bNeedsQuote && CharClass::isAsciiNumeric( rString ) ) in CheckTabQuotes()1854 bNeedsQuote = true; in CheckTabQuotes()1857 if( bNeedsQuote ) in CheckTabQuotes()
Completed in 28 milliseconds