Home | History | Annotate | Download | only in data
      1 /* GENERATED SOURCE. DO NOT MODIFY. */
      2 //  2016 and later: Unicode, Inc. and others.
      3 // License & terms of use: http://www.unicode.org/copyright.html#License
      4 /*
      5  *******************************************************************************
      6  * Copyright (C) 1996-2010, International Business Machines Corporation and    *
      7  * others. All Rights Reserved.                                                *
      8  *******************************************************************************
      9  */
     10 
     11 package android.icu.impl.data;
     12 
     13 import java.util.ListResourceBundle;
     14 
     15 import android.icu.util.HebrewHoliday;
     16 import android.icu.util.Holiday;
     17 
     18 /**
     19  * @hide Only a subset of ICU is exposed in Android
     20  */
     21 public class HolidayBundle_iw_IL extends ListResourceBundle {
     22     static private final Holiday[] fHolidays = {
     23         HebrewHoliday.ROSH_HASHANAH,
     24         HebrewHoliday.YOM_KIPPUR,
     25         HebrewHoliday.HANUKKAH,
     26         HebrewHoliday.PURIM,
     27         HebrewHoliday.PASSOVER,
     28         HebrewHoliday.SHAVUOT,
     29         HebrewHoliday.SELIHOT,
     30     };
     31 
     32     static private final Object[][] fContents = {
     33         { "holidays",   fHolidays },
     34     };
     35     @Override
     36     public synchronized Object[][] getContents() { return fContents; }
     37 }
     38