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 "ICU4XCollatorStrength.h"
Go to the source code of this file.
Enumerations | |
enum struct | ICU4XCollatorStrength { Auto = 0 , Primary = 1 , Secondary = 2 , Tertiary = 3 , Quaternary = 4 , Identical = 5 } |
|
strong |
See the Rust documentation for Strength
for more information.
Enumerator | |
---|---|
Auto | |
Primary | |
Secondary | |
Tertiary | |
Quaternary | |
Identical |