Lines Matching refs:digit
21 * 10/14/99 aliu Updated 2-digit year parsing so that only "00" thru
722 * two-digit years. Make public in JDK 1.2.
1217 UChar digit = (UChar)0x0030 + (num / denom);
1218 appendTo.append(digit);
1997 // will be wrong if we're parsing a 2-digit year pattern. It will be 1904.
2014 // when the two-digit year is equal to the start year, and thus might fall at the
2017 if (ambiguousYear[0] || tztype != TZTYPE_UNK) // If this is true then the two-digit year == the default start year
2484 // two-digit year adjustments (e.g., from "01" to 2001). Otherwise
2485 // we made adjustments to place the 2-digit year in the proper
2493 // This means that two-digit years will be forced into the range
2499 // two-digit years are unambiguous.