public class LocalizedNamesImpl_zh_Hant extends LocalizedNamesImpl_zh
likelyRegionCodes, namesMap, sortedRegionCodes| Constructor and Description |
|---|
LocalizedNamesImpl_zh_Hant() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
loadLikelyRegionCodes()
Returns a possibly-empty array of country codes, ordered by the literate
population speaking this language.
|
protected void |
loadNameMap()
Initializes {
DefaultLocalizedNamesBase.namesMap to a map of region code (including
non-country codes) to localized names. |
String[] |
loadSortedRegionCodes()
Returns an array of currently valid country codes ordered by the collating
order of the locale.
|
overrideMapgetLikelyRegionCodes, getRegionName, getRegionNameImpl, getSortedRegionCodes, needsNameMappublic String[] loadLikelyRegionCodes()
DefaultLocalizedNamesBaseloadLikelyRegionCodes in class LocalizedNamesImpl_zhpublic String[] loadSortedRegionCodes()
DefaultLocalizedNamesBaseloadSortedRegionCodes in class LocalizedNamesImpl_zhprotected void loadNameMap()
DefaultLocalizedNamesBaseDefaultLocalizedNamesBase.namesMap to a map of region code (including
non-country codes) to localized names. Subclasses should generally call the
parent implementation and then change specific entries, though if most
entries are being changed they can just create their own map.loadNameMap in class LocalizedNamesImpl_zhCopyright © 2019–2020 The GWT Project Authors. All rights reserved.