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

Go to the source code of this file.

Enumerations

enum struct  ICU4XPluralCategory {
  Zero = 0 , One = 1 , Two = 2 , Few = 3 ,
  Many = 4 , Other = 5
}
 

Enumeration Type Documentation

◆ ICU4XPluralCategory

enum struct ICU4XPluralCategory
strong

See the Rust documentation for PluralCategory for more information.

Enumerator
Zero 
One 
Two 
Few 
Many 
Other