Lines Matching refs:START

35     public static final int START = LexerCore.START;
40 public static final int SIP = START + 3;
41 public static final int REGISTER = START + 4;
42 public static final int INVITE = START + 5;
43 public static final int ACK = START + 6;
44 public static final int BYE = START + 7;
45 public static final int OPTIONS = START + 8;
46 public static final int CANCEL = START + 9;
47 public static final int ERROR_INFO = START + 10;
48 public static final int IN_REPLY_TO = START + 11;
49 public static final int MIME_VERSION = START + 12;
50 public static final int ALERT_INFO = START + 13;
51 public static final int FROM = START + 14;
52 public static final int TO = START + 15;
53 public static final int VIA = START + 16;
54 public static final int USER_AGENT = START + 17;
55 public static final int SERVER = START + 18;
56 public static final int ACCEPT_ENCODING = START + 19;
57 public static final int ACCEPT = START + 20;
58 public static final int ALLOW = START + 21;
59 public static final int ROUTE = START + 22;
60 public static final int AUTHORIZATION = START + 23;
61 public static final int PROXY_AUTHORIZATION = START + 24;
62 public static final int RETRY_AFTER = START + 25;
63 public static final int PROXY_REQUIRE = START + 26;
64 public static final int CONTENT_LANGUAGE = START + 27;
65 public static final int UNSUPPORTED = START + 28;
66 public static final int SUPPORTED = START + 20;
67 public static final int WARNING = START + 30;
68 public static final int MAX_FORWARDS = START + 31;
69 public static final int DATE = START + 32;
70 public static final int PRIORITY = START + 33;
71 public static final int PROXY_AUTHENTICATE = START + 34;
72 public static final int CONTENT_ENCODING = START + 35;
73 public static final int CONTENT_LENGTH = START + 36;
74 public static final int SUBJECT = START + 37;
75 public static final int CONTENT_TYPE = START + 38;
76 public static final int CONTACT = START + 39;
77 public static final int CALL_ID = START + 40;
78 public static final int REQUIRE = START + 41;
79 public static final int EXPIRES = START + 42;
80 public static final int ENCRYPTION = START + 43;
81 public static final int RECORD_ROUTE = START + 44;
82 public static final int ORGANIZATION = START + 45;
83 public static final int CSEQ = START + 46;
84 public static final int ACCEPT_LANGUAGE = START + 47;
85 public static final int WWW_AUTHENTICATE = START + 48;
86 public static final int RESPONSE_KEY = START + 49;
87 public static final int HIDE = START + 50;
88 public static final int CALL_INFO = START + 51;
89 public static final int CONTENT_DISPOSITION = START + 52;
90 public static final int SUBSCRIBE = START + 53;
91 public static final int NOTIFY = START + 54;
92 public static final int TIMESTAMP = START + 55;
93 public static final int SUBSCRIPTION_STATE = START + 56;
94 public static final int TEL = START + 57;
95 public static final int REPLY_TO = START + 58;
96 public static final int REASON = START + 59;
97 public static final int RSEQ = START + 60;
98 public static final int RACK = START + 61;
99 public static final int MIN_EXPIRES = START + 62;
100 public static final int EVENT = START + 63;
101 public static final int AUTHENTICATION_INFO = START + 64;
102 public static final int ALLOW_EVENTS = START + 65;
103 public static final int REFER_TO = START + 66;
106 public static final int PUBLISH = START + 67;
107 public static final int SIP_ETAG = START + 68;
108 public static final int SIP_IF_MATCH = START + 69;
113 public static final int MESSAGE = START + 70;
116 public static final int PATH = START + 71;
117 public static final int SERVICE_ROUTE = START + 72;
118 public static final int P_ASSERTED_IDENTITY = START + 73;
119 public static final int P_PREFERRED_IDENTITY = START + 74;
120 public static final int P_VISITED_NETWORK_ID = START + 75;
121 public static final int P_CHARGING_FUNCTION_ADDRESSES = START + 76;
122 public static final int P_VECTOR_CHARGING = START + 77;
127 public static final int PRIVACY = START + 78;
128 public static final int P_ACCESS_NETWORK_INFO = START + 79;
129 public static final int P_CALLED_PARTY_ID = START + 80;
130 public static final int P_ASSOCIATED_URI = START + 81;
131 public static final int P_MEDIA_AUTHORIZATION = START + 82;
132 public static final int P_MEDIA_AUTHORIZATION_TOKEN = START + 83;
136 public static final int REFERREDBY_TO = START + 84;
139 public static final int SESSIONEXPIRES_TO = START + 85;
140 public static final int MINSE_TO = START + 86;
143 public static final int REPLACES_TO = START + 87;
146 public static final int SIPS = START + 88;
150 public static final int SECURITY_SERVER = START + 89;
151 public static final int SECURITY_CLIENT = START + 90;
152 public static final int SECURITY_VERIFY = START + 91;
155 public static final int JOIN_TO = START + 92;
158 public static final int P_USER_DATABASE = START + 93;
160 public static final int P_PROFILE_KEY = START + 94;
162 public static final int P_SERVED_USER = START + 95;
164 public static final int P_PREFERRED_SERVICE = START + 96;
166 public static final int P_ASSERTED_SERVICE = START + 97;
168 public static final int REFERENCES = START + 98;