Uses of Class
com.ibm.icu.util.Region
Packages that use Region
-
Uses of Region in com.ibm.icu.util
Classes in com.ibm.icu.util that implement interfaces with type arguments of type RegionModifier and TypeClassDescriptionclassRegionis the class representing a Unicode Region Code, also known as a Unicode Region Subtag, which is defined based upon the BCP 47 standard.Fields in com.ibm.icu.util declared as RegionFields in com.ibm.icu.util with type parameters of type RegionModifier and TypeFieldDescriptionRegion.availableRegionsRegion.containedRegionsRegion.numericCodeMapRegion.preferredValuesRegion.regionAliasesRegion.regionIDMapRegion.regionsMethods in com.ibm.icu.util that return RegionModifier and TypeMethodDescriptionRegion.getContainingRegion()Used to determine the macroregion that geographically contains this region.Region.getContainingRegion(Region.RegionType type) Used to determine the macroregion that geographically contains this region and that matches the given type.static RegionRegion.getInstance(int code) Returns a Region using the given numeric code as defined by UNM.49static RegionRegion.getInstance(String id) Returns a Region using the given region ID.Methods in com.ibm.icu.util that return types with arguments of type RegionModifier and TypeMethodDescriptionRegion.getAvailable(Region.RegionType type) Used to retrieve all available regions of a specific type.Region.getContainedRegions()Used to determine the sub-regions that are contained within this region.Region.getContainedRegions(Region.RegionType type) Used to determine all the regions that are contained within this region and that match the given typeRegion.getPreferredValues()Methods in com.ibm.icu.util with parameters of type Region