Home | History | Annotate | Download | only in i18n

Lines Matching refs:quote

563                         ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote)
1791 // This function aussumes the current itemIndex points to the quote literal.
1794 FormatParser::getQuoteLiteral(UnicodeString& quote, int32_t *itemIndex) {
1797 quote.remove();
1799 quote += items[i];
1806 quote += items[i++];
1807 quote += items[i++];
1811 quote += items[i];
1816 quote += items[i];