Searched defs:lookAhead (Results 1 - 5 of 5) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DStringTokenizer.java130 public char lookAhead() throws ParseException { method in class:StringTokenizer
131 return lookAhead(0);
134 public char lookAhead(int k) throws ParseException { method in class:StringTokenizer
177 char la = lookAhead(0);
/external/chromium/third_party/icu/source/common/
H A Drbbinode.h32 lookAhead, enumerator in enum:RBBINode::NodeType
/external/chromium/third_party/icu/source/i18n/
H A Dregexcmp.h74 lookAhead = -4, enumerator in enum:RegexCompile::EParenClass
/external/icu4c/common/
H A Drbbinode.h32 lookAhead, enumerator in enum:RBBINode::NodeType
/external/icu4c/i18n/
H A Dregexcmp.h75 lookAhead = -4, enumerator in enum:RegexCompile::EParenClass

Completed in 681 milliseconds