summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-machine.hh
blob: 74bf3ca0faea6a6370e0c2b0d565b92f482bba57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603

#line 1 "hb-ot-shape-complex-indic-machine.rl"
/*
 * Copyright © 2011,2012  Google, Inc.
 *
 *  This is part of HarfBuzz, a text shaping library.
 *
 * Permission is hereby granted, without written agreement and without
 * license or royalty fees, to use, copy, modify, and distribute this
 * software and its documentation for any purpose, provided that the
 * above copyright notice and the following two paragraphs appear in
 * all copies of this software.
 *
 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
 * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
 * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
 * DAMAGE.
 *
 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
 * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
 * FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
 * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 *
 * Google Author(s): Behdad Esfahbod
 */

#ifndef HB_OT_SHAPE_COMPLEX_INDIC_MACHINE_HH
#define HB_OT_SHAPE_COMPLEX_INDIC_MACHINE_HH

#include "hb.hh"

enum indic_syllable_type_t {
  indic_consonant_syllable,
  indic_vowel_syllable,
  indic_standalone_cluster,
  indic_symbol_cluster,
  indic_broken_cluster,
  indic_non_indic_cluster,
};


#line 45 "hb-ot-shape-complex-indic-machine.hh"
#define indic_syllable_machine_ex_A 10u
#define indic_syllable_machine_ex_C 1u
#define indic_syllable_machine_ex_CM 17u
#define indic_syllable_machine_ex_CS 19u
#define indic_syllable_machine_ex_DOTTEDCIRCLE 12u
#define indic_syllable_machine_ex_H 4u
#define indic_syllable_machine_ex_M 7u
#define indic_syllable_machine_ex_N 3u
#define indic_syllable_machine_ex_PLACEHOLDER 11u
#define indic_syllable_machine_ex_RS 13u
#define indic_syllable_machine_ex_Ra 16u
#define indic_syllable_machine_ex_Repha 15u
#define indic_syllable_machine_ex_SM 8u
#define indic_syllable_machine_ex_Symbol 18u
#define indic_syllable_machine_ex_V 2u
#define indic_syllable_machine_ex_ZWJ 6u
#define indic_syllable_machine_ex_ZWNJ 5u


#line 65 "hb-ot-shape-complex-indic-machine.hh"
static const unsigned char _indic_syllable_machine_trans_keys[] = {
	8u, 8u, 4u, 8u, 5u, 7u, 5u, 8u, 4u, 8u, 6u, 6u, 16u, 16u, 4u, 8u, 
	4u, 13u, 4u, 8u, 8u, 8u, 5u, 7u, 5u, 8u, 4u, 8u, 6u, 6u, 16u, 16u, 
	4u, 8u, 4u, 13u, 4u, 13u, 4u, 13u, 8u, 8u, 5u, 7u, 5u, 8u, 4u, 8u, 
	6u, 6u, 16u, 16u, 4u, 8u, 4u, 8u, 4u, 13u, 8u, 8u, 5u, 7u, 5u, 8u, 
	4u, 8u, 6u, 6u, 16u, 16u, 4u, 8u, 4u, 8u, 5u, 8u, 8u, 8u, 1u, 19u, 
	3u, 17u, 3u, 17u, 4u, 17u, 1u, 16u, 5u, 10u, 5u, 10u, 10u, 10u, 5u, 10u, 
	1u, 16u, 1u, 16u, 1u, 16u, 3u, 10u, 4u, 10u, 5u, 10u, 4u, 10u, 5u, 10u, 
	3u, 10u, 5u, 10u, 3u, 17u, 3u, 17u, 3u, 17u, 3u, 17u, 4u, 17u, 1u, 16u, 
	3u, 17u, 3u, 17u, 4u, 17u, 1u, 16u, 5u, 10u, 10u, 10u, 5u, 10u, 1u, 16u, 
	1u, 16u, 3u, 10u, 4u, 10u, 5u, 10u, 4u, 10u, 5u, 10u, 5u, 10u, 3u, 10u, 
	5u, 10u, 3u, 17u, 3u, 17u, 4u, 8u, 3u, 17u, 3u, 17u, 4u, 17u, 1u, 16u, 
	3u, 17u, 1u, 16u, 5u, 10u, 10u, 10u, 5u, 10u, 1u, 16u, 1u, 16u, 3u, 10u, 
	4u, 10u, 5u, 10u, 3u, 17u, 4u, 10u, 5u, 10u, 5u, 10u, 3u, 10u, 5u, 10u, 
	3u, 17u, 4u, 13u, 4u, 8u, 3u, 17u, 3u, 17u, 4u, 17u, 1u, 16u, 3u, 17u, 
	1u, 16u, 5u, 10u, 10u, 10u, 5u, 10u, 1u, 16u, 1u, 16u, 3u, 10u, 4u, 10u, 
	5u, 10u, 3u, 17u, 4u, 10u, 5u, 10u, 5u, 10u, 3u, 10u, 5u, 10u, 1u, 17u, 
	3u, 17u, 1u, 17u, 4u, 13u, 5u, 10u, 10u, 10u, 5u, 10u, 1u, 16u, 3u, 10u, 
	5u, 10u, 5u, 10u, 10u, 10u, 5u, 10u, 1u, 16u, 0
};

