| This class prints out the initializers needed to initialize
the time scale data in the C version of UniversalTimeScale .
It just calls getTimeScaleValue() for all fields and prints
the initializers. Because some C compilers can't compile a literal constant for
the minimum and / or maximum values of an int64_t , this code will
print U_INT64_MIN or U_INT64_MAX for these values.
See Also: com.ibm.icu.util.UniversalTimeScale |