tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

IndicSyllabicCategory.h (731B)


      1 #ifndef IndicSyllabicCategory_H
      2 #define IndicSyllabicCategory_H
      3 
      4 #include <stdio.h>
      5 #include <stdint.h>
      6 #include <stddef.h>
      7 #include <stdbool.h>
      8 #include "diplomat_runtime.h"
      9 
     10 
     11 #include "IndicSyllabicCategory.d.h"
     12 
     13 
     14 
     15 
     16 
     17 
     18 IndicSyllabicCategory icu4x_IndicSyllabicCategory_for_char_mv1(char32_t ch);
     19 
     20 uint8_t icu4x_IndicSyllabicCategory_to_integer_value_mv1(IndicSyllabicCategory self);
     21 
     22 typedef struct icu4x_IndicSyllabicCategory_from_integer_value_mv1_result {union {IndicSyllabicCategory ok; }; bool is_ok;} icu4x_IndicSyllabicCategory_from_integer_value_mv1_result;
     23 icu4x_IndicSyllabicCategory_from_integer_value_mv1_result icu4x_IndicSyllabicCategory_from_integer_value_mv1(uint8_t other);
     24 
     25 
     26 
     27 
     28 
     29 #endif // IndicSyllabicCategory_H