< prev index next >

src/share/classes/sun/text/resources/ja/JavaTimeSupplementary_ja.java

Print this page


   1 /*
   2  * Copyright (c) 2013, 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


 181                 new String[] {
 182                     "\u7d00\u5143\u524d",
 183                     "\u4ecf\u66a6",
 184                 }
 185             },
 186             { "java.time.japanese.DatePatterns",
 187                 new String[] {
 188                     "Gy'\u5e74'M'\u6708'd'\u65e5'",
 189                     "GGGGGy.MM.dd",
 190                     "GGGGGy.MM.dd",
 191                     "GGGGGy.MM.dd",
 192                 }
 193             },
 194             { "java.time.japanese.long.Eras",
 195                 new String[] {
 196                     "\u897f\u66a6",
 197                     "\u660e\u6cbb",
 198                     "\u5927\u6b63",
 199                     "\u662d\u548c",
 200                     "\u5e73\u6210",

 201                 }
 202             },
 203             { "java.time.japanese.short.Eras",
 204                 new String[] {
 205                     "\u897f\u66a6",
 206                     "\u660e\u6cbb",
 207                     "\u5927\u6b63",
 208                     "\u662d\u548c",
 209                     "\u5e73\u6210",

 210                 }
 211             },
 212             { "java.time.long.Eras",
 213                 new String[] {
 214                     "\u7d00\u5143\u524d",
 215                     "\u897f\u66a6",
 216                 }
 217             },
 218             { "java.time.roc.DatePatterns",
 219                 new String[] {
 220                     "Gy\u5e74M\u6708d\u65e5EEEE",
 221                     "Gy\u5e74M\u6708d\u65e5",
 222                     "Gy/MM/dd",
 223                     "Gy/MM/dd",
 224                 }
 225             },
 226             { "java.time.short.Eras",
 227                 new String[] {
 228                     "\u7d00\u5143\u524d",
 229                     "\u897f\u66a6",


   1 /*
   2  * Copyright (c) 2013, 2019, 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


 181                 new String[] {
 182                     "\u7d00\u5143\u524d",
 183                     "\u4ecf\u66a6",
 184                 }
 185             },
 186             { "java.time.japanese.DatePatterns",
 187                 new String[] {
 188                     "Gy'\u5e74'M'\u6708'd'\u65e5'",
 189                     "GGGGGy.MM.dd",
 190                     "GGGGGy.MM.dd",
 191                     "GGGGGy.MM.dd",
 192                 }
 193             },
 194             { "java.time.japanese.long.Eras",
 195                 new String[] {
 196                     "\u897f\u66a6",
 197                     "\u660e\u6cbb",
 198                     "\u5927\u6b63",
 199                     "\u662d\u548c",
 200                     "\u5e73\u6210",
 201                     "\u5143\u53f7", // NewEra
 202                 }
 203             },
 204             { "java.time.japanese.short.Eras",
 205                 new String[] {
 206                     "\u897f\u66a6",
 207                     "\u660e\u6cbb",
 208                     "\u5927\u6b63",
 209                     "\u662d\u548c",
 210                     "\u5e73\u6210",
 211                     "\u5143\u53f7", // NewEra
 212                 }
 213             },
 214             { "java.time.long.Eras",
 215                 new String[] {
 216                     "\u7d00\u5143\u524d",
 217                     "\u897f\u66a6",
 218                 }
 219             },
 220             { "java.time.roc.DatePatterns",
 221                 new String[] {
 222                     "Gy\u5e74M\u6708d\u65e5EEEE",
 223                     "Gy\u5e74M\u6708d\u65e5",
 224                     "Gy/MM/dd",
 225                     "Gy/MM/dd",
 226                 }
 227             },
 228             { "java.time.short.Eras",
 229                 new String[] {
 230                     "\u7d00\u5143\u524d",
 231                     "\u897f\u66a6",


< prev index next >