static const char _indic_syllable_machine_key_spans[] = {
	1, 5, 3, 4, 5, 1, 1, 5, 
	10, 5, 1, 3, 4, 5, 1, 1, 
	5, 10, 10, 10, 1, 3, 4, 5, 
	1, 1, 5, 5, 10, 1, 3, 4, 
	5, 1, 1, 5, 5, 4, 1, 19, 
	15, 15, 14, 16, 6, 6, 1, 6, 
	16, 16, 16, 8, 7, 6, 7, 6, 
	8, 6, 15, 15, 15, 15, 14, 16, 
	15, 15, 14, 16, 6, 1, 6, 16, 
	16, 8, 7, 6, 7, 6, 6, 8, 
	6, 15, 15, 5, 15, 15, 14, 16, 
	15, 16, 6, 1, 6, 16, 16, 8, 
	7, 6, 15, 7, 6, 6, 8, 6, 
	15, 10, 5, 15, 15, 14, 16, 15, 
	16, 6, 1, 6, 16, 16, 8, 7, 
	6, 15, 7, 6, 6, 8, 6, 17, 
	15, 17, 10, 6, 1, 6, 16, 8, 
	6, 6, 1, 6, 16
};

static const short _indic_syllable_machine_index_offsets[] = {
	0, 2, 8, 12, 17, 23, 25, 27, 
	33, 44, 50, 52, 56, 61, 67, 69, 
	71, 77, 88, 99, 110, 112, 116, 121, 
	127, 129, 131, 137, 143, 154, 156, 160, 
	165, 171, 173, 175, 181, 187, 192, 194, 
	214, 230, 246, 261, 278, 285, 292, 294, 
	301, 318, 335, 352, 361, 369, 376, 384, 
	391, 400, 407, 423, 439, 455, 471, 486, 
	503, 519, 535, 550, 567, 574, 576, 583, 
	600, 617, 626, 634, 641, 649, 656, 663, 
	672, 679, 695, 711, 717, 733, 749, 764, 
	781, 797, 814, 821, 823, 830, 847, 864, 
	873, 881, 888, 904, 912, 919, 926, 935, 
	942, 958, 969, 975, 991, 1007, 1022, 1039, 
	1055, 1072, 1079, 1081, 1088, 1105, 1122, 1131, 
	1139, 1146, 1162, 1170, 1177, 1184, 1193, 1200, 
	1218, 1234, 1252, 1263, 1270, 1272, 1279, 1296, 
	1305, 1312, 1319, 1321, 1328
};

