We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c970f4f commit 5531140Copy full SHA for 5531140
icu4c/source/i18n/messageformat2_macros.h
@@ -46,6 +46,9 @@ using namespace pluralimpl;
46
#define LOWERCASE_E ((UChar32)0x0065)
47
#define UPPERCASE_E ((UChar32)0x0045)
48
49
+// The first three macro names are prefixed with DIGIT_
50
+// in order to avoid substituting the macros into the
51
+// definition of StandardPlural::Form (see standardplural.h)
52
#define DIGIT_ZERO ((UChar32)0x0030)
53
#define DIGIT_ONE ((UChar32)0x0031)
54
#define DIGIT_TWO ((UChar32)0x0032)
0 commit comments