mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-21 02:45:51 +00:00
10590d375b
2003-12-02 Ito Kazumitsu <kaz@maczuka.gcd.org> * java/text/SimpleDateFormat.java (compileFormat): isLowerCase() and isUpperCase() allow too many characters. Just use >= 'A' && <= 'Z' || >= 'a' && <= 'z'. From-SVN: r74188