static const unsigned char _indic_syllable_machine_indicies[] = {
	1, 0, 2, 3, 3, 4, 1, 0, 
	3, 3, 4, 0, 3, 3, 4, 1, 
	0, 5, 3, 3, 4, 1, 0, 6, 
	0, 7, 0, 8, 3, 3, 4, 1, 
	0, 2, 3, 3, 4, 1, 0, 0, 
	0, 0, 9, 0, 11, 12, 12, 13, 
	14, 10, 14, 10, 12, 12, 13, 10, 
	12, 12, 13, 14, 10, 15, 12, 12, 
	13, 14, 10, 16, 10, 17, 10, 18, 
	12, 12, 13, 14, 10, 11, 12, 12, 
	13, 14, 10, 10, 10, 10, 19, 10, 
	11, 12, 12, 13, 14, 10, 10, 10, 
	10, 20, 10, 22, 23, 23, 24, 25, 
	21, 21, 21, 21, 26, 21, 25, 21, 
	23, 23, 24, 27, 23, 23, 24, 25, 
	21, 28, 23, 23, 24, 25, 21, 29, 
	21, 30, 21, 22, 23, 23, 24, 25, 
	21, 31, 23, 23, 24, 25, 21, 33, 
	34, 34, 35, 36, 32, 32, 32, 32, 
	37, 32, 36, 32, 34, 34, 35, 32, 
	34, 34, 35, 36, 32, 38, 34, 34, 
	35, 36, 32, 39, 32, 40, 32, 33, 
	34, 34, 35, 36, 32, 41, 34, 34, 
	35, 36, 32, 23, 23, 24, 1, 0, 
	43, 42, 45, 46, 47, 48, 49, 50, 
	24, 25, 44, 51, 52, 52, 26, 44, 
	53, 54, 55, 56, 57, 44, 59, 60, 
	61, 62, 4, 1, 58, 63, 58, 58, 
	9, 58, 58, 58, 64, 58, 65, 60, 
	66, 66, 4, 1, 58, 63, 58, 58, 
	58, 58, 58, 58, 64, 58, 60, 66, 
	66, 4, 1, 58, 63, 58, 58, 58, 
	58, 58, 58, 64, 58, 45, 58, 58, 
	58, 67, 68, 58, 1, 58, 63, 58, 
	58, 58, 58, 58, 45, 58, 69, 69, 
	58, 1, 58, 63, 58, 63, 58, 58, 
	70, 58, 63, 58, 63, 58, 63, 58, 
	58, 58, 58, 63, 58, 45, 58, 71, 
	58, 69, 69, 58, 1, 58, 63, 58, 
	58, 58, 58, 58, 45, 58, 45, 58, 
	58, 58, 69, 69, 58, 1, 58, 63, 
	58, 58, 58, 58, 58, 45, 58, 45, 
	58, 58, 58, 69, 68, 58, 1, 58, 
	63, 58, 58, 58, 58, 58, 45, 58, 
	72, 7, 73, 74, 4, 1, 58, 63, 
	58, 7, 73, 74, 4, 1, 58, 63, 
	58, 73, 73, 4, 1, 58, 63, 58, 
	75, 76, 76, 4, 1, 58, 63, 58, 
	67, 77, 58, 1, 58, 63, 58, 67, 
	58, 69, 69, 58, 1, 58, 63, 58, 
	69, 77, 58, 1, 58, 63, 58, 59, 
	60, 66, 66, 4, 1, 58, 63, 58, 
	58, 58, 58, 58, 58, 64, 58, 59, 
	60, 61, 66, 4, 1, 58, 63, 58, 
	58, 9, 58, 58, 58, 64, 58, 79, 
	80, 81, 82, 13, 14, 78, 83, 78, 
	78, 20, 78, 78, 78, 84, 78, 85, 
	80, 86, 82, 13, 14, 78, 83, 78, 
	78, 78, 78, 78, 78, 84, 78, 80, 
	86, 82, 13, 14, 78, 83, 78, 78, 
	78, 78, 78, 78, 84, 78, 87, 78, 
	78, 78, 88, 89, 78, 14, 78, 83, 
	78, 78, 78, 78, 78, 87, 78, 90, 
	80, 91, 92, 13, 14, 78, 83, 78, 
	78, 19, 78, 78, 78, 84, 78, 93, 
	80, 86, 86, 13, 14, 78, 83, 78, 
	78, 78, 78, 78, 78, 84, 78, 80, 
	86, 86, 13, 14, 78, 83, 78, 78, 
	78, 78, 78, 78, 84, 78, 87, 78, 
	78, 78, 94, 89, 78, 14, 78, 83, 
	78, 78, 78, 78, 78, 87, 78, 83, 
	78, 78, 95, 78, 83, 78, 83, 78, 
	83, 78, 78, 78, 78, 83, 78, 87, 
	78, 96, 78, 94, 94, 78, 14, 78, 
	83, 78, 78, 78, 78, 78, 87, 78, 
	87, 78, 78, 78, 94, 94, 78, 14, 
	78, 83, 78, 78, 78, 78, 78, 87, 
	78, 97, 17, 98, 99, 13, 14, 78, 
	83, 78, 17, 98, 99, 13, 14, 78, 
	83, 78, 98, 98, 13, 14, 78, 83, 
	78, 100, 101, 101, 13, 14, 78, 83, 
	78, 88, 102, 78, 14, 78, 83, 78, 
	94, 94, 78, 14, 78, 83, 78, 88, 
	78, 94, 94, 78, 14, 78, 83, 78, 
	94, 102, 78, 14, 78, 83, 78, 90, 
	80, 86, 86, 13, 14, 78, 83, 78, 
	78, 78, 78, 78, 78, 84, 78, 90, 
	80, 91, 86, 13, 14, 78, 83, 78, 
	78, 19, 78, 78, 78, 84, 78, 11, 
	12, 12, 13, 14, 78, 79, 80, 86, 
	82, 13, 14, 78, 83, 78, 78, 78, 
	78, 78, 78, 84, 78, 104, 48, 105, 
	105, 24, 25, 103, 51, 103, 103, 103, 
	103, 103, 103, 55, 103, 48, 105, 105, 
	24, 25, 103, 51, 103, 103, 103, 103, 
	103, 103, 55, 103, 106, 103, 103, 103, 
	107, 108, 103, 25, 103, 51, 103, 103, 
	103, 103, 103, 106, 103, 47, 48, 109, 
	110, 24, 25, 103, 51, 103, 103, 26, 
	103, 103, 103, 55, 103, 106, 103, 103, 
	103, 111, 108, 103, 25, 103, 51, 103, 
	103, 103, 103, 103, 106, 103, 51, 103, 
	103, 112, 103, 51, 103, 51, 103, 51, 
	103, 103, 103, 103, 51, 103, 106, 103, 
	113, 103, 111, 111, 103, 25, 103, 51, 
	103, 103, 103, 103, 103, 106, 103, 106, 
	103, 103, 103, 111, 111, 103, 25, 103, 
	51, 103, 103, 103, 103, 103, 106, 103, 
	114, 30, 115, 116, 24, 25, 103, 51, 
	103, 30, 115, 116, 24, 25, 103, 51, 
	103, 115, 115, 24, 25, 103, 51, 103, 
	47, 48, 105, 105, 24, 25, 103, 51, 
	103, 103, 103, 103, 103, 103, 55, 103, 
	117, 118, 118, 24, 25, 103, 51, 103, 
	107, 119, 103, 25, 103, 51, 103, 111, 
	111, 103, 25, 103, 51, 103, 107, 103, 
	111, 111, 103, 25, 103, 51, 103, 111, 
	119, 103, 25, 103, 51, 103, 47, 48, 
	109, 105, 24, 25, 103, 51, 103, 103, 
	26, 103, 103, 103, 55, 103, 22, 23, 
	23, 24, 25, 120, 120, 120, 120, 26, 
	120, 22, 23, 23, 24, 25, 120, 122, 
	123, 124, 125, 35, 36, 121, 126, 121, 
	121, 37, 121, 121, 121, 127, 121, 128, 
	123, 125, 125, 35, 36, 121, 126, 121, 
	121, 121, 121, 121, 121, 127, 121, 123, 
	125, 125, 35, 36, 121, 126, 121, 121, 
	121, 121, 121, 121, 127, 121, 129, 121, 
	121, 121, 130, 131, 121, 36, 121, 126, 
	121, 121, 121, 121, 121, 129, 121, 122, 
	123, 124, 52, 35, 36, 121, 126, 121, 
	121, 37, 121, 121, 121, 127, 121, 129, 
	121, 121, 121, 132, 131, 121, 36, 121, 
	126, 121, 121, 121, 121, 121, 129, 121, 
	126, 121, 121, 133, 121, 126, 121, 126, 
	121, 126, 121, 121, 121, 121, 126, 121, 
	129, 121, 134, 121, 132, 132, 121, 36, 
	121, 126, 121, 121, 121, 121, 121, 129, 
	121, 129, 121, 121, 121, 132, 132, 121, 
	36, 121, 126, 121, 121, 121, 121, 121, 
	129, 121, 135, 40, 136, 137, 35, 36, 
	121, 126, 121, 40, 136, 137, 35, 36, 
	121, 126, 121, 136, 136, 35, 36, 121, 
	126, 121, 122, 123, 125, 125, 35, 36, 
	121, 126, 121, 121, 121, 121, 121, 121, 
	127, 121, 138, 139, 139, 35, 36, 121, 
	126, 121, 130, 140, 121, 36, 121, 126, 
	121, 132, 132, 121, 36, 121, 126, 121, 
	130, 121, 132, 132, 121, 36, 121, 126, 
	121, 132, 140, 121, 36, 121, 126, 121, 
	45, 46, 47, 48, 109, 105, 24, 25, 
	103, 51, 52, 52, 26, 103, 103, 45, 
	55, 103, 59, 141, 61, 62, 4, 1, 
	58, 63, 58, 58, 9, 58, 58, 58, 
	64, 58, 45, 46, 47, 48, 142, 143, 
	24, 144, 58, 145, 58, 52, 26, 58, 
	58, 45, 55, 58, 22, 146, 146, 24, 
	144, 58, 63, 58, 58, 26, 58, 145, 
	58, 58, 147, 58, 145, 58, 145, 58, 
	145, 58, 58, 58, 58, 145, 58, 45, 
	58, 71, 22, 146, 146, 24, 144, 58, 
	63, 58, 58, 58, 58, 58, 45, 58, 
	149, 148, 150, 150, 148, 43, 148, 151, 
	148, 150, 150, 148, 43, 148, 151, 148, 
	151, 148, 148, 152, 148, 151, 148, 151, 
	148, 151, 148, 148, 148, 148, 151, 148, 
	45, 120, 120, 120, 120, 120, 120, 120, 
	120, 120, 52, 120, 120, 120, 120, 45, 
	120, 0
};

