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

Go to the source code of this file.

Enumerations

enum struct  ICU4XLineBreakStrictness { Loose = 0 , Normal = 1 , Strict = 2 , Anywhere = 3 }
 

Enumeration Type Documentation

◆ ICU4XLineBreakStrictness

enum struct ICU4XLineBreakStrictness
strong

See the Rust documentation for LineBreakStrictness for more information.

Enumerator
Loose 
Normal 
Strict 
Anywhere