tor-browser

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

GeneralCategoryNameToGroupMapper.h (1277B)


      1 #ifndef GeneralCategoryNameToGroupMapper_H
      2 #define GeneralCategoryNameToGroupMapper_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 "GeneralCategoryGroup.d.h"
     13 
     14 #include "GeneralCategoryNameToGroupMapper.d.h"
     15 
     16 
     17 
     18 
     19 
     20 
     21 GeneralCategoryGroup icu4x_GeneralCategoryNameToGroupMapper_get_strict_mv1(const GeneralCategoryNameToGroupMapper* self, DiplomatStringView name);
     22 
     23 GeneralCategoryGroup icu4x_GeneralCategoryNameToGroupMapper_get_loose_mv1(const GeneralCategoryNameToGroupMapper* self, DiplomatStringView name);
     24 
     25 GeneralCategoryNameToGroupMapper* icu4x_GeneralCategoryNameToGroupMapper_create_mv1(void);
     26 
     27 typedef struct icu4x_GeneralCategoryNameToGroupMapper_create_with_provider_mv1_result {union {GeneralCategoryNameToGroupMapper* ok; DataError err;}; bool is_ok;} icu4x_GeneralCategoryNameToGroupMapper_create_with_provider_mv1_result;
     28 icu4x_GeneralCategoryNameToGroupMapper_create_with_provider_mv1_result icu4x_GeneralCategoryNameToGroupMapper_create_with_provider_mv1(const DataProvider* provider);
     29 
     30 void icu4x_GeneralCategoryNameToGroupMapper_destroy_mv1(GeneralCategoryNameToGroupMapper* self);
     31 
     32 
     33 
     34 
     35 
     36 #endif // GeneralCategoryNameToGroupMapper_H