Verify Number Formats: English

Index

To correct problems in compact numbers below, please go to Compact Decimal Formatting.

Numeric FormatCompact-ShortCompact-Long
1n/an/a
1.1n/an/a
1.5n/an/a
2n/an/a
10n/an/a
100n/an/a
1,000n/an/a
1,100n/an/a
1,500n/an/a
2,000n/an/a
10,000n/an/a
100,000n/an/a
1,000,000n/an/a
1,100,000n/an/a
1,500,000n/an/a
2,000,000n/an/a
10,000,000n/an/a
100,000,000n/an/a
1,000,000,000n/an/a
1,100,000,000n/an/a
1,500,000,000n/an/a
2,000,000,000n/an/a
10,000,000,000n/an/a
100,000,000,000n/an/a
1,000,000,000,000n/an/a
1,100,000,000,000n/an/a
1,500,000,000,000n/an/a
2,000,000,000,000n/an/a
10,000,000,000,000n/an/a
100,000,000,000,000n/an/a
1,100,000,000,000,000n/an/a

Plural Rules

To correct problems in plural rules below, please go to Plural Rules.

NameCodeTypeCategoryExamplesMinimal PairsRules
Englishencardinalone11 dayi = 1 and
  v = 0
other0, 2~16, 100, 1000, 10000, 100000, 1000000, …
0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …
2 days
1.5 days
ordinalone1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …Take the 1st right.n % 10 = 1 and
  n % 100 != 11
two2, 22, 32, 42, 52, 62, 72, 82, 102, 1002, …Take the 2nd right.n % 10 = 2 and
  n % 100 != 12
few3, 23, 33, 43, 53, 63, 73, 83, 103, 1003, …Take the 3rd right.n % 10 = 3 and
  n % 100 != 13
other0, 4~18, 100, 1000, 10000, 100000, 1000000, …Take the 4th right.
rangeone+other1–21–2 daysone + other → other
other+one0–10–1 daysother + one → other
other+other0–20–2 daysother + other → other




































































































Errors

en short Can't create due to lack of 'from scratch' constructor for CompactDecimalFormat

en long Can't create due to lack of 'from scratch' constructor for CompactDecimalFormat

en short-curr Can't create due to lack of 'from scratch' constructor for CompactDecimalFormat