Home | History | Annotate | Download | only in i18n

Lines Matching full:plus

3000  * localized minus sign or the localized plus sign, false if only negative
3016 * the localized minus sign or the localized plus sign, false if only
3853 UnicodeString plus ((UChar)kPatternPlus);
3867 plus. remove().append(getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol));
4006 && pattern.compare(pos, plus.length(), plus) == 0) {
4008 pos += plus.length();
4156 } else if (pattern.compare(pos, plus.length(), plus) == 0) {
4157 affix->append(kQuote); // Encode plus
4159 pos += plus.length();