< prev index next >

src/java.base/share/classes/java/text/RBTableBuilder.java

Print this page
rev 57619 : [mq]: 8174270

*** 1,7 **** /* ! * Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1999, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 40,51 **** import java.util.Vector; import sun.text.UCompactIntArray; import sun.text.IntHashtable; import sun.text.ComposedCharIter; ! import sun.text.CollatorUtilities; ! import sun.text.normalizer.NormalizerImpl; /** * This class contains all the code to parse a RuleBasedCollator pattern * and build a RBCollationTables object from it. A particular instance * of tis class exists only during the actual build process-- once an --- 40,50 ---- import java.util.Vector; import sun.text.UCompactIntArray; import sun.text.IntHashtable; import sun.text.ComposedCharIter; ! import jdk.internal.icu.impl.NormalizerImpl; /** * This class contains all the code to parse a RuleBasedCollator pattern * and build a RBCollationTables object from it. A particular instance * of tis class exists only during the actual build process-- once an
< prev index next >