ULocale.AvailableType
  public
  static
  final
  
  enum
  ULocale.AvailableType
  
  
  
  
    extends Enum<ULocale.AvailableType>
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | java.lang.Enum<android.icu.util.ULocale.AvailableType> | |
| ↳ | android.icu.util.ULocale.AvailableType | |
Types for ULocale.getAvailableLocalesByType
Summary
Enum values | |
|---|---|
ULocale.AvailableType  | 
    
      DEFAULT
      Locales that return data when passed to ICU APIs, but not including legacy or alias locales.  | 
  
ULocale.AvailableType  | 
    
      ONLY_LEGACY_ALIASES
      Legacy or alias locales that return data when passed to ICU APIs.  | 
  
ULocale.AvailableType  | 
    
      WITH_LEGACY_ALIASES
      The union of the locales in DEFAULT and ONLY_LEGACY_ALIASES.  | 
  
Public methods | |
|---|---|
        
        
        static
        
        
        ULocale.AvailableType
     | 
  
    
      
      valueOf(String name)
      
      
     | 
  
        
        
        static
        final
        
        AvailableType[]
     | 
  
    
      
      values()
      
      
     | 
  
Inherited methods | |
|---|---|
Enum values
DEFAULT
public static final ULocale.AvailableType DEFAULT
Locales that return data when passed to ICU APIs, but not including legacy or alias locales.
ONLY_LEGACY_ALIASES
public static final ULocale.AvailableType ONLY_LEGACY_ALIASES
Legacy or alias locales that return data when passed to ICU APIs. Examples of supported legacy or alias locales:
- iw (alias to he)
 - mo (alias to ro)
 - zh_CN (alias to zh_Hans_CN)
 - sr_BA (alias to sr_Cyrl_BA)
 - ars (alias to ar_SA)
 
WITH_LEGACY_ALIASES
public static final ULocale.AvailableType WITH_LEGACY_ALIASES
The union of the locales in DEFAULT and ONLY_LEGACY_ALIASES.
Public methods
valueOf
public static ULocale.AvailableType valueOf (String name)
| Parameters | |
|---|---|
name | 
        
          String  | 
      
| Returns | |
|---|---|
ULocale.AvailableType | 
        |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.