Home | History | Annotate | Download | only in i18n

Lines Matching refs:OTHER

35 QuantityFormatter::QuantityFormatter(const QuantityFormatter &other) {
37 if (other.formatters[i] == NULL) {
40 formatters[i] = new SimplePatternFormatter(*other.formatters[i]);
46 const QuantityFormatter& other) {
47 if (this == &other) {
52 if (other.formatters[i] == NULL) {
55 formatters[i] = new SimplePatternFormatter(*other.formatters[i]);
99 return formatters[StandardPlural::OTHER] != NULL;
108 pattern = formatters[StandardPlural::OTHER];
127 pattern = formatters[StandardPlural::OTHER];
147 return StandardPlural::OTHER;
155 return StandardPlural::OTHER;
168 return StandardPlural::OTHER;