Home | History | Annotate | Download | only in i18n

Lines Matching refs:formatters

32     for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) {
33 formatters[i] = NULL;
38 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) {
39 if (other.formatters[i] == NULL) {
40 formatters[i] = NULL;
42 formatters[i] = new SimpleFormatter(*other.formatters[i]);
52 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) {
53 delete formatters[i];
54 if (other.formatters[i] == NULL) {
55 formatters[i] = NULL;
57 formatters[i] = new SimpleFormatter(*other.formatters[i]);
64 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) {
65 delete formatters[i];
70 for (int32_t i = 0; i < UPRV_LENGTHOF(formatters); ++i) {
71 delete formatters[i];
72 formatters[i] = NULL;
84 if (formatters[pluralIndex] != NULL) {
96 formatters[pluralIndex] = newFmt;
101 return formatters[StandardPlural::OTHER] != NULL;
108 const SimpleFormatter *pattern = formatters[pluralIndex];
110 pattern = formatters[StandardPlural::OTHER];
127 const SimpleFormatter *pattern = formatters[p];
129 pattern = formatters[StandardPlural::OTHER];