tor-browser

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

ExemplarCharacters.h (4012B)


      1 #ifndef ExemplarCharacters_H
      2 #define ExemplarCharacters_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 #include "DataError.d.h"
     11 #include "DataProvider.d.h"
     12 #include "Locale.d.h"
     13 
     14 #include "ExemplarCharacters.d.h"
     15 
     16 
     17 
     18 
     19 
     20 
     21 bool icu4x_ExemplarCharacters_contains_str_mv1(const ExemplarCharacters* self, DiplomatStringView s);
     22 
     23 bool icu4x_ExemplarCharacters_contains_mv1(const ExemplarCharacters* self, char32_t cp);
     24 
     25 typedef struct icu4x_ExemplarCharacters_create_main_mv1_result {union {ExemplarCharacters* ok; DataError err;}; bool is_ok;} icu4x_ExemplarCharacters_create_main_mv1_result;
     26 icu4x_ExemplarCharacters_create_main_mv1_result icu4x_ExemplarCharacters_create_main_mv1(const Locale* locale);
     27 
     28 typedef struct icu4x_ExemplarCharacters_create_main_with_provider_mv1_result {union {ExemplarCharacters* ok; DataError err;}; bool is_ok;} icu4x_ExemplarCharacters_create_main_with_provider_mv1_result;
     29 icu4x_ExemplarCharacters_create_main_with_provider_mv1_result icu4x_ExemplarCharacters_create_main_with_provider_mv1(const DataProvider* provider, const Locale* locale);
     30 
     31 typedef struct icu4x_ExemplarCharacters_create_auxiliary_mv1_result {union {ExemplarCharacters* ok; DataError err;}; bool is_ok;} icu4x_ExemplarCharacters_create_auxiliary_mv1_result;
     32 icu4x_ExemplarCharacters_create_auxiliary_mv1_result icu4x_ExemplarCharacters_create_auxiliary_mv1(const Locale* locale);
     33 
     34 typedef struct icu4x_ExemplarCharacters_create_auxiliary_with_provider_mv1_result {union {ExemplarCharacters* ok; DataError err;}; bool is_ok;} icu4x_ExemplarCharacters_create_auxiliary_with_provider_mv1_result;
     35 icu4x_ExemplarCharacters_create_auxiliary_with_provider_mv1_result icu4x_ExemplarCharacters_create_auxiliary_with_provider_mv1(const DataProvider* provider, const Locale* locale);
     36 
     37 typedef struct icu4x_ExemplarCharacters_create_punctuation_mv1_result {union {ExemplarCharacters* ok; DataError err;}; bool is_ok;} icu4x_ExemplarCharacters_create_punctuation_mv1_result;
     38 icu4x_ExemplarCharacters_create_punctuation_mv1_result icu4x_ExemplarCharacters_create_punctuation_mv1(const Locale* locale);
     39 
     40 typedef struct icu4x_ExemplarCharacters_create_punctuation_with_provider_mv1_result {union {ExemplarCharacters* ok; DataError err;}; bool is_ok;} icu4x_ExemplarCharacters_create_punctuation_with_provider_mv1_result;
     41 icu4x_ExemplarCharacters_create_punctuation_with_provider_mv1_result icu4x_ExemplarCharacters_create_punctuation_with_provider_mv1(const DataProvider* provider, const Locale* locale);
     42 
     43 typedef struct icu4x_ExemplarCharacters_create_numbers_mv1_result {union {ExemplarCharacters* ok; DataError err;}; bool is_ok;} icu4x_ExemplarCharacters_create_numbers_mv1_result;
     44 icu4x_ExemplarCharacters_create_numbers_mv1_result icu4x_ExemplarCharacters_create_numbers_mv1(const Locale* locale);
     45 
     46 typedef struct icu4x_ExemplarCharacters_create_numbers_with_provider_mv1_result {union {ExemplarCharacters* ok; DataError err;}; bool is_ok;} icu4x_ExemplarCharacters_create_numbers_with_provider_mv1_result;
     47 icu4x_ExemplarCharacters_create_numbers_with_provider_mv1_result icu4x_ExemplarCharacters_create_numbers_with_provider_mv1(const DataProvider* provider, const Locale* locale);
     48 
     49 typedef struct icu4x_ExemplarCharacters_create_index_mv1_result {union {ExemplarCharacters* ok; DataError err;}; bool is_ok;} icu4x_ExemplarCharacters_create_index_mv1_result;
     50 icu4x_ExemplarCharacters_create_index_mv1_result icu4x_ExemplarCharacters_create_index_mv1(const Locale* locale);
     51 
     52 typedef struct icu4x_ExemplarCharacters_create_index_with_provider_mv1_result {union {ExemplarCharacters* ok; DataError err;}; bool is_ok;} icu4x_ExemplarCharacters_create_index_with_provider_mv1_result;
     53 icu4x_ExemplarCharacters_create_index_with_provider_mv1_result icu4x_ExemplarCharacters_create_index_with_provider_mv1(const DataProvider* provider, const Locale* locale);
     54 
     55 void icu4x_ExemplarCharacters_destroy_mv1(ExemplarCharacters* self);
     56 
     57 
     58 
     59 
     60 
     61 #endif // ExemplarCharacters_H