Home | History | Annotate | Download | only in impl
      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) 2009-2016, International Business Machines Corporation and
      7  * others. All Rights Reserved.
      8  *******************************************************************************
      9  */
     10 package android.icu.impl;
     11 
     12 /**
     13  * @hide Only a subset of ICU is exposed in Android
     14  */
     15 public class ICULangDataTables extends LocaleDisplayNamesImpl.ICUDataTables {
     16     public ICULangDataTables() {
     17         super(ICUData.ICU_LANG_BASE_NAME);
     18     }
     19 }
     20