Home | History | Annotate | Download | only in i18n

Lines Matching full:plus

36 static const UChar PLUS = 0x2B; /* + */
96 if (str.charAt(start) == PLUS) {
303 if (s == PLUS) {
336 str.append(PLUS);
451 if (value.charAt(0) == PLUS) {