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 "ICU4XTimeLength.h"
Go to the source code of this file.
Enumerations | |
enum struct | ICU4XTimeLength { Full = 0 , Long = 1 , Medium = 2 , Short = 3 } |
|
strong |
See the Rust documentation for Time
for more information.
Enumerator | |
---|---|
Full | |
Long | |
Medium | |
Short |