ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
ICU4XSegmenterWordType.hpp
Go to the documentation of this file.
1#ifndef ICU4XSegmenterWordType_HPP
2#define ICU4XSegmenterWordType_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 "ICU4XSegmenterWordType.h"
13
14
15
20 None = 0,
21 Number = 1,
22 Letter = 2,
23};
24
25#endif
@ None
Definition ICU4XDisplayNamesFallback.hpp:21
ICU4XSegmenterWordType
Definition ICU4XSegmenterWordType.hpp:19
@ Letter
Definition ICU4XSegmenterWordType.hpp:22
@ Number
Definition ICU4XSegmenterWordType.hpp:21