ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
ICU4XCollatorStrength.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 "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
}
 

Enumeration Type Documentation

◆ ICU4XCollatorStrength

enum struct ICU4XCollatorStrength
strong

See the Rust documentation for Strength for more information.

Enumerator
Auto 
Primary 
Secondary 
Tertiary 
Quaternary 
Identical