|
ICU4X
International Components for Unicode
|
#include <stdint.h>#include <stddef.h>#include <stdbool.h>#include <algorithm>#include <memory>#include <variant>#include <optional>#include "diplomat_runtime.hpp"#include "ICU4XLocaleFallbackPriority.h"Go to the source code of this file.
Enumerations | |
| enum struct | ICU4XLocaleFallbackPriority { Language = 0 , Region = 1 , Collation = 2 } |
|
strong |
Priority mode for the ICU4X fallback algorithm.
See the Rust documentation for LocaleFallbackPriority for more information.
| Enumerator | |
|---|---|
| Language | |
| Region | |
| Collation | |