jdk/test/java/lang/String/ToLowerCase.java
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 2497 903fd9d785ef
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
 * Copyright 2003 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 * CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
 * have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
    @test
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
    @bug 4217441 4533872 4900935
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
    @summary toLowerCase should lower-case Greek Sigma correctly depending
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
             on the context (final/non-final).  Also it should handle
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
             Locale specific (lt, tr, and az) lowercasings and supplementary
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
             characters correctly.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
*/
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
import java.util.Locale;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
public class ToLowerCase {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
    public static void main(String[] args) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
        Locale turkish = new Locale("tr", "TR");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
        Locale lt = new Locale("lt"); // Lithanian
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
        Locale az = new Locale("az"); // Azeri
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
        // Greek Sigma final/non-final tests
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
        test("\u03A3", Locale.US, "\u03C3");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
        test("LAST\u03A3", Locale.US, "last\u03C2");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
        test("MID\u03A3DLE", Locale.US, "mid\u03C3dle");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
        test("WORD1 \u03A3 WORD3", Locale.US, "word1 \u03C3 word3");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
        test("WORD1 LAST\u03A3 WORD3", Locale.US, "word1 last\u03C2 word3");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
        test("WORD1 MID\u03A3DLE WORD3", Locale.US, "word1 mid\u03C3dle word3");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
        test("\u0399\u0395\u03a3\u03a5\u03a3 \u03a7\u03a1\u0399\u03a3\u03a4\u039f\u03a3", Locale.US,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
             "\u03b9\u03b5\u03c3\u03c5\u03c2 \u03c7\u03c1\u03b9\u03c3\u03c4\u03bf\u03c2"); // "IESUS XRISTOS"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
        // Explicit dot above for I's and J's whenever there are more accents above (Lithanian)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
        test("I", lt, "i");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
        test("I\u0300", lt, "i\u0307\u0300"); // "I" followed by COMBINING GRAVE ACCENT (cc==230)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
        test("I\u0316", lt, "i\u0316"); // "I" followed by COMBINING GRAVE ACCENT BELOW (cc!=230)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
        test("J", lt, "j");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
        test("J\u0300", lt, "j\u0307\u0300"); // "J" followed by COMBINING GRAVE ACCENT (cc==230)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
        test("J\u0316", lt, "j\u0316"); // "J" followed by COMBINING GRAVE ACCENT BELOW (cc!=230)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
        test("\u012E", lt, "\u012F");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
        test("\u012E\u0300", lt, "\u012F\u0307\u0300"); // "I (w/ OGONEK)" followed by COMBINING GRAVE ACCENT (cc==230)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
        test("\u012E\u0316", lt, "\u012F\u0316"); // "I (w/ OGONEK)" followed by COMBINING GRAVE ACCENT BELOW (cc!=230)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
        test("\u00CC", lt, "i\u0307\u0300");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
        test("\u00CD", lt, "i\u0307\u0301");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
        test("\u0128", lt, "i\u0307\u0303");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
        test("I\u0300", Locale.US, "i\u0300"); // "I" followed by COMBINING GRAVE ACCENT (cc==230)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
        test("J\u0300", Locale.US, "j\u0300"); // "J" followed by COMBINING GRAVE ACCENT (cc==230)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
        test("\u012E\u0300", Locale.US, "\u012F\u0300"); // "I (w/ OGONEK)" followed by COMBINING GRAVE ACCENT (cc==230)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
        test("\u00CC", Locale.US, "\u00EC");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
        test("\u00CD", Locale.US, "\u00ED");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
        test("\u0128", Locale.US, "\u0129");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
        // I-dot tests (Turkish and Azeri)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
        test("\u0130", turkish, "i");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
        test("\u0130", az, "i");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
        test("\u0130", Locale.US, "i");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
        // Remove dot_above in the sequence I + dot_above (Turkish and Azeri)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
        test("I\u0307", turkish, "i");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
        test("I\u0307", az, "i");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
        test("J\u0307", turkish, "j\u0307");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
        test("J\u0307", az, "j\u0307");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
        // Unless an I is before a dot_above, it turns into a dotless i (Turkish and Azeri)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
        test("I", turkish, "\u0131");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
        test("I", az, "\u0131");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
        test("I", Locale.US, "i");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
        test("IABC", turkish, "\u0131abc");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
        test("IABC", az, "\u0131abc");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
        test("IABC", Locale.US, "iabc");
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
        // Supplementary character tests
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
        //
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
        // U+10400 ("\uD801\uDC00"): DESERET CAPITAL LETTER LONG I
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
        // U+10401 ("\uD801\uDC01"): DESERET CAPITAL LETTER LONG E
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
        // U+10402 ("\uD801\uDC02"): DESERET CAPITAL LETTER LONG A
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
        // U+10428 ("\uD801\uDC28"): DESERET SMALL LETTER LONG I
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
        // U+10429 ("\uD801\uDC29"): DESERET SMALL LETTER LONG E
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
        // U+1042A ("\uD801\uDC2A"): DESERET SMALL LETTER LONG A
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
        //
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
        // valid code point tests:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
        test("\uD801\uDC00\uD801\uDC01\uD801\uDC02", Locale.US, "\uD801\uDC28\uD801\uDC29\uD801\uDC2A");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
        test("\uD801\uDC00A\uD801\uDC01B\uD801\uDC02C", Locale.US, "\uD801\uDC28a\uD801\uDC29b\uD801\uDC2Ac");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
        // invalid code point tests:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
        test("\uD800\uD800\uD801A\uDC00\uDC00\uDC00B", Locale.US, "\uD800\uD800\uD801a\uDC00\uDC00\uDC00b");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
    static void test(String in, Locale locale, String expected) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
        String result = in.toLowerCase(locale);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
        if (!result.equals(expected)) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
            System.err.println("input: " + in + ", locale: " + locale +
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
                    ", expected: " + expected + ", actual: " + result);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
            throw new RuntimeException();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
   }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
}