static const unsigned char _indic_syllable_machine_trans_targs[] = {
	39, 45, 50, 2, 51, 5, 6, 53, 
	57, 58, 39, 67, 11, 73, 68, 14, 
	15, 75, 80, 81, 84, 39, 89, 21, 
	95, 90, 98, 39, 24, 25, 97, 103, 
	39, 112, 30, 118, 113, 121, 33, 34, 
	120, 126, 39, 137, 39, 40, 60, 85, 
	87, 105, 106, 91, 107, 127, 128, 99, 
	135, 140, 39, 41, 43, 8, 59, 46, 
	54, 42, 1, 44, 48, 0, 47, 49, 
	52, 3, 4, 55, 7, 56, 39, 61, 
	63, 18, 83, 69, 76, 62, 9, 64, 
	78, 71, 65, 17, 82, 66, 10, 70, 
	72, 74, 12, 13, 77, 16, 79, 39, 
	86, 26, 88, 101, 93, 19, 104, 20, 
	92, 94, 96, 22, 23, 100, 27, 102, 
	39, 39, 108, 110, 28, 35, 114, 122, 
	109, 111, 124, 116, 29, 115, 117, 119, 
	31, 32, 123, 36, 125, 129, 130, 134, 
	131, 132, 37, 133, 39, 136, 38, 138, 
	139
};

