Lines Matching full:quote
615 ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote)
1891 // This function aussumes the current itemIndex points to the quote literal.
1894 FormatParser::getQuoteLiteral(UnicodeString& quote, int32_t *itemIndex) {
1897 quote.remove();
1899 quote += items[i];
1906 quote += items[i++];
1907 quote += items[i++];
1911 quote += items[i];
1916 quote += items[i];