Uses of Class
com.ibm.icu.util.Region
Packages that use Region
-
Uses of Region in com.ibm.icu.util
Methods 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 Region
Region.getInstance
(int code) Returns a Region using the given numeric code as defined by UNM.49static Region
Region.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