< prev index next >

src/java.desktop/unix/classes/sun/font/X11SunUnicode_0.java

Print this page


   1 /*
   2  * Copyright (c) 2001, 2005, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any


 104             "\u017F\u0180\u0181\u0182\u0183\u0184\u0185\u0186"+
 105             "\u0187\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 106             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 107             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 108             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 109             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 110             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 111             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 112             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 113             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 114             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 115             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 116             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 117             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 118             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 119             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 120             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 121             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 122             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000";
 123 
 124         private static final short index1[] = {
 125             0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
 126             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 127             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 128             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 129             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 130             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 131             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 132             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 133             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 134             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 135             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 136             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 137             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 138             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 139             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 140             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
 141         };
 142 
 143         private static final String index2[] = {
 144             innerIndex0
 145         };
 146 
 147         /* The default implementation creates a decoder and we don't have one */
 148         public boolean isLegalReplacement(byte[] repl) {
 149             return true;
 150         }
 151     }
 152 }
   1 /*
   2  * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any


 104             "\u017F\u0180\u0181\u0182\u0183\u0184\u0185\u0186"+
 105             "\u0187\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 106             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 107             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 108             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 109             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 110             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 111             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 112             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 113             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 114             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 115             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 116             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 117             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 118             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 119             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 120             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 121             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"+
 122             "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000";
 123 
 124         private static final short[] index1 = {
 125             0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,
 126             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 127             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 128             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 129             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 130             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 131             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 132             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 133             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 134             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 135             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 136             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 137             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 138             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 139             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 140             0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
 141         };
 142 
 143         private static final String[] index2 = {
 144             innerIndex0
 145         };
 146 
 147         /* The default implementation creates a decoder and we don't have one */
 148         public boolean isLegalReplacement(byte[] repl) {
 149             return true;
 150         }
 151     }
 152 }
< prev index next >