ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
ICU4XLocaleFallbackPriority.hpp File Reference
#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 }
 

Enumeration Type Documentation

◆ ICU4XLocaleFallbackPriority

enum struct ICU4XLocaleFallbackPriority
strong

Priority mode for the ICU4X fallback algorithm.

See the Rust documentation for LocaleFallbackPriority for more information.

Enumerator
Language 
Region 
Collation