[−][src]Module unic_locale_impl::extensions
Unicode Extensions provide a mechanism to extend the LanguageIdentifier with
additional bits of information.
There are four types of extensions:
- Unicode Extensions - marked as
u. - Transform Extensions - marked as
t. - Private Use Extensions - marked as
x. - Other extensions - marked as any
a-zexcept ofu,tandx.
Structs
| ExtensionsMap | A map of extensions associated with a given `Locale. |
| PrivateExtensionList | A list of |
| TransformExtensionList | A list of |
| UnicodeExtensionList | A list of |
Enums
| ExtensionType | Defines the type of extension. |