ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
ICU4XCollatorCaseFirst.hpp
Go to the documentation of this file.
1#ifndef ICU4XCollatorCaseFirst_HPP
2#define ICU4XCollatorCaseFirst_HPP
3#include <stdint.h>
4#include <stddef.h>
5#include <stdbool.h>
6#include <algorithm>
7#include <memory>
8#include <variant>
9#include <optional>
10#include "diplomat_runtime.hpp"
11
12#include "ICU4XCollatorCaseFirst.h"
13
14
15
20 Auto = 0,
21 Off = 1,
24};
25
26#endif
@ Auto
Definition ICU4XCollatorAlternateHandling.hpp:20
@ Off
Definition ICU4XCollatorBackwardSecondLevel.hpp:21
ICU4XCollatorCaseFirst
Definition ICU4XCollatorCaseFirst.hpp:19
@ LowerFirst
Definition ICU4XCollatorCaseFirst.hpp:22
@ UpperFirst
Definition ICU4XCollatorCaseFirst.hpp:23