summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/cpp/include/ICU4XLanguageDisplay.h
blob: 0b921351fefaa0c5a1773f437a71e2cec146a521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef ICU4XLanguageDisplay_H
#define ICU4XLanguageDisplay_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"

#ifdef __cplusplus
namespace capi {
#endif

typedef enum ICU4XLanguageDisplay {
  ICU4XLanguageDisplay_Dialect = 0,
  ICU4XLanguageDisplay_Standard = 1,
} ICU4XLanguageDisplay;
#ifdef __cplusplus
} // namespace capi
#endif
#ifdef __cplusplus
namespace capi {
extern "C" {
#endif

void ICU4XLanguageDisplay_destroy(ICU4XLanguageDisplay* self);

#ifdef __cplusplus
} // extern "C"
} // namespace capi
#endif
#endif