Home | History | Annotate | Download | only in i18n

Lines Matching refs:OTHER

37 QuantityFormatter::QuantityFormatter(const QuantityFormatter &other) {
39 if (other.formatters[i] == NULL) {
42 formatters[i] = new SimpleFormatter(*other.formatters[i]);
48 const QuantityFormatter& other) {
49 if (this == &other) {
54 if (other.formatters[i] == NULL) {
57 formatters[i] = new SimpleFormatter(*other.formatters[i]);
101 return formatters[StandardPlural::OTHER] != NULL;
110 pattern = formatters[StandardPlural::OTHER];
129 pattern = formatters[StandardPlural::OTHER];
149 return StandardPlural::OTHER;
157 return StandardPlural::OTHER;
170 return StandardPlural::OTHER;