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 */
10package android.icu.impl;
11
12/**
13 * @hide Only a subset of ICU is exposed in Android
14 */
15public class ICURegionDataTables extends LocaleDisplayNamesImpl.ICUDataTables {
16    public ICURegionDataTables() {
17        super(ICUData.ICU_REGION_BASE_NAME);
18    }
19}
20