static const char _indic_syllable_machine_trans_actions[] = {
	1, 0, 2, 0, 2, 0, 0, 2, 
	2, 2, 3, 2, 0, 2, 0, 0, 
	0, 2, 2, 2, 2, 4, 2, 0, 
	5, 0, 5, 6, 0, 0, 5, 2, 
	7, 2, 0, 2, 0, 2, 0, 0, 
	2, 2, 8, 0, 11, 2, 2, 5, 
	0, 12, 12, 0, 2, 5, 2, 5, 
	2, 0, 13, 2, 0, 0, 2, 0, 
	2, 2, 0, 2, 2, 0, 0, 2, 
	2, 0, 0, 0, 0, 2, 14, 2, 
	0, 0, 2, 0, 2, 2, 0, 2, 
	2, 2, 2, 0, 2, 2, 0, 0, 
	2, 2, 0, 0, 0, 0, 2, 15, 
	5, 0, 5, 2, 2, 0, 5, 0, 
	0, 2, 5, 0, 0, 0, 0, 2, 
	16, 17, 2, 0, 0, 0, 0, 2, 
	2, 2, 2, 2, 0, 0, 2, 2, 
	0, 0, 0, 0, 2, 0, 18, 18, 
	0, 0, 0, 0, 19, 2, 0, 0, 
	0
};

