123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296 |
- // © 2016 and later: Unicode, Inc. and others.
- // License & terms of use: http://www.unicode.org/copyright.html
- //---------------------------------------------------------------------------------
- //
- // Generated Header File. Do not edit by hand.
- // This file contains the state table for the ICU Rule Based Break Iterator
- // rule parser.
- // It is generated by the Perl script "rbbicst.pl" from
- // the rule parser state definitions file "rbbirpt.txt".
- //
- // Copyright (C) 2002-2016 International Business Machines Corporation
- // and others. All rights reserved.
- //
- //---------------------------------------------------------------------------------
- #ifndef RBBIRPT_H
- #define RBBIRPT_H
- #include "unicode/utypes.h"
- U_NAMESPACE_BEGIN
- //
- // Character classes for RBBI rule scanning.
- //
- static const uint8_t kRuleSet_digit_char = 128;
- static const uint8_t kRuleSet_name_char = 129;
- static const uint8_t kRuleSet_name_start_char = 130;
- static const uint8_t kRuleSet_rule_char = 131;
- static const uint8_t kRuleSet_white_space = 132;
- enum RBBI_RuleParseAction {
- doCheckVarDef,
- doDotAny,
- doEndAssign,
- doEndOfRule,
- doEndVariableName,
- doExit,
- doExprCatOperator,
- doExprFinished,
- doExprOrOperator,
- doExprRParen,
- doExprStart,
- doLParen,
- doNOP,
- doNoChain,
- doOptionEnd,
- doOptionStart,
- doReverseDir,
- doRuleChar,
- doRuleError,
- doRuleErrorAssignExpr,
- doScanUnicodeSet,
- doSlash,
- doStartAssign,
- doStartTagValue,
- doStartVariableName,
- doTagDigit,
- doTagExpectedError,
- doTagValue,
- doUnaryOpPlus,
- doUnaryOpQuestion,
- doUnaryOpStar,
- doVariableNameExpectedErr,
- rbbiLastAction};
- //-------------------------------------------------------------------------------
- //
- // RBBIRuleTableEl represents the structure of a row in the transition table
- // for the rule parser state machine.
- //-------------------------------------------------------------------------------
- struct RBBIRuleTableEl {
- RBBI_RuleParseAction fAction;
- uint8_t fCharClass; // 0-127: an individual ASCII character
- // 128-255: character class index
- uint8_t fNextState; // 0-250: normal next-stat numbers
- // 255: pop next-state from stack.
- uint8_t fPushState;
- UBool fNextChar;
- };
- static const struct RBBIRuleTableEl gRuleParseStateTable[] = {
- {doNOP, 0, 0, 0, true}
- , {doExprStart, 254, 29, 9, false} // 1 start
- , {doNOP, 132, 1,0, true} // 2
- , {doNoChain, 94 /* ^ */, 12, 9, true} // 3
- , {doExprStart, 36 /* $ */, 88, 98, false} // 4
- , {doNOP, 33 /* ! */, 19,0, true} // 5
- , {doNOP, 59 /* ; */, 1,0, true} // 6
- , {doNOP, 252, 0,0, false} // 7
- , {doExprStart, 255, 29, 9, false} // 8
- , {doEndOfRule, 59 /* ; */, 1,0, true} // 9 break-rule-end
- , {doNOP, 132, 9,0, true} // 10
- , {doRuleError, 255, 103,0, false} // 11
- , {doExprStart, 254, 29,0, false} // 12 start-after-caret
- , {doNOP, 132, 12,0, true} // 13
- , {doRuleError, 94 /* ^ */, 103,0, false} // 14
- , {doExprStart, 36 /* $ */, 88, 37, false} // 15
- , {doRuleError, 59 /* ; */, 103,0, false} // 16
- , {doRuleError, 252, 103,0, false} // 17
- , {doExprStart, 255, 29,0, false} // 18
- , {doNOP, 33 /* ! */, 21,0, true} // 19 rev-option
- , {doReverseDir, 255, 28, 9, false} // 20
- , {doOptionStart, 130, 23,0, true} // 21 option-scan1
- , {doRuleError, 255, 103,0, false} // 22
- , {doNOP, 129, 23,0, true} // 23 option-scan2
- , {doOptionEnd, 255, 25,0, false} // 24
- , {doNOP, 59 /* ; */, 1,0, true} // 25 option-scan3
- , {doNOP, 132, 25,0, true} // 26
- , {doRuleError, 255, 103,0, false} // 27
- , {doExprStart, 255, 29, 9, false} // 28 reverse-rule
- , {doRuleChar, 254, 38,0, true} // 29 term
- , {doNOP, 132, 29,0, true} // 30
- , {doRuleChar, 131, 38,0, true} // 31
- , {doNOP, 91 /* [ */, 94, 38, false} // 32
- , {doLParen, 40 /* ( */, 29, 38, true} // 33
- , {doNOP, 36 /* $ */, 88, 37, false} // 34
- , {doDotAny, 46 /* . */, 38,0, true} // 35
- , {doRuleError, 255, 103,0, false} // 36
- , {doCheckVarDef, 255, 38,0, false} // 37 term-var-ref
- , {doNOP, 132, 38,0, true} // 38 expr-mod
- , {doUnaryOpStar, 42 /* * */, 43,0, true} // 39
- , {doUnaryOpPlus, 43 /* + */, 43,0, true} // 40
- , {doUnaryOpQuestion, 63 /* ? */, 43,0, true} // 41
- , {doNOP, 255, 43,0, false} // 42
- , {doExprCatOperator, 254, 29,0, false} // 43 expr-cont
- , {doNOP, 132, 43,0, true} // 44
- , {doExprCatOperator, 131, 29,0, false} // 45
- , {doExprCatOperator, 91 /* [ */, 29,0, false} // 46
- , {doExprCatOperator, 40 /* ( */, 29,0, false} // 47
- , {doExprCatOperator, 36 /* $ */, 29,0, false} // 48
- , {doExprCatOperator, 46 /* . */, 29,0, false} // 49
- , {doExprCatOperator, 47 /* / */, 55,0, false} // 50
- , {doExprCatOperator, 123 /* { */, 67,0, true} // 51
- , {doExprOrOperator, 124 /* | */, 29,0, true} // 52
- , {doExprRParen, 41 /* ) */, 255,0, true} // 53
- , {doExprFinished, 255, 255,0, false} // 54
- , {doSlash, 47 /* / */, 57,0, true} // 55 look-ahead
- , {doNOP, 255, 103,0, false} // 56
- , {doExprCatOperator, 254, 29,0, false} // 57 expr-cont-no-slash
- , {doNOP, 132, 43,0, true} // 58
- , {doExprCatOperator, 131, 29,0, false} // 59
- , {doExprCatOperator, 91 /* [ */, 29,0, false} // 60
- , {doExprCatOperator, 40 /* ( */, 29,0, false} // 61
- , {doExprCatOperator, 36 /* $ */, 29,0, false} // 62
- , {doExprCatOperator, 46 /* . */, 29,0, false} // 63
- , {doExprOrOperator, 124 /* | */, 29,0, true} // 64
- , {doExprRParen, 41 /* ) */, 255,0, true} // 65
- , {doExprFinished, 255, 255,0, false} // 66
- , {doNOP, 132, 67,0, true} // 67 tag-open
- , {doStartTagValue, 128, 70,0, false} // 68
- , {doTagExpectedError, 255, 103,0, false} // 69
- , {doNOP, 132, 74,0, true} // 70 tag-value
- , {doNOP, 125 /* } */, 74,0, false} // 71
- , {doTagDigit, 128, 70,0, true} // 72
- , {doTagExpectedError, 255, 103,0, false} // 73
- , {doNOP, 132, 74,0, true} // 74 tag-close
- , {doTagValue, 125 /* } */, 77,0, true} // 75
- , {doTagExpectedError, 255, 103,0, false} // 76
- , {doExprCatOperator, 254, 29,0, false} // 77 expr-cont-no-tag
- , {doNOP, 132, 77,0, true} // 78
- , {doExprCatOperator, 131, 29,0, false} // 79
- , {doExprCatOperator, 91 /* [ */, 29,0, false} // 80
- , {doExprCatOperator, 40 /* ( */, 29,0, false} // 81
- , {doExprCatOperator, 36 /* $ */, 29,0, false} // 82
- , {doExprCatOperator, 46 /* . */, 29,0, false} // 83
- , {doExprCatOperator, 47 /* / */, 55,0, false} // 84
- , {doExprOrOperator, 124 /* | */, 29,0, true} // 85
- , {doExprRParen, 41 /* ) */, 255,0, true} // 86
- , {doExprFinished, 255, 255,0, false} // 87
- , {doStartVariableName, 36 /* $ */, 90,0, true} // 88 scan-var-name
- , {doNOP, 255, 103,0, false} // 89
- , {doNOP, 130, 92,0, true} // 90 scan-var-start
- , {doVariableNameExpectedErr, 255, 103,0, false} // 91
- , {doNOP, 129, 92,0, true} // 92 scan-var-body
- , {doEndVariableName, 255, 255,0, false} // 93
- , {doScanUnicodeSet, 91 /* [ */, 255,0, true} // 94 scan-unicode-set
- , {doScanUnicodeSet, 112 /* p */, 255,0, true} // 95
- , {doScanUnicodeSet, 80 /* P */, 255,0, true} // 96
- , {doNOP, 255, 103,0, false} // 97
- , {doNOP, 132, 98,0, true} // 98 assign-or-rule
- , {doStartAssign, 61 /* = */, 29, 101, true} // 99
- , {doNOP, 255, 37, 9, false} // 100
- , {doEndAssign, 59 /* ; */, 1,0, true} // 101 assign-end
- , {doRuleErrorAssignExpr, 255, 103,0, false} // 102
- , {doExit, 255, 103,0, true} // 103 errorDeath
- };
- #ifdef RBBI_DEBUG
- static const char * const RBBIRuleStateNames[] = { 0,
- "start",
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- "break-rule-end",
- 0,
- 0,
- "start-after-caret",
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- "rev-option",
- 0,
- "option-scan1",
- 0,
- "option-scan2",
- 0,
- "option-scan3",
- 0,
- 0,
- "reverse-rule",
- "term",
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- "term-var-ref",
- "expr-mod",
- 0,
- 0,
- 0,
- 0,
- "expr-cont",
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- "look-ahead",
- 0,
- "expr-cont-no-slash",
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- "tag-open",
- 0,
- 0,
- "tag-value",
- 0,
- 0,
- 0,
- "tag-close",
- 0,
- 0,
- "expr-cont-no-tag",
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- "scan-var-name",
- 0,
- "scan-var-start",
- 0,
- "scan-var-body",
- 0,
- "scan-unicode-set",
- 0,
- 0,
- 0,
- "assign-or-rule",
- 0,
- 0,
- "assign-end",
- 0,
- "errorDeath",
- 0};
- #endif
- U_NAMESPACE_END
- #endif
|