Home | History | Annotate | Download | only in i18n

Lines Matching refs:quote

564                         ignoreChars = !ignoreChars; // toggle (handle quoted literals & '' for single quote)
1788 // This function aussumes the current itemIndex points to the quote literal.
1791 FormatParser::getQuoteLiteral(UnicodeString& quote, int32_t *itemIndex) {
1794 quote.remove();
1796 quote += items[i];
1803 quote += items[i++];
1804 quote += items[i++];
1808 quote += items[i];
1813 quote += items[i];