|
ICU4X
International Components for Unicode
|
#include <CaseMapLocales.d.hpp>
Static Public Member Functions | |
| static const icu4x::Locale & | az () |
| static const icu4x::Locale & | el () |
| static const icu4x::Locale & | hy () |
| static const icu4x::Locale & | lt () |
| static const icu4x::Locale & | nl () |
| static const icu4x::Locale & | tr () |
| static void | operator delete (void *ptr) |
A type that provides access to preconstructred Locales, to avoid needing to parse user locales when the code knows what locale it wants.
In most cases, you should be taking a locale from the user, but in some limited cases you may be parsing from a limited set of locales and not wish to pull in full-fledged parsing code.
This type is for locales that have special meaning to CaseMapper, since it only cares about a small set of locales and locale parsing takes up a relatively large amount of binary size in the context of casemapping.
|
inlinestatic |
Returns a borrowed "az" Locale, without allocating.
|
inlinestatic |
Returns a borrowed "el" Locale, without allocating.
|
inlinestatic |
Returns a borrowed "hy" Locale, without allocating.
|
inlinestatic |
Returns a borrowed "lt" Locale, without allocating.
|
inlinestatic |
Returns a borrowed "nl" Locale, without allocating.
|
inlinestatic |
|
inlinestatic |
Returns a borrowed "tr" Locale, without allocating.