(IsoUnit unit)
| 447 | } |
| 448 | |
| 449 | private static char getID(IsoUnit unit) { |
| 450 | |
| 451 | char unitID = unit.getSymbol(); |
| 452 | |
| 453 | if (unit == ClockUnit.MINUTES) { |
| 454 | return 'N'; |
| 455 | } |
| 456 | |
| 457 | return unitID; |
| 458 | |
| 459 | } |
| 460 | |
| 461 | private static String lookup( |
| 462 | Locale language, |