LCOV - differential code coverage report
Current view: top level - src/backend/snowball/libstemmer - stem_UTF_8_hungarian.c (source / functions) Coverage Total Hit UBC
Current: Differential Code Coverage 16@8cea358b128 vs 17@8cea358b128 Lines: 0.0 % 277 0 277
Current Date: 2024-04-14 14:21:10 Functions: 0.0 % 17 0 17
Baseline: 16@8cea358b128 Branches: 0.0 % 216 0 216
Baseline Date: 2024-04-14 14:21:09 Line coverage date bins:
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed (240..) days: 0.0 % 277 0 277
Function coverage date bins:
(240..) days: 0.0 % 17 0 17
Branch coverage date bins:
(240..) days: 0.0 % 216 0 216

 Age         Owner                    Branch data    TLA  Line data    Source code
                                  1                 :                : /* Generated by Snowball 2.2.0 - https://snowballstem.org/ */
                                  2                 :                : 
                                  3                 :                : #include "header.h"
                                  4                 :                : 
                                  5                 :                : #ifdef __cplusplus
                                  6                 :                : extern "C" {
                                  7                 :                : #endif
                                  8                 :                : extern int hungarian_UTF_8_stem(struct SN_env * z);
                                  9                 :                : #ifdef __cplusplus
                                 10                 :                : }
                                 11                 :                : #endif
                                 12                 :                : static int r_double(struct SN_env * z);
                                 13                 :                : static int r_undouble(struct SN_env * z);
                                 14                 :                : static int r_factive(struct SN_env * z);
                                 15                 :                : static int r_instrum(struct SN_env * z);
                                 16                 :                : static int r_plur_owner(struct SN_env * z);
                                 17                 :                : static int r_sing_owner(struct SN_env * z);
                                 18                 :                : static int r_owned(struct SN_env * z);
                                 19                 :                : static int r_plural(struct SN_env * z);
                                 20                 :                : static int r_case_other(struct SN_env * z);
                                 21                 :                : static int r_case_special(struct SN_env * z);
                                 22                 :                : static int r_case(struct SN_env * z);
                                 23                 :                : static int r_v_ending(struct SN_env * z);
                                 24                 :                : static int r_R1(struct SN_env * z);
                                 25                 :                : static int r_mark_regions(struct SN_env * z);
                                 26                 :                : #ifdef __cplusplus
                                 27                 :                : extern "C" {
                                 28                 :                : #endif
                                 29                 :                : 
                                 30                 :                : 
                                 31                 :                : extern struct SN_env * hungarian_UTF_8_create_env(void);
                                 32                 :                : extern void hungarian_UTF_8_close_env(struct SN_env * z);
                                 33                 :                : 
                                 34                 :                : 
                                 35                 :                : #ifdef __cplusplus
                                 36                 :                : }
                                 37                 :                : #endif
                                 38                 :                : static const symbol s_0_0[2] = { 'c', 's' };
                                 39                 :                : static const symbol s_0_1[3] = { 'd', 'z', 's' };
                                 40                 :                : static const symbol s_0_2[2] = { 'g', 'y' };
                                 41                 :                : static const symbol s_0_3[2] = { 'l', 'y' };
                                 42                 :                : static const symbol s_0_4[2] = { 'n', 'y' };
                                 43                 :                : static const symbol s_0_5[2] = { 's', 'z' };
                                 44                 :                : static const symbol s_0_6[2] = { 't', 'y' };
                                 45                 :                : static const symbol s_0_7[2] = { 'z', 's' };
                                 46                 :                : 
                                 47                 :                : static const struct among a_0[8] =
                                 48                 :                : {
                                 49                 :                : { 2, s_0_0, -1, -1, 0},
                                 50                 :                : { 3, s_0_1, -1, -1, 0},
                                 51                 :                : { 2, s_0_2, -1, -1, 0},
                                 52                 :                : { 2, s_0_3, -1, -1, 0},
                                 53                 :                : { 2, s_0_4, -1, -1, 0},
                                 54                 :                : { 2, s_0_5, -1, -1, 0},
                                 55                 :                : { 2, s_0_6, -1, -1, 0},
                                 56                 :                : { 2, s_0_7, -1, -1, 0}
                                 57                 :                : };
                                 58                 :                : 
                                 59                 :                : static const symbol s_1_0[2] = { 0xC3, 0xA1 };
                                 60                 :                : static const symbol s_1_1[2] = { 0xC3, 0xA9 };
                                 61                 :                : 
                                 62                 :                : static const struct among a_1[2] =
                                 63                 :                : {
                                 64                 :                : { 2, s_1_0, -1, 1, 0},
                                 65                 :                : { 2, s_1_1, -1, 2, 0}
                                 66                 :                : };
                                 67                 :                : 
                                 68                 :                : static const symbol s_2_0[2] = { 'b', 'b' };
                                 69                 :                : static const symbol s_2_1[2] = { 'c', 'c' };
                                 70                 :                : static const symbol s_2_2[2] = { 'd', 'd' };
                                 71                 :                : static const symbol s_2_3[2] = { 'f', 'f' };
                                 72                 :                : static const symbol s_2_4[2] = { 'g', 'g' };
                                 73                 :                : static const symbol s_2_5[2] = { 'j', 'j' };
                                 74                 :                : static const symbol s_2_6[2] = { 'k', 'k' };
                                 75                 :                : static const symbol s_2_7[2] = { 'l', 'l' };
                                 76                 :                : static const symbol s_2_8[2] = { 'm', 'm' };
                                 77                 :                : static const symbol s_2_9[2] = { 'n', 'n' };
                                 78                 :                : static const symbol s_2_10[2] = { 'p', 'p' };
                                 79                 :                : static const symbol s_2_11[2] = { 'r', 'r' };
                                 80                 :                : static const symbol s_2_12[3] = { 'c', 'c', 's' };
                                 81                 :                : static const symbol s_2_13[2] = { 's', 's' };
                                 82                 :                : static const symbol s_2_14[3] = { 'z', 'z', 's' };
                                 83                 :                : static const symbol s_2_15[2] = { 't', 't' };
                                 84                 :                : static const symbol s_2_16[2] = { 'v', 'v' };
                                 85                 :                : static const symbol s_2_17[3] = { 'g', 'g', 'y' };
                                 86                 :                : static const symbol s_2_18[3] = { 'l', 'l', 'y' };
                                 87                 :                : static const symbol s_2_19[3] = { 'n', 'n', 'y' };
                                 88                 :                : static const symbol s_2_20[3] = { 't', 't', 'y' };
                                 89                 :                : static const symbol s_2_21[3] = { 's', 's', 'z' };
                                 90                 :                : static const symbol s_2_22[2] = { 'z', 'z' };
                                 91                 :                : 
                                 92                 :                : static const struct among a_2[23] =
                                 93                 :                : {
                                 94                 :                : { 2, s_2_0, -1, -1, 0},
                                 95                 :                : { 2, s_2_1, -1, -1, 0},
                                 96                 :                : { 2, s_2_2, -1, -1, 0},
                                 97                 :                : { 2, s_2_3, -1, -1, 0},
                                 98                 :                : { 2, s_2_4, -1, -1, 0},
                                 99                 :                : { 2, s_2_5, -1, -1, 0},
                                100                 :                : { 2, s_2_6, -1, -1, 0},
                                101                 :                : { 2, s_2_7, -1, -1, 0},
                                102                 :                : { 2, s_2_8, -1, -1, 0},
                                103                 :                : { 2, s_2_9, -1, -1, 0},
                                104                 :                : { 2, s_2_10, -1, -1, 0},
                                105                 :                : { 2, s_2_11, -1, -1, 0},
                                106                 :                : { 3, s_2_12, -1, -1, 0},
                                107                 :                : { 2, s_2_13, -1, -1, 0},
                                108                 :                : { 3, s_2_14, -1, -1, 0},
                                109                 :                : { 2, s_2_15, -1, -1, 0},
                                110                 :                : { 2, s_2_16, -1, -1, 0},
                                111                 :                : { 3, s_2_17, -1, -1, 0},
                                112                 :                : { 3, s_2_18, -1, -1, 0},
                                113                 :                : { 3, s_2_19, -1, -1, 0},
                                114                 :                : { 3, s_2_20, -1, -1, 0},
                                115                 :                : { 3, s_2_21, -1, -1, 0},
                                116                 :                : { 2, s_2_22, -1, -1, 0}
                                117                 :                : };
                                118                 :                : 
                                119                 :                : static const symbol s_3_0[2] = { 'a', 'l' };
                                120                 :                : static const symbol s_3_1[2] = { 'e', 'l' };
                                121                 :                : 
                                122                 :                : static const struct among a_3[2] =
                                123                 :                : {
                                124                 :                : { 2, s_3_0, -1, 1, 0},
                                125                 :                : { 2, s_3_1, -1, 1, 0}
                                126                 :                : };
                                127                 :                : 
                                128                 :                : static const symbol s_4_0[2] = { 'b', 'a' };
                                129                 :                : static const symbol s_4_1[2] = { 'r', 'a' };
                                130                 :                : static const symbol s_4_2[2] = { 'b', 'e' };
                                131                 :                : static const symbol s_4_3[2] = { 'r', 'e' };
                                132                 :                : static const symbol s_4_4[2] = { 'i', 'g' };
                                133                 :                : static const symbol s_4_5[3] = { 'n', 'a', 'k' };
                                134                 :                : static const symbol s_4_6[3] = { 'n', 'e', 'k' };
                                135                 :                : static const symbol s_4_7[3] = { 'v', 'a', 'l' };
                                136                 :                : static const symbol s_4_8[3] = { 'v', 'e', 'l' };
                                137                 :                : static const symbol s_4_9[2] = { 'u', 'l' };
                                138                 :                : static const symbol s_4_10[4] = { 'b', 0xC5, 0x91, 'l' };
                                139                 :                : static const symbol s_4_11[4] = { 'r', 0xC5, 0x91, 'l' };
                                140                 :                : static const symbol s_4_12[4] = { 't', 0xC5, 0x91, 'l' };
                                141                 :                : static const symbol s_4_13[4] = { 'n', 0xC3, 0xA1, 'l' };
                                142                 :                : static const symbol s_4_14[4] = { 'n', 0xC3, 0xA9, 'l' };
                                143                 :                : static const symbol s_4_15[4] = { 'b', 0xC3, 0xB3, 'l' };
                                144                 :                : static const symbol s_4_16[4] = { 'r', 0xC3, 0xB3, 'l' };
                                145                 :                : static const symbol s_4_17[4] = { 't', 0xC3, 0xB3, 'l' };
                                146                 :                : static const symbol s_4_18[3] = { 0xC3, 0xBC, 'l' };
                                147                 :                : static const symbol s_4_19[1] = { 'n' };
                                148                 :                : static const symbol s_4_20[2] = { 'a', 'n' };
                                149                 :                : static const symbol s_4_21[3] = { 'b', 'a', 'n' };
                                150                 :                : static const symbol s_4_22[2] = { 'e', 'n' };
                                151                 :                : static const symbol s_4_23[3] = { 'b', 'e', 'n' };
                                152                 :                : static const symbol s_4_24[7] = { 'k', 0xC3, 0xA9, 'p', 'p', 'e', 'n' };
                                153                 :                : static const symbol s_4_25[2] = { 'o', 'n' };
                                154                 :                : static const symbol s_4_26[3] = { 0xC3, 0xB6, 'n' };
                                155                 :                : static const symbol s_4_27[5] = { 'k', 0xC3, 0xA9, 'p', 'p' };
                                156                 :                : static const symbol s_4_28[3] = { 'k', 'o', 'r' };
                                157                 :                : static const symbol s_4_29[1] = { 't' };
                                158                 :                : static const symbol s_4_30[2] = { 'a', 't' };
                                159                 :                : static const symbol s_4_31[2] = { 'e', 't' };
                                160                 :                : static const symbol s_4_32[5] = { 'k', 0xC3, 0xA9, 'n', 't' };
                                161                 :                : static const symbol s_4_33[7] = { 'a', 'n', 'k', 0xC3, 0xA9, 'n', 't' };
                                162                 :                : static const symbol s_4_34[7] = { 'e', 'n', 'k', 0xC3, 0xA9, 'n', 't' };
                                163                 :                : static const symbol s_4_35[7] = { 'o', 'n', 'k', 0xC3, 0xA9, 'n', 't' };
                                164                 :                : static const symbol s_4_36[2] = { 'o', 't' };
                                165                 :                : static const symbol s_4_37[4] = { 0xC3, 0xA9, 'r', 't' };
                                166                 :                : static const symbol s_4_38[3] = { 0xC3, 0xB6, 't' };
                                167                 :                : static const symbol s_4_39[3] = { 'h', 'e', 'z' };
                                168                 :                : static const symbol s_4_40[3] = { 'h', 'o', 'z' };
                                169                 :                : static const symbol s_4_41[4] = { 'h', 0xC3, 0xB6, 'z' };
                                170                 :                : static const symbol s_4_42[3] = { 'v', 0xC3, 0xA1 };
                                171                 :                : static const symbol s_4_43[3] = { 'v', 0xC3, 0xA9 };
                                172                 :                : 
                                173                 :                : static const struct among a_4[44] =
                                174                 :                : {
                                175                 :                : { 2, s_4_0, -1, -1, 0},
                                176                 :                : { 2, s_4_1, -1, -1, 0},
                                177                 :                : { 2, s_4_2, -1, -1, 0},
                                178                 :                : { 2, s_4_3, -1, -1, 0},
                                179                 :                : { 2, s_4_4, -1, -1, 0},
                                180                 :                : { 3, s_4_5, -1, -1, 0},
                                181                 :                : { 3, s_4_6, -1, -1, 0},
                                182                 :                : { 3, s_4_7, -1, -1, 0},
                                183                 :                : { 3, s_4_8, -1, -1, 0},
                                184                 :                : { 2, s_4_9, -1, -1, 0},
                                185                 :                : { 4, s_4_10, -1, -1, 0},
                                186                 :                : { 4, s_4_11, -1, -1, 0},
                                187                 :                : { 4, s_4_12, -1, -1, 0},
                                188                 :                : { 4, s_4_13, -1, -1, 0},
                                189                 :                : { 4, s_4_14, -1, -1, 0},
                                190                 :                : { 4, s_4_15, -1, -1, 0},
                                191                 :                : { 4, s_4_16, -1, -1, 0},
                                192                 :                : { 4, s_4_17, -1, -1, 0},
                                193                 :                : { 3, s_4_18, -1, -1, 0},
                                194                 :                : { 1, s_4_19, -1, -1, 0},
                                195                 :                : { 2, s_4_20, 19, -1, 0},
                                196                 :                : { 3, s_4_21, 20, -1, 0},
                                197                 :                : { 2, s_4_22, 19, -1, 0},
                                198                 :                : { 3, s_4_23, 22, -1, 0},
                                199                 :                : { 7, s_4_24, 22, -1, 0},
                                200                 :                : { 2, s_4_25, 19, -1, 0},
                                201                 :                : { 3, s_4_26, 19, -1, 0},
                                202                 :                : { 5, s_4_27, -1, -1, 0},
                                203                 :                : { 3, s_4_28, -1, -1, 0},
                                204                 :                : { 1, s_4_29, -1, -1, 0},
                                205                 :                : { 2, s_4_30, 29, -1, 0},
                                206                 :                : { 2, s_4_31, 29, -1, 0},
                                207                 :                : { 5, s_4_32, 29, -1, 0},
                                208                 :                : { 7, s_4_33, 32, -1, 0},
                                209                 :                : { 7, s_4_34, 32, -1, 0},
                                210                 :                : { 7, s_4_35, 32, -1, 0},
                                211                 :                : { 2, s_4_36, 29, -1, 0},
                                212                 :                : { 4, s_4_37, 29, -1, 0},
                                213                 :                : { 3, s_4_38, 29, -1, 0},
                                214                 :                : { 3, s_4_39, -1, -1, 0},
                                215                 :                : { 3, s_4_40, -1, -1, 0},
                                216                 :                : { 4, s_4_41, -1, -1, 0},
                                217                 :                : { 3, s_4_42, -1, -1, 0},
                                218                 :                : { 3, s_4_43, -1, -1, 0}
                                219                 :                : };
                                220                 :                : 
                                221                 :                : static const symbol s_5_0[3] = { 0xC3, 0xA1, 'n' };
                                222                 :                : static const symbol s_5_1[3] = { 0xC3, 0xA9, 'n' };
                                223                 :                : static const symbol s_5_2[8] = { 0xC3, 0xA1, 'n', 'k', 0xC3, 0xA9, 'n', 't' };
                                224                 :                : 
                                225                 :                : static const struct among a_5[3] =
                                226                 :                : {
                                227                 :                : { 3, s_5_0, -1, 2, 0},
                                228                 :                : { 3, s_5_1, -1, 1, 0},
                                229                 :                : { 8, s_5_2, -1, 2, 0}
                                230                 :                : };
                                231                 :                : 
                                232                 :                : static const symbol s_6_0[4] = { 's', 't', 'u', 'l' };
                                233                 :                : static const symbol s_6_1[5] = { 'a', 's', 't', 'u', 'l' };
                                234                 :                : static const symbol s_6_2[6] = { 0xC3, 0xA1, 's', 't', 'u', 'l' };
                                235                 :                : static const symbol s_6_3[5] = { 's', 't', 0xC3, 0xBC, 'l' };
                                236                 :                : static const symbol s_6_4[6] = { 'e', 's', 't', 0xC3, 0xBC, 'l' };
                                237                 :                : static const symbol s_6_5[7] = { 0xC3, 0xA9, 's', 't', 0xC3, 0xBC, 'l' };
                                238                 :                : 
                                239                 :                : static const struct among a_6[6] =
                                240                 :                : {
                                241                 :                : { 4, s_6_0, -1, 1, 0},
                                242                 :                : { 5, s_6_1, 0, 1, 0},
                                243                 :                : { 6, s_6_2, 0, 2, 0},
                                244                 :                : { 5, s_6_3, -1, 1, 0},
                                245                 :                : { 6, s_6_4, 3, 1, 0},
                                246                 :                : { 7, s_6_5, 3, 3, 0}
                                247                 :                : };
                                248                 :                : 
                                249                 :                : static const symbol s_7_0[2] = { 0xC3, 0xA1 };
                                250                 :                : static const symbol s_7_1[2] = { 0xC3, 0xA9 };
                                251                 :                : 
                                252                 :                : static const struct among a_7[2] =
                                253                 :                : {
                                254                 :                : { 2, s_7_0, -1, 1, 0},
                                255                 :                : { 2, s_7_1, -1, 1, 0}
                                256                 :                : };
                                257                 :                : 
                                258                 :                : static const symbol s_8_0[1] = { 'k' };
                                259                 :                : static const symbol s_8_1[2] = { 'a', 'k' };
                                260                 :                : static const symbol s_8_2[2] = { 'e', 'k' };
                                261                 :                : static const symbol s_8_3[2] = { 'o', 'k' };
                                262                 :                : static const symbol s_8_4[3] = { 0xC3, 0xA1, 'k' };
                                263                 :                : static const symbol s_8_5[3] = { 0xC3, 0xA9, 'k' };
                                264                 :                : static const symbol s_8_6[3] = { 0xC3, 0xB6, 'k' };
                                265                 :                : 
                                266                 :                : static const struct among a_8[7] =
                                267                 :                : {
                                268                 :                : { 1, s_8_0, -1, 3, 0},
                                269                 :                : { 2, s_8_1, 0, 3, 0},
                                270                 :                : { 2, s_8_2, 0, 3, 0},
                                271                 :                : { 2, s_8_3, 0, 3, 0},
                                272                 :                : { 3, s_8_4, 0, 1, 0},
                                273                 :                : { 3, s_8_5, 0, 2, 0},
                                274                 :                : { 3, s_8_6, 0, 3, 0}
                                275                 :                : };
                                276                 :                : 
                                277                 :                : static const symbol s_9_0[3] = { 0xC3, 0xA9, 'i' };
                                278                 :                : static const symbol s_9_1[5] = { 0xC3, 0xA1, 0xC3, 0xA9, 'i' };
                                279                 :                : static const symbol s_9_2[5] = { 0xC3, 0xA9, 0xC3, 0xA9, 'i' };
                                280                 :                : static const symbol s_9_3[2] = { 0xC3, 0xA9 };
                                281                 :                : static const symbol s_9_4[3] = { 'k', 0xC3, 0xA9 };
                                282                 :                : static const symbol s_9_5[4] = { 'a', 'k', 0xC3, 0xA9 };
                                283                 :                : static const symbol s_9_6[4] = { 'e', 'k', 0xC3, 0xA9 };
                                284                 :                : static const symbol s_9_7[4] = { 'o', 'k', 0xC3, 0xA9 };
                                285                 :                : static const symbol s_9_8[5] = { 0xC3, 0xA1, 'k', 0xC3, 0xA9 };
                                286                 :                : static const symbol s_9_9[5] = { 0xC3, 0xA9, 'k', 0xC3, 0xA9 };
                                287                 :                : static const symbol s_9_10[5] = { 0xC3, 0xB6, 'k', 0xC3, 0xA9 };
                                288                 :                : static const symbol s_9_11[4] = { 0xC3, 0xA9, 0xC3, 0xA9 };
                                289                 :                : 
                                290                 :                : static const struct among a_9[12] =
                                291                 :                : {
                                292                 :                : { 3, s_9_0, -1, 1, 0},
                                293                 :                : { 5, s_9_1, 0, 3, 0},
                                294                 :                : { 5, s_9_2, 0, 2, 0},
                                295                 :                : { 2, s_9_3, -1, 1, 0},
                                296                 :                : { 3, s_9_4, 3, 1, 0},
                                297                 :                : { 4, s_9_5, 4, 1, 0},
                                298                 :                : { 4, s_9_6, 4, 1, 0},
                                299                 :                : { 4, s_9_7, 4, 1, 0},
                                300                 :                : { 5, s_9_8, 4, 3, 0},
                                301                 :                : { 5, s_9_9, 4, 2, 0},
                                302                 :                : { 5, s_9_10, 4, 1, 0},
                                303                 :                : { 4, s_9_11, 3, 2, 0}
                                304                 :                : };
                                305                 :                : 
                                306                 :                : static const symbol s_10_0[1] = { 'a' };
                                307                 :                : static const symbol s_10_1[2] = { 'j', 'a' };
                                308                 :                : static const symbol s_10_2[1] = { 'd' };
                                309                 :                : static const symbol s_10_3[2] = { 'a', 'd' };
                                310                 :                : static const symbol s_10_4[2] = { 'e', 'd' };
                                311                 :                : static const symbol s_10_5[2] = { 'o', 'd' };
                                312                 :                : static const symbol s_10_6[3] = { 0xC3, 0xA1, 'd' };
                                313                 :                : static const symbol s_10_7[3] = { 0xC3, 0xA9, 'd' };
                                314                 :                : static const symbol s_10_8[3] = { 0xC3, 0xB6, 'd' };
                                315                 :                : static const symbol s_10_9[1] = { 'e' };
                                316                 :                : static const symbol s_10_10[2] = { 'j', 'e' };
                                317                 :                : static const symbol s_10_11[2] = { 'n', 'k' };
                                318                 :                : static const symbol s_10_12[3] = { 'u', 'n', 'k' };
                                319                 :                : static const symbol s_10_13[4] = { 0xC3, 0xA1, 'n', 'k' };
                                320                 :                : static const symbol s_10_14[4] = { 0xC3, 0xA9, 'n', 'k' };
                                321                 :                : static const symbol s_10_15[4] = { 0xC3, 0xBC, 'n', 'k' };
                                322                 :                : static const symbol s_10_16[2] = { 'u', 'k' };
                                323                 :                : static const symbol s_10_17[3] = { 'j', 'u', 'k' };
                                324                 :                : static const symbol s_10_18[5] = { 0xC3, 0xA1, 'j', 'u', 'k' };
                                325                 :                : static const symbol s_10_19[3] = { 0xC3, 0xBC, 'k' };
                                326                 :                : static const symbol s_10_20[4] = { 'j', 0xC3, 0xBC, 'k' };
                                327                 :                : static const symbol s_10_21[6] = { 0xC3, 0xA9, 'j', 0xC3, 0xBC, 'k' };
                                328                 :                : static const symbol s_10_22[1] = { 'm' };
                                329                 :                : static const symbol s_10_23[2] = { 'a', 'm' };
                                330                 :                : static const symbol s_10_24[2] = { 'e', 'm' };
                                331                 :                : static const symbol s_10_25[2] = { 'o', 'm' };
                                332                 :                : static const symbol s_10_26[3] = { 0xC3, 0xA1, 'm' };
                                333                 :                : static const symbol s_10_27[3] = { 0xC3, 0xA9, 'm' };
                                334                 :                : static const symbol s_10_28[1] = { 'o' };
                                335                 :                : static const symbol s_10_29[2] = { 0xC3, 0xA1 };
                                336                 :                : static const symbol s_10_30[2] = { 0xC3, 0xA9 };
                                337                 :                : 
                                338                 :                : static const struct among a_10[31] =
                                339                 :                : {
                                340                 :                : { 1, s_10_0, -1, 1, 0},
                                341                 :                : { 2, s_10_1, 0, 1, 0},
                                342                 :                : { 1, s_10_2, -1, 1, 0},
                                343                 :                : { 2, s_10_3, 2, 1, 0},
                                344                 :                : { 2, s_10_4, 2, 1, 0},
                                345                 :                : { 2, s_10_5, 2, 1, 0},
                                346                 :                : { 3, s_10_6, 2, 2, 0},
                                347                 :                : { 3, s_10_7, 2, 3, 0},
                                348                 :                : { 3, s_10_8, 2, 1, 0},
                                349                 :                : { 1, s_10_9, -1, 1, 0},
                                350                 :                : { 2, s_10_10, 9, 1, 0},
                                351                 :                : { 2, s_10_11, -1, 1, 0},
                                352                 :                : { 3, s_10_12, 11, 1, 0},
                                353                 :                : { 4, s_10_13, 11, 2, 0},
                                354                 :                : { 4, s_10_14, 11, 3, 0},
                                355                 :                : { 4, s_10_15, 11, 1, 0},
                                356                 :                : { 2, s_10_16, -1, 1, 0},
                                357                 :                : { 3, s_10_17, 16, 1, 0},
                                358                 :                : { 5, s_10_18, 17, 2, 0},
                                359                 :                : { 3, s_10_19, -1, 1, 0},
                                360                 :                : { 4, s_10_20, 19, 1, 0},
                                361                 :                : { 6, s_10_21, 20, 3, 0},
                                362                 :                : { 1, s_10_22, -1, 1, 0},
                                363                 :                : { 2, s_10_23, 22, 1, 0},
                                364                 :                : { 2, s_10_24, 22, 1, 0},
                                365                 :                : { 2, s_10_25, 22, 1, 0},
                                366                 :                : { 3, s_10_26, 22, 2, 0},
                                367                 :                : { 3, s_10_27, 22, 3, 0},
                                368                 :                : { 1, s_10_28, -1, 1, 0},
                                369                 :                : { 2, s_10_29, -1, 2, 0},
                                370                 :                : { 2, s_10_30, -1, 3, 0}
                                371                 :                : };
                                372                 :                : 
                                373                 :                : static const symbol s_11_0[2] = { 'i', 'd' };
                                374                 :                : static const symbol s_11_1[3] = { 'a', 'i', 'd' };
                                375                 :                : static const symbol s_11_2[4] = { 'j', 'a', 'i', 'd' };
                                376                 :                : static const symbol s_11_3[3] = { 'e', 'i', 'd' };
                                377                 :                : static const symbol s_11_4[4] = { 'j', 'e', 'i', 'd' };
                                378                 :                : static const symbol s_11_5[4] = { 0xC3, 0xA1, 'i', 'd' };
                                379                 :                : static const symbol s_11_6[4] = { 0xC3, 0xA9, 'i', 'd' };
                                380                 :                : static const symbol s_11_7[1] = { 'i' };
                                381                 :                : static const symbol s_11_8[2] = { 'a', 'i' };
                                382                 :                : static const symbol s_11_9[3] = { 'j', 'a', 'i' };
                                383                 :                : static const symbol s_11_10[2] = { 'e', 'i' };
                                384                 :                : static const symbol s_11_11[3] = { 'j', 'e', 'i' };
                                385                 :                : static const symbol s_11_12[3] = { 0xC3, 0xA1, 'i' };
                                386                 :                : static const symbol s_11_13[3] = { 0xC3, 0xA9, 'i' };
                                387                 :                : static const symbol s_11_14[4] = { 'i', 't', 'e', 'k' };
                                388                 :                : static const symbol s_11_15[5] = { 'e', 'i', 't', 'e', 'k' };
                                389                 :                : static const symbol s_11_16[6] = { 'j', 'e', 'i', 't', 'e', 'k' };
                                390                 :                : static const symbol s_11_17[6] = { 0xC3, 0xA9, 'i', 't', 'e', 'k' };
                                391                 :                : static const symbol s_11_18[2] = { 'i', 'k' };
                                392                 :                : static const symbol s_11_19[3] = { 'a', 'i', 'k' };
                                393                 :                : static const symbol s_11_20[4] = { 'j', 'a', 'i', 'k' };
                                394                 :                : static const symbol s_11_21[3] = { 'e', 'i', 'k' };
                                395                 :                : static const symbol s_11_22[4] = { 'j', 'e', 'i', 'k' };
                                396                 :                : static const symbol s_11_23[4] = { 0xC3, 0xA1, 'i', 'k' };
                                397                 :                : static const symbol s_11_24[4] = { 0xC3, 0xA9, 'i', 'k' };
                                398                 :                : static const symbol s_11_25[3] = { 'i', 'n', 'k' };
                                399                 :                : static const symbol s_11_26[4] = { 'a', 'i', 'n', 'k' };
                                400                 :                : static const symbol s_11_27[5] = { 'j', 'a', 'i', 'n', 'k' };
                                401                 :                : static const symbol s_11_28[4] = { 'e', 'i', 'n', 'k' };
                                402                 :                : static const symbol s_11_29[5] = { 'j', 'e', 'i', 'n', 'k' };
                                403                 :                : static const symbol s_11_30[5] = { 0xC3, 0xA1, 'i', 'n', 'k' };
                                404                 :                : static const symbol s_11_31[5] = { 0xC3, 0xA9, 'i', 'n', 'k' };
                                405                 :                : static const symbol s_11_32[5] = { 'a', 'i', 't', 'o', 'k' };
                                406                 :                : static const symbol s_11_33[6] = { 'j', 'a', 'i', 't', 'o', 'k' };
                                407                 :                : static const symbol s_11_34[6] = { 0xC3, 0xA1, 'i', 't', 'o', 'k' };
                                408                 :                : static const symbol s_11_35[2] = { 'i', 'm' };
                                409                 :                : static const symbol s_11_36[3] = { 'a', 'i', 'm' };
                                410                 :                : static const symbol s_11_37[4] = { 'j', 'a', 'i', 'm' };
                                411                 :                : static const symbol s_11_38[3] = { 'e', 'i', 'm' };
                                412                 :                : static const symbol s_11_39[4] = { 'j', 'e', 'i', 'm' };
                                413                 :                : static const symbol s_11_40[4] = { 0xC3, 0xA1, 'i', 'm' };
                                414                 :                : static const symbol s_11_41[4] = { 0xC3, 0xA9, 'i', 'm' };
                                415                 :                : 
                                416                 :                : static const struct among a_11[42] =
                                417                 :                : {
                                418                 :                : { 2, s_11_0, -1, 1, 0},
                                419                 :                : { 3, s_11_1, 0, 1, 0},
                                420                 :                : { 4, s_11_2, 1, 1, 0},
                                421                 :                : { 3, s_11_3, 0, 1, 0},
                                422                 :                : { 4, s_11_4, 3, 1, 0},
                                423                 :                : { 4, s_11_5, 0, 2, 0},
                                424                 :                : { 4, s_11_6, 0, 3, 0},
                                425                 :                : { 1, s_11_7, -1, 1, 0},
                                426                 :                : { 2, s_11_8, 7, 1, 0},
                                427                 :                : { 3, s_11_9, 8, 1, 0},
                                428                 :                : { 2, s_11_10, 7, 1, 0},
                                429                 :                : { 3, s_11_11, 10, 1, 0},
                                430                 :                : { 3, s_11_12, 7, 2, 0},
                                431                 :                : { 3, s_11_13, 7, 3, 0},
                                432                 :                : { 4, s_11_14, -1, 1, 0},
                                433                 :                : { 5, s_11_15, 14, 1, 0},
                                434                 :                : { 6, s_11_16, 15, 1, 0},
                                435                 :                : { 6, s_11_17, 14, 3, 0},
                                436                 :                : { 2, s_11_18, -1, 1, 0},
                                437                 :                : { 3, s_11_19, 18, 1, 0},
                                438                 :                : { 4, s_11_20, 19, 1, 0},
                                439                 :                : { 3, s_11_21, 18, 1, 0},
                                440                 :                : { 4, s_11_22, 21, 1, 0},
                                441                 :                : { 4, s_11_23, 18, 2, 0},
                                442                 :                : { 4, s_11_24, 18, 3, 0},
                                443                 :                : { 3, s_11_25, -1, 1, 0},
                                444                 :                : { 4, s_11_26, 25, 1, 0},
                                445                 :                : { 5, s_11_27, 26, 1, 0},
                                446                 :                : { 4, s_11_28, 25, 1, 0},
                                447                 :                : { 5, s_11_29, 28, 1, 0},
                                448                 :                : { 5, s_11_30, 25, 2, 0},
                                449                 :                : { 5, s_11_31, 25, 3, 0},
                                450                 :                : { 5, s_11_32, -1, 1, 0},
                                451                 :                : { 6, s_11_33, 32, 1, 0},
                                452                 :                : { 6, s_11_34, -1, 2, 0},
                                453                 :                : { 2, s_11_35, -1, 1, 0},
                                454                 :                : { 3, s_11_36, 35, 1, 0},
                                455                 :                : { 4, s_11_37, 36, 1, 0},
                                456                 :                : { 3, s_11_38, 35, 1, 0},
                                457                 :                : { 4, s_11_39, 38, 1, 0},
                                458                 :                : { 4, s_11_40, 35, 2, 0},
                                459                 :                : { 4, s_11_41, 35, 3, 0}
                                460                 :                : };
                                461                 :                : 
                                462                 :                : static const unsigned char g_v[] = { 17, 65, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 36, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1 };
                                463                 :                : 
                                464                 :                : static const symbol s_0[] = { 'a' };
                                465                 :                : static const symbol s_1[] = { 'e' };
                                466                 :                : static const symbol s_2[] = { 'e' };
                                467                 :                : static const symbol s_3[] = { 'a' };
                                468                 :                : static const symbol s_4[] = { 'a' };
                                469                 :                : static const symbol s_5[] = { 'e' };
                                470                 :                : static const symbol s_6[] = { 'a' };
                                471                 :                : static const symbol s_7[] = { 'e' };
                                472                 :                : static const symbol s_8[] = { 'e' };
                                473                 :                : static const symbol s_9[] = { 'a' };
                                474                 :                : static const symbol s_10[] = { 'a' };
                                475                 :                : static const symbol s_11[] = { 'e' };
                                476                 :                : static const symbol s_12[] = { 'a' };
                                477                 :                : static const symbol s_13[] = { 'e' };
                                478                 :                : 
 1150 peter@eisentraut.org      479                 :UBC           0 : static int r_mark_regions(struct SN_env * z) {
                                480                 :              0 :     z->I[0] = z->l;
                                481                 :              0 :     {   int c1 = z->c;
                                482         [ #  # ]:              0 :         if (in_grouping_U(z, g_v, 97, 369, 0)) goto lab1;
                                483         [ #  # ]:              0 :         if (in_grouping_U(z, g_v, 97, 369, 1) < 0) goto lab1;
                                484                 :              0 :         {   int c2 = z->c;
                                485   [ #  #  #  #  :              0 :             if (z->c + 1 >= z->l || z->p[z->c + 1] >> 5 != 3 || !((101187584 >> (z->p[z->c + 1] & 0x1f)) & 1)) goto lab3;
                                              #  # ]
 2029 tgl@sss.pgh.pa.us         486         [ #  # ]:              0 :             if (!(find_among(z, a_0, 8))) goto lab3;
 6081                           487                 :              0 :             goto lab2;
                                488                 :              0 :         lab3:
                                489                 :              0 :             z->c = c2;
 1150 peter@eisentraut.org      490                 :              0 :             {   int ret = skip_utf8(z->p, z->c, z->l, 1);
 6081 tgl@sss.pgh.pa.us         491         [ #  # ]:              0 :                 if (ret < 0) goto lab1;
 1150 peter@eisentraut.org      492                 :              0 :                 z->c = ret;
                                493                 :                :             }
                                494                 :                :         }
 6081 tgl@sss.pgh.pa.us         495                 :              0 :     lab2:
 1150 peter@eisentraut.org      496                 :              0 :         z->I[0] = z->c;
 6081 tgl@sss.pgh.pa.us         497                 :              0 :         goto lab0;
                                498                 :              0 :     lab1:
                                499                 :              0 :         z->c = c1;
 1150 peter@eisentraut.org      500         [ #  # ]:              0 :         if (out_grouping_U(z, g_v, 97, 369, 0)) return 0;
                                501                 :                :         {   
 2029 tgl@sss.pgh.pa.us         502                 :              0 :             int ret = out_grouping_U(z, g_v, 97, 369, 1);
 6081                           503         [ #  # ]:              0 :             if (ret < 0) return 0;
                                504                 :              0 :             z->c += ret;
                                505                 :                :         }
 1150 peter@eisentraut.org      506                 :              0 :         z->I[0] = z->c;
                                507                 :                :     }
 6081 tgl@sss.pgh.pa.us         508                 :              0 : lab0:
                                509                 :              0 :     return 1;
                                510                 :                : }
                                511                 :                : 
 1150 peter@eisentraut.org      512                 :              0 : static int r_R1(struct SN_env * z) {
                                513         [ #  # ]:              0 :     if (!(z->I[0] <= z->c)) return 0;
 6081 tgl@sss.pgh.pa.us         514                 :              0 :     return 1;
                                515                 :                : }
                                516                 :                : 
 1150 peter@eisentraut.org      517                 :              0 : static int r_v_ending(struct SN_env * z) {
                                518                 :                :     int among_var;
                                519                 :              0 :     z->ket = z->c;
                                520   [ #  #  #  #  :              0 :     if (z->c - 1 <= z->lb || (z->p[z->c - 1] != 161 && z->p[z->c - 1] != 169)) return 0;
                                              #  # ]
 2029 tgl@sss.pgh.pa.us         521                 :              0 :     among_var = find_among_b(z, a_1, 2);
 6081                           522         [ #  # ]:              0 :     if (!(among_var)) return 0;
 1150 peter@eisentraut.org      523                 :              0 :     z->bra = z->c;
                                524                 :              0 :     {   int ret = r_R1(z);
 2029 tgl@sss.pgh.pa.us         525         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                526                 :                :     }
 1150 peter@eisentraut.org      527      [ #  #  # ]:              0 :     switch (among_var) {
 6081 tgl@sss.pgh.pa.us         528                 :              0 :         case 1:
 1150 peter@eisentraut.org      529                 :              0 :             {   int ret = slice_from_s(z, 1, s_0);
 6081 tgl@sss.pgh.pa.us         530         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                531                 :                :             }
                                532                 :              0 :             break;
                                533                 :              0 :         case 2:
 1150 peter@eisentraut.org      534                 :              0 :             {   int ret = slice_from_s(z, 1, s_1);
 6081 tgl@sss.pgh.pa.us         535         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                536                 :                :             }
                                537                 :              0 :             break;
                                538                 :                :     }
                                539                 :              0 :     return 1;
                                540                 :                : }
                                541                 :                : 
 1150 peter@eisentraut.org      542                 :              0 : static int r_double(struct SN_env * z) {
                                543                 :              0 :     {   int m_test1 = z->l - z->c;
                                544   [ #  #  #  #  :              0 :         if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((106790108 >> (z->p[z->c - 1] & 0x1f)) & 1)) return 0;
                                              #  # ]
 2029 tgl@sss.pgh.pa.us         545         [ #  # ]:              0 :         if (!(find_among_b(z, a_2, 23))) return 0;
                                546                 :              0 :         z->c = z->l - m_test1;
                                547                 :                :     }
 6081                           548                 :              0 :     return 1;
                                549                 :                : }
                                550                 :                : 
 1150 peter@eisentraut.org      551                 :              0 : static int r_undouble(struct SN_env * z) {
                                552                 :              0 :     {   int ret = skip_b_utf8(z->p, z->c, z->lb, 1);
 6081 tgl@sss.pgh.pa.us         553         [ #  # ]:              0 :         if (ret < 0) return 0;
 1150 peter@eisentraut.org      554                 :              0 :         z->c = ret;
                                555                 :                :     }
                                556                 :              0 :     z->ket = z->c;
                                557                 :              0 :     {   int ret = skip_b_utf8(z->p, z->c, z->lb, 1);
 6081 tgl@sss.pgh.pa.us         558         [ #  # ]:              0 :         if (ret < 0) return 0;
 2029                           559                 :              0 :         z->c = ret;
                                560                 :                :     }
 1150 peter@eisentraut.org      561                 :              0 :     z->bra = z->c;
                                562                 :              0 :     {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         563         [ #  # ]:              0 :         if (ret < 0) return ret;
                                564                 :                :     }
                                565                 :              0 :     return 1;
                                566                 :                : }
                                567                 :                : 
 1150 peter@eisentraut.org      568                 :              0 : static int r_instrum(struct SN_env * z) {
                                569                 :              0 :     z->ket = z->c;
                                570   [ #  #  #  # ]:              0 :     if (z->c - 1 <= z->lb || z->p[z->c - 1] != 108) return 0;
 2029 tgl@sss.pgh.pa.us         571         [ #  # ]:              0 :     if (!(find_among_b(z, a_3, 2))) return 0;
 1150 peter@eisentraut.org      572                 :              0 :     z->bra = z->c;
                                573                 :              0 :     {   int ret = r_R1(z);
 2029 tgl@sss.pgh.pa.us         574         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                575                 :                :     }
 1150 peter@eisentraut.org      576                 :              0 :     {   int ret = r_double(z);
 2029 tgl@sss.pgh.pa.us         577         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                578                 :                :     }
 1150 peter@eisentraut.org      579                 :              0 :     {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         580         [ #  # ]:              0 :         if (ret < 0) return ret;
                                581                 :                :     }
 1150 peter@eisentraut.org      582                 :              0 :     {   int ret = r_undouble(z);
 2029 tgl@sss.pgh.pa.us         583         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                584                 :                :     }
 6081                           585                 :              0 :     return 1;
                                586                 :                : }
                                587                 :                : 
 1150 peter@eisentraut.org      588                 :              0 : static int r_case(struct SN_env * z) {
                                589                 :              0 :     z->ket = z->c;
                                590         [ #  # ]:              0 :     if (!(find_among_b(z, a_4, 44))) return 0;
                                591                 :              0 :     z->bra = z->c;
                                592                 :              0 :     {   int ret = r_R1(z);
 2029 tgl@sss.pgh.pa.us         593         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                594                 :                :     }
 1150 peter@eisentraut.org      595                 :              0 :     {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         596         [ #  # ]:              0 :         if (ret < 0) return ret;
                                597                 :                :     }
 1150 peter@eisentraut.org      598                 :              0 :     {   int ret = r_v_ending(z);
 2029 tgl@sss.pgh.pa.us         599         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                600                 :                :     }
 6081                           601                 :              0 :     return 1;
                                602                 :                : }
                                603                 :                : 
 1150 peter@eisentraut.org      604                 :              0 : static int r_case_special(struct SN_env * z) {
                                605                 :                :     int among_var;
                                606                 :              0 :     z->ket = z->c;
                                607   [ #  #  #  #  :              0 :     if (z->c - 2 <= z->lb || (z->p[z->c - 1] != 110 && z->p[z->c - 1] != 116)) return 0;
                                              #  # ]
 2029 tgl@sss.pgh.pa.us         608                 :              0 :     among_var = find_among_b(z, a_5, 3);
 6081                           609         [ #  # ]:              0 :     if (!(among_var)) return 0;
 1150 peter@eisentraut.org      610                 :              0 :     z->bra = z->c;
                                611                 :              0 :     {   int ret = r_R1(z);
 2029 tgl@sss.pgh.pa.us         612         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                613                 :                :     }
 1150 peter@eisentraut.org      614      [ #  #  # ]:              0 :     switch (among_var) {
 6081 tgl@sss.pgh.pa.us         615                 :              0 :         case 1:
 1150 peter@eisentraut.org      616                 :              0 :             {   int ret = slice_from_s(z, 1, s_2);
 6081 tgl@sss.pgh.pa.us         617         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                618                 :                :             }
                                619                 :              0 :             break;
                                620                 :              0 :         case 2:
 1150 peter@eisentraut.org      621                 :              0 :             {   int ret = slice_from_s(z, 1, s_3);
 6081 tgl@sss.pgh.pa.us         622         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                623                 :                :             }
                                624                 :              0 :             break;
                                625                 :                :     }
                                626                 :              0 :     return 1;
                                627                 :                : }
                                628                 :                : 
 1150 peter@eisentraut.org      629                 :              0 : static int r_case_other(struct SN_env * z) {
                                630                 :                :     int among_var;
                                631                 :              0 :     z->ket = z->c;
                                632   [ #  #  #  # ]:              0 :     if (z->c - 3 <= z->lb || z->p[z->c - 1] != 108) return 0;
 2029 tgl@sss.pgh.pa.us         633                 :              0 :     among_var = find_among_b(z, a_6, 6);
 6081                           634         [ #  # ]:              0 :     if (!(among_var)) return 0;
 1150 peter@eisentraut.org      635                 :              0 :     z->bra = z->c;
                                636                 :              0 :     {   int ret = r_R1(z);
 2029 tgl@sss.pgh.pa.us         637         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                638                 :                :     }
 1150 peter@eisentraut.org      639   [ #  #  #  # ]:              0 :     switch (among_var) {
 6081 tgl@sss.pgh.pa.us         640                 :              0 :         case 1:
 1150 peter@eisentraut.org      641                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         642         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                643                 :                :             }
                                644                 :              0 :             break;
                                645                 :              0 :         case 2:
 1150 peter@eisentraut.org      646                 :              0 :             {   int ret = slice_from_s(z, 1, s_4);
 6081 tgl@sss.pgh.pa.us         647         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                648                 :                :             }
                                649                 :              0 :             break;
                                650                 :              0 :         case 3:
 1150 peter@eisentraut.org      651                 :              0 :             {   int ret = slice_from_s(z, 1, s_5);
 6081 tgl@sss.pgh.pa.us         652         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                653                 :                :             }
                                654                 :              0 :             break;
                                655                 :                :     }
                                656                 :              0 :     return 1;
                                657                 :                : }
                                658                 :                : 
 1150 peter@eisentraut.org      659                 :              0 : static int r_factive(struct SN_env * z) {
                                660                 :              0 :     z->ket = z->c;
                                661   [ #  #  #  #  :              0 :     if (z->c - 1 <= z->lb || (z->p[z->c - 1] != 161 && z->p[z->c - 1] != 169)) return 0;
                                              #  # ]
 2029 tgl@sss.pgh.pa.us         662         [ #  # ]:              0 :     if (!(find_among_b(z, a_7, 2))) return 0;
 1150 peter@eisentraut.org      663                 :              0 :     z->bra = z->c;
                                664                 :              0 :     {   int ret = r_R1(z);
 2029 tgl@sss.pgh.pa.us         665         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                666                 :                :     }
 1150 peter@eisentraut.org      667                 :              0 :     {   int ret = r_double(z);
 2029 tgl@sss.pgh.pa.us         668         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                669                 :                :     }
 1150 peter@eisentraut.org      670                 :              0 :     {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         671         [ #  # ]:              0 :         if (ret < 0) return ret;
                                672                 :                :     }
 1150 peter@eisentraut.org      673                 :              0 :     {   int ret = r_undouble(z);
 2029 tgl@sss.pgh.pa.us         674         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                675                 :                :     }
 6081                           676                 :              0 :     return 1;
                                677                 :                : }
                                678                 :                : 
 1150 peter@eisentraut.org      679                 :              0 : static int r_plural(struct SN_env * z) {
                                680                 :                :     int among_var;
                                681                 :              0 :     z->ket = z->c;
                                682   [ #  #  #  # ]:              0 :     if (z->c <= z->lb || z->p[z->c - 1] != 107) return 0;
 2029 tgl@sss.pgh.pa.us         683                 :              0 :     among_var = find_among_b(z, a_8, 7);
 6081                           684         [ #  # ]:              0 :     if (!(among_var)) return 0;
 1150 peter@eisentraut.org      685                 :              0 :     z->bra = z->c;
                                686                 :              0 :     {   int ret = r_R1(z);
 2029 tgl@sss.pgh.pa.us         687         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                688                 :                :     }
 1150 peter@eisentraut.org      689   [ #  #  #  # ]:              0 :     switch (among_var) {
 6081 tgl@sss.pgh.pa.us         690                 :              0 :         case 1:
 1150 peter@eisentraut.org      691                 :              0 :             {   int ret = slice_from_s(z, 1, s_6);
 6081 tgl@sss.pgh.pa.us         692         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                693                 :                :             }
                                694                 :              0 :             break;
                                695                 :              0 :         case 2:
 1150 peter@eisentraut.org      696                 :              0 :             {   int ret = slice_from_s(z, 1, s_7);
 6081 tgl@sss.pgh.pa.us         697         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                698                 :                :             }
                                699                 :              0 :             break;
                                700                 :              0 :         case 3:
 1150 peter@eisentraut.org      701                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         702         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                703                 :                :             }
                                704                 :              0 :             break;
                                705                 :                :     }
                                706                 :              0 :     return 1;
                                707                 :                : }
                                708                 :                : 
 1150 peter@eisentraut.org      709                 :              0 : static int r_owned(struct SN_env * z) {
                                710                 :                :     int among_var;
                                711                 :              0 :     z->ket = z->c;
                                712   [ #  #  #  #  :              0 :     if (z->c - 1 <= z->lb || (z->p[z->c - 1] != 105 && z->p[z->c - 1] != 169)) return 0;
                                              #  # ]
 2029 tgl@sss.pgh.pa.us         713                 :              0 :     among_var = find_among_b(z, a_9, 12);
 6081                           714         [ #  # ]:              0 :     if (!(among_var)) return 0;
 1150 peter@eisentraut.org      715                 :              0 :     z->bra = z->c;
                                716                 :              0 :     {   int ret = r_R1(z);
 2029 tgl@sss.pgh.pa.us         717         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                718                 :                :     }
 1150 peter@eisentraut.org      719   [ #  #  #  # ]:              0 :     switch (among_var) {
 6081 tgl@sss.pgh.pa.us         720                 :              0 :         case 1:
 1150 peter@eisentraut.org      721                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         722         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                723                 :                :             }
                                724                 :              0 :             break;
                                725                 :              0 :         case 2:
 1150 peter@eisentraut.org      726                 :              0 :             {   int ret = slice_from_s(z, 1, s_8);
 6081 tgl@sss.pgh.pa.us         727         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                728                 :                :             }
                                729                 :              0 :             break;
                                730                 :              0 :         case 3:
 1150 peter@eisentraut.org      731                 :              0 :             {   int ret = slice_from_s(z, 1, s_9);
 6081 tgl@sss.pgh.pa.us         732         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                733                 :                :             }
                                734                 :              0 :             break;
                                735                 :                :     }
                                736                 :              0 :     return 1;
                                737                 :                : }
                                738                 :                : 
 1150 peter@eisentraut.org      739                 :              0 : static int r_sing_owner(struct SN_env * z) {
                                740                 :                :     int among_var;
                                741                 :              0 :     z->ket = z->c;
                                742                 :              0 :     among_var = find_among_b(z, a_10, 31);
 6081 tgl@sss.pgh.pa.us         743         [ #  # ]:              0 :     if (!(among_var)) return 0;
 1150 peter@eisentraut.org      744                 :              0 :     z->bra = z->c;
                                745                 :              0 :     {   int ret = r_R1(z);
 2029 tgl@sss.pgh.pa.us         746         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                747                 :                :     }
 1150 peter@eisentraut.org      748   [ #  #  #  # ]:              0 :     switch (among_var) {
 6081 tgl@sss.pgh.pa.us         749                 :              0 :         case 1:
 1150 peter@eisentraut.org      750                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         751         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                752                 :                :             }
                                753                 :              0 :             break;
                                754                 :              0 :         case 2:
 1150 peter@eisentraut.org      755                 :              0 :             {   int ret = slice_from_s(z, 1, s_10);
 6081 tgl@sss.pgh.pa.us         756         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                757                 :                :             }
                                758                 :              0 :             break;
                                759                 :              0 :         case 3:
 1150 peter@eisentraut.org      760                 :              0 :             {   int ret = slice_from_s(z, 1, s_11);
 6081 tgl@sss.pgh.pa.us         761         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                762                 :                :             }
                                763                 :              0 :             break;
                                764                 :                :     }
                                765                 :              0 :     return 1;
                                766                 :                : }
                                767                 :                : 
 1150 peter@eisentraut.org      768                 :              0 : static int r_plur_owner(struct SN_env * z) {
                                769                 :                :     int among_var;
                                770                 :              0 :     z->ket = z->c;
                                771   [ #  #  #  #  :              0 :     if (z->c <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((10768 >> (z->p[z->c - 1] & 0x1f)) & 1)) return 0;
                                              #  # ]
 2029 tgl@sss.pgh.pa.us         772                 :              0 :     among_var = find_among_b(z, a_11, 42);
 6081                           773         [ #  # ]:              0 :     if (!(among_var)) return 0;
 1150 peter@eisentraut.org      774                 :              0 :     z->bra = z->c;
                                775                 :              0 :     {   int ret = r_R1(z);
 2029 tgl@sss.pgh.pa.us         776         [ #  # ]:              0 :         if (ret <= 0) return ret;
                                777                 :                :     }
 1150 peter@eisentraut.org      778   [ #  #  #  # ]:              0 :     switch (among_var) {
 6081 tgl@sss.pgh.pa.us         779                 :              0 :         case 1:
 1150 peter@eisentraut.org      780                 :              0 :             {   int ret = slice_del(z);
 6081 tgl@sss.pgh.pa.us         781         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                782                 :                :             }
                                783                 :              0 :             break;
                                784                 :              0 :         case 2:
 1150 peter@eisentraut.org      785                 :              0 :             {   int ret = slice_from_s(z, 1, s_12);
 6081 tgl@sss.pgh.pa.us         786         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                787                 :                :             }
                                788                 :              0 :             break;
                                789                 :              0 :         case 3:
 1150 peter@eisentraut.org      790                 :              0 :             {   int ret = slice_from_s(z, 1, s_13);
 6081 tgl@sss.pgh.pa.us         791         [ #  # ]:              0 :                 if (ret < 0) return ret;
                                792                 :                :             }
                                793                 :              0 :             break;
                                794                 :                :     }
                                795                 :              0 :     return 1;
                                796                 :                : }
                                797                 :                : 
 1150 peter@eisentraut.org      798                 :              0 : extern int hungarian_UTF_8_stem(struct SN_env * z) {
                                799                 :              0 :     {   int c1 = z->c;
                                800                 :              0 :         {   int ret = r_mark_regions(z);
 6081 tgl@sss.pgh.pa.us         801         [ #  # ]:              0 :             if (ret < 0) return ret;
                                802                 :                :         }
                                803                 :              0 :         z->c = c1;
                                804                 :                :     }
 1150 peter@eisentraut.org      805                 :              0 :     z->lb = z->c; z->c = z->l;
                                806                 :                : 
                                807                 :              0 :     {   int m2 = z->l - z->c; (void)m2;
                                808                 :              0 :         {   int ret = r_instrum(z);
 6081 tgl@sss.pgh.pa.us         809         [ #  # ]:              0 :             if (ret < 0) return ret;
                                810                 :                :         }
                                811                 :              0 :         z->c = z->l - m2;
                                812                 :                :     }
 1150 peter@eisentraut.org      813                 :              0 :     {   int m3 = z->l - z->c; (void)m3;
                                814                 :              0 :         {   int ret = r_case(z);
 6081 tgl@sss.pgh.pa.us         815         [ #  # ]:              0 :             if (ret < 0) return ret;
                                816                 :                :         }
                                817                 :              0 :         z->c = z->l - m3;
                                818                 :                :     }
 1150 peter@eisentraut.org      819                 :              0 :     {   int m4 = z->l - z->c; (void)m4;
                                820                 :              0 :         {   int ret = r_case_special(z);
 6081 tgl@sss.pgh.pa.us         821         [ #  # ]:              0 :             if (ret < 0) return ret;
                                822                 :                :         }
                                823                 :              0 :         z->c = z->l - m4;
                                824                 :                :     }
 1150 peter@eisentraut.org      825                 :              0 :     {   int m5 = z->l - z->c; (void)m5;
                                826                 :              0 :         {   int ret = r_case_other(z);
 6081 tgl@sss.pgh.pa.us         827         [ #  # ]:              0 :             if (ret < 0) return ret;
                                828                 :                :         }
                                829                 :              0 :         z->c = z->l - m5;
                                830                 :                :     }
 1150 peter@eisentraut.org      831                 :              0 :     {   int m6 = z->l - z->c; (void)m6;
                                832                 :              0 :         {   int ret = r_factive(z);
 6081 tgl@sss.pgh.pa.us         833         [ #  # ]:              0 :             if (ret < 0) return ret;
                                834                 :                :         }
                                835                 :              0 :         z->c = z->l - m6;
                                836                 :                :     }
 1150 peter@eisentraut.org      837                 :              0 :     {   int m7 = z->l - z->c; (void)m7;
                                838                 :              0 :         {   int ret = r_owned(z);
 6081 tgl@sss.pgh.pa.us         839         [ #  # ]:              0 :             if (ret < 0) return ret;
                                840                 :                :         }
                                841                 :              0 :         z->c = z->l - m7;
                                842                 :                :     }
 1150 peter@eisentraut.org      843                 :              0 :     {   int m8 = z->l - z->c; (void)m8;
                                844                 :              0 :         {   int ret = r_sing_owner(z);
 6081 tgl@sss.pgh.pa.us         845         [ #  # ]:              0 :             if (ret < 0) return ret;
                                846                 :                :         }
                                847                 :              0 :         z->c = z->l - m8;
                                848                 :                :     }
 1150 peter@eisentraut.org      849                 :              0 :     {   int m9 = z->l - z->c; (void)m9;
                                850                 :              0 :         {   int ret = r_plur_owner(z);
 6081 tgl@sss.pgh.pa.us         851         [ #  # ]:              0 :             if (ret < 0) return ret;
                                852                 :                :         }
                                853                 :              0 :         z->c = z->l - m9;
                                854                 :                :     }
 1150 peter@eisentraut.org      855                 :              0 :     {   int m10 = z->l - z->c; (void)m10;
                                856                 :              0 :         {   int ret = r_plural(z);
 6081 tgl@sss.pgh.pa.us         857         [ #  # ]:              0 :             if (ret < 0) return ret;
                                858                 :                :         }
                                859                 :              0 :         z->c = z->l - m10;
                                860                 :                :     }
                                861                 :              0 :     z->c = z->lb;
                                862                 :              0 :     return 1;
                                863                 :                : }
                                864                 :                : 
 1150 peter@eisentraut.org      865                 :              0 : extern struct SN_env * hungarian_UTF_8_create_env(void) { return SN_create_env(0, 1); }
                                866                 :                : 
 6081 tgl@sss.pgh.pa.us         867                 :              0 : extern void hungarian_UTF_8_close_env(struct SN_env * z) { SN_close_env(z, 0); }
                                868                 :                : 
        

Generated by: LCOV version 2.1-beta2-3-g6141622