jdk/src/share/classes/sun/text/resources/iw/FormatData_iw.java
changeset 14765 0987999ed367
parent 13583 dc0017b1a452
child 15281 dd43cb9be0e1
equal deleted inserted replaced
14764:6dd2370b4cd3 14765:0987999ed367
   119                     "\u05d4", // abb Thursday
   119                     "\u05d4", // abb Thursday
   120                     "\u05d5", // abb Friday
   120                     "\u05d5", // abb Friday
   121                     "\u05e9" // abb Saturday
   121                     "\u05e9" // abb Saturday
   122                 }
   122                 }
   123             },
   123             },
       
   124             { "DayNarrows",
       
   125                 new String[] {
       
   126                     "\u05d0",
       
   127                     "\u05d1",
       
   128                     "\u05d2",
       
   129                     "\u05d3",
       
   130                     "\u05d4",
       
   131                     "\u05d5",
       
   132                     "\u05e9",
       
   133                 }
       
   134             },
       
   135             { "standalone.DayNarrows",
       
   136                 new String[] {
       
   137                     "\u05d0",
       
   138                     "\u05d1",
       
   139                     "\u05d2",
       
   140                     "\u05d3",
       
   141                     "\u05d4",
       
   142                     "\u05d5",
       
   143                     "\u05e9",
       
   144                 }
       
   145             },
   124             { "Eras",
   146             { "Eras",
   125                 new String[] { // era strings
   147                 new String[] { // era strings
   126                     "\u05dc\u05e1\u05d4\"\u05e0",
   148                     "\u05dc\u05e1\u05d4\"\u05e0",
   127                     "\u05dc\u05e4\u05e1\u05d4\"\u05e0"
   149                     "\u05dc\u05e4\u05e1\u05d4\"\u05e0"
   128                 }
   150                 }