Home | History | Annotate | Download | only in i18n

Lines Matching refs:kQuote

35 #define kQuote                       ((UChar)0x0027) /*'\''*/
358 affix->append(kQuote); // Encode currency
377 } else if (ch == kQuote) {
381 U_ASSERT(U16_LENGTH(kQuote) == 1);
383 if (pos < pattern.length() && pattern[pos] == kQuote) {
384 affix->append(kQuote); // Encode quote
413 affix->append(kQuote); // Encode percent/perMill
427 affix->append(kQuote); // Encode percent/perMill
446 affix->append(kQuote); // Encode minus
451 affix->append(kQuote); // Encode plus
467 if (ch == kQuote) {
469 if (pos < pattern.length() && pattern[pos] == kQuote) {
470 affix->append(kQuote); // Encode quote
650 out.fNegPrefixPattern.append(kQuote).append(kPatternMinus)