Lines Matching refs:quote
569 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote)
1770 // This function aussumes the current itemIndex points to the quote literal.
1773 FormatParser::getQuoteLiteral(UnicodeString& quote, int32_t *itemIndex) {
1776 quote.remove();
1778 quote += items[i];
1785 quote += items[i++];
1786 quote += items[i++];
1790 quote += items[i];
1795 quote += items[i];