static const char _indic_syllable_machine_to_state_actions[] = {
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 9, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0
};

static const char _indic_syllable_machine_from_state_actions[] = {
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 10, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0, 0, 0, 0, 
	0, 0, 0, 0, 0
};

static const short _indic_syllable_machine_eof_trans[] = {
	1, 1, 1, 1, 1, 1, 1, 1, 
	1, 11, 11, 11, 11, 11, 11, 11, 
	11, 11, 11, 22, 22, 28, 22, 22, 
	22, 22, 22, 22, 33, 33, 33, 33, 
	33, 33, 33, 33, 33, 1, 43, 0, 
	59, 59, 59, 59, 59, 59, 59, 59, 
	59, 59, 59, 59, 59, 59, 59, 59, 
	59, 59, 59, 59, 79, 79, 79, 79, 
	79, 79, 79, 79, 79, 79, 79, 79, 
	79, 79, 79, 79, 79, 79, 79, 79, 
	79, 79, 79, 79, 79, 104, 104, 104, 
	104, 104, 104, 104, 104, 104, 104, 104, 
	104, 104, 104, 104, 104, 104, 104, 104, 
	104, 121, 121, 122, 122, 122, 122, 122, 
	122, 122, 122, 122, 122, 122, 122, 122, 
	122, 122, 122, 122, 122, 122, 122, 104, 
	59, 59, 59, 59, 59, 59, 59, 149, 
	149, 149, 149, 149, 121
};

static const int indic_syllable_machine_start = 39;
static const int indic_syllable_machine_first_final = 39;
static const int indic_syllable_machine_error = -1;

static const int indic_syllable_machine_en_main = 39;


#line 46 "hb-ot-shape-complex-indic-machine.rl"



#line 102 "hb-ot-shape-complex-indic-machine.rl"


#define found_syllable(syllable_type) \
  HB_STMT_START { \
    if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
    for (unsigned int i = ts; i < te; i++) \
      info[i].syllable() = (syllable_serial << 4) | syllable_type; \
    syllable_serial++; \
    if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
  } HB_STMT_END

static void
find_syllables_indic (hb_buffer_t *buffer)
{
  unsigned int p, pe, eof, ts, te, act;
  int cs;
  hb_glyph_info_t *info = buffer->info;
  
#line 440 "hb-ot-shape-complex-indic-machine.hh"
	{
	cs = indic_syllable_machine_start;
	ts = 0;
	te = 0;
	act = 0;
	}

#line 122 "hb-ot-shape-complex-indic-machine.rl"


  p = 0;
  pe = eof = buffer->len;

  unsigned int syllable_serial = 1;
  
#line 456 "hb-ot-shape-complex-indic-machine.hh"
	{
	int _slen;
	int _trans;
	const unsigned char *_keys;
	const unsigned char *_inds;
	if ( p == pe )
		goto _test_eof;
_resume:
	switch ( _indic_syllable_machine_from_state_actions[cs] ) {
	case 10:
#line 1 "NONE"
	{ts = p;}
	break;
#line 470 "hb-ot-shape-complex-indic-machine.hh"
	}

	_keys = _indic_syllable_machine_trans_keys + (cs<<1);
	_inds = _indic_syllable_machine_indicies + _indic_syllable_machine_index_offsets[cs];

	_slen = _indic_syllable_machine_key_spans[cs];
	_trans = _inds[ _slen > 0 && _keys[0] <=( info[p].indic_category()) &&
		( info[p].indic_category()) <= _keys[1] ?
		( info[p].indic_category()) - _keys[0] : _slen ];

_eof_trans:
	cs = _indic_syllable_machine_trans_targs[_trans];

	if ( _indic_syllable_machine_trans_actions[_trans] == 0 )
		goto _again;

	switch ( _indic_syllable_machine_trans_actions[_trans] ) {
	case 2:
#line 1 "NONE"
	{te = p+1;}
	break;
	case 11:
#line 98 "hb-ot-shape-complex-indic-machine.rl"
	{te = p+1;{ found_syllable (indic_non_indic_cluster); }}
	break;
	case 13:
#line 93 "hb-ot-shape-complex-indic-machine.rl"
	{te = p;p--;{ found_syllable (indic_consonant_syllable); }}
	break;
	case 14:
#line 94 "hb-ot-shape-complex-indic-machine.rl"
	{te = p;p--;{ found_syllable (indic_vowel_syllable); }}
	break;
	case 17:
#line 95 "hb-ot-shape-complex-indic-machine.rl"
	{te = p;p--;{ found_syllable (indic_standalone_cluster); }}
	break;
	case 19:
#line 96 "hb-ot-shape-complex-indic-machine.rl"
	{te = p;p--;{ found_syllable (indic_symbol_cluster); }}
	break;
	case 15:
#line 97 "hb-ot-shape-complex-indic-machine.rl"
	{te = p;p--;{ found_syllable (indic_broken_cluster); }}
	break;
	case 16:
#line 98 "hb-ot-shape-complex-indic-machine.rl"
	{te = p;p--;{ found_syllable (indic_non_indic_cluster); }}
	break;
	case 1:
#line 93 "hb-ot-shape-complex-indic-machine.rl"
	{{p = ((te))-1;}{ found_syllable (indic_consonant_syllable); }}
	break;
	case 3:
#line 94 "hb-ot-shape-complex-indic-machine.rl"
	{{p = ((te))-1;}{ found_syllable (indic_vowel_syllable); }}
	break;
	case 7:
#line 95 "hb-ot-shape-complex-indic-machine.rl"
	{{p = ((te))-1;}{ found_syllable (indic_standalone_cluster); }}
	break;
	case 8:
#line 96 "hb-ot-shape-complex-indic-machine.rl"
	{{p = ((te))-1;}{ found_syllable (indic_symbol_cluster); }}
	break;
	case 4:
#line 97 "hb-ot-shape-complex-indic-machine.rl"
	{{p = ((te))-1;}{ found_syllable (indic_broken_cluster); }}
	break;
	case 6:
#line 1 "NONE"
	{	switch( act ) {
	case 1:
	{{p = ((te))-1;} found_syllable (indic_consonant_syllable); }
	break;
	case 5:
	{{p = ((te))-1;} found_syllable (indic_broken_cluster); }
	break;
	case 6:
	{{p = ((te))-1;} found_syllable (indic_non_indic_cluster); }
	break;
	}
	}
	break;
	case 18:
#line 1 "NONE"
	{te = p+1;}
#line 93 "hb-ot-shape-complex-indic-machine.rl"
	{act = 1;}
	break;
	case 5:
#line 1 "NONE"
	{te = p+1;}
#line 97 "hb-ot-shape-complex-indic-machine.rl"
	{act = 5;}
	break;
	case 12:
#line 1 "NONE"
	{te = p+1;}
#line 98 "hb-ot-shape-complex-indic-machine.rl"
	{act = 6;}
	break;
#line 573 "hb-ot-shape-complex-indic-machine.hh"
	}

_again:
	switch ( _indic_syllable_machine_to_state_actions[cs] ) {
	case 9:
#line 1 "NONE"
	{ts = 0;}
	break;
#line 582 "hb-ot-shape-complex-indic-machine.hh"
	}

	if ( ++p != pe )
		goto _resume;
	_test_eof: {}
	if ( p == eof )
	{
	if ( _indic_syllable_machine_eof_trans[cs] > 0 ) {
		_trans = _indic_syllable_machine_eof_trans[cs] - 1;
		goto _eof_trans;
	}
	}

	}

#line 130 "hb-ot-shape-complex-indic-machine.rl"

}

#undef found_syllable

#endif /* HB_OT_SHAPE_COMPLEX_INDIC_MACHINE_HH */