HomeSort by relevance Sort by last modified time
    Searched refs:lookAhead (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/nist-sip/java/gov/nist/javax/sip/parser/
RequireParser.java 75 while (lexer.lookAhead(0) != '\n') {
87 while (lexer.lookAhead(0) == ',') {
SupportedParser.java 75 while (lexer.lookAhead(0) != '\n') {
88 while (lexer.lookAhead(0) == ',') {
UnsupportedParser.java 73 while (lexer.lookAhead(0) != '\n') {
86 while (lexer.lookAhead(0) == ',') {
AddressParametersParser.java 58 char la = this.lexer.lookAhead(0);
AuthenticationInfoParser.java 81 while (lexer.lookAhead(0) == ',') {
RecordRouteParser.java 78 char la = lexer.lookAhead(0);
RouteParser.java 74 char la = lexer.lookAhead(0);
RetryAfterParser.java 88 if (lexer.lookAhead(0) == '(') {
94 while (lexer.lookAhead(0) == ';') {
AcceptParser.java 90 while (lexer.lookAhead(0) == ',') {
AllowEventsParser.java 84 while (lexer.lookAhead(0) == ',') {
AllowParser.java 83 while (lexer.lookAhead(0) == ',') {
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PChargingVectorParser.java 75 while (lexer.lookAhead(0) != '\n') {
78 char la = lexer.lookAhead(0);
PMediaAuthorizationParser.java 88 while (lexer.lookAhead(0) != '\n')
100 if (lexer.lookAhead(0) == ',')
ServiceRouteParser.java 87 if (lexer.lookAhead(0) == ',') {
90 } else if (lexer.lookAhead(0) == '\n')
PChargingFunctionAddressesParser.java 96 while (lexer.lookAhead(0) != '\n') {
100 char la = lexer.lookAhead(0);
PrivacyParser.java 86 while (lexer.lookAhead(0) != '\n') {
99 while (lexer.lookAhead(0) == ';')
PAccessNetworkInfoParser.java 103 while (lexer.lookAhead(0) == ';') {
PAssertedIdentityParser.java 85 while (lexer.lookAhead(0) == ',')
PathParser.java 87 char la = lexer.lookAhead(0);
  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 105 char la = lexer.lookAhead(0);
148 char la = lexer.lookAhead(0);
178 if (lexer.lookAhead(0) == '[') {
271 char la = lexer.lookAhead(0);
307 " Illegal character in hostname:" + lexer.lookAhead(0),
ParserCore.java 61 char la = lexer.lookAhead(0);
68 if (lexer.lookAhead(0) == '\"') {
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 241 /// to fit new lookahead depths, but consume() wraps like a circular
244 pANTLR3_BASE_TREE * lookAhead;
246 /// Number of elements available in the lookahead buffer at any point in
251 /// lookAhead[head] is the first symbol of lookahead, LT(1).
255 /// Add new lookahead at lookahead[tail]. tail wraps around at the
256 /// end of the lookahead buffer so tail could be less than head.
325 pANTLR3_BASE_TREE * lookAhead;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Exif.java 64 final int lookAhead = 16;
66 final InputStreamBuffer jpeg = new InputStreamBuffer(inputStream, lookAhead, false);
  /external/chromium_org/third_party/icu/source/common/
rbbinode.h 32 lookAhead,
  /external/icu4c/common/
rbbinode.h 32 lookAhead,

Completed in 405 milliseconds

12 3 4