• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 ohos.global.icu.impl;
11 
12 /**
13  * @hide exposed on OHOS
14  */
15 public class ICURegionDataTables extends LocaleDisplayNamesImpl.ICUDataTables {
ICURegionDataTables()16     public ICURegionDataTables() {
17         super(ICUData.ICU_REGION_BASE_NAME);
18     }
19 }
20