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

Go to the source code of this file.

Enumerations

enum struct  ICU4XCollatorCaseFirst { Auto = 0 , Off = 1 , LowerFirst = 2 , UpperFirst = 3 }
 

Enumeration Type Documentation

◆ ICU4XCollatorCaseFirst

enum struct ICU4XCollatorCaseFirst
strong

See the Rust documentation for CaseFirst for more information.

Enumerator
Auto 
Off 
LowerFirst 
UpperFirst