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

12

/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/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontreenodestream.h244 pANTLR3_BASE_TREE * lookAhead; member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
251 /// lookAhead[head] is the first symbol of lookahead, LT(1).
325 pANTLR3_BASE_TREE * lookAhead; member in struct:ANTLR3_TREE_WALK_STATE_struct
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBINode.java27 static final int lookAhead = 4; field in class:RBBINode
46 "lookAhead",
/external/icu/icu4c/source/common/
H A Drbbinode.h32 lookAhead, enumerator in enum:RBBINode::NodeType
/external/icu/icu4c/source/i18n/
H A Dregexcmp.h76 lookAhead = -4, enumerator in enum:RegexCompile::EParenClass
H A Dcollationiterator.cpp495 int32_t lookAhead = 1; local
520 sinceMatch < lookAhead)) {
530 lookAhead -= sinceMatch - 1;
535 d, suffixes, ce32, lookAhead, c, errorCode);
547 ++lookAhead;
557 int32_t lookAhead, UChar32 c,
586 ++lookAhead;
595 // We have read and matched (lookAhead-2) code points,
607 if(lookAhead > 2) {
609 backwardNumCodePoints(lookAhead, errorCod
555 nextCE32FromDiscontiguousContraction( const CollationData *d, UCharsTrie &suffixes, uint32_t ce32, int32_t lookAhead, UChar32 c, UErrorCode &errorCode) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBINode.java26 static final int lookAhead = 4; field in class:RBBINode
45 "lookAhead",
/external/javassist/src/main/javassist/bytecode/analysis/
H A DAnalyzer.java140 frames[iter.lookAhead()] = firstFrame(method, maxLocals, maxStack);
195 mergeJsr(queue, frames[pos], subroutines[target], pos, lookAhead(iter, pos));
197 merge(queue, frame, lookAhead(iter, pos));
203 merge(queue, frame, lookAhead(iter, pos));
261 int next = iter.lookAhead();
268 private int lookAhead(CodeIterator iter, int pos) throws BadBytecode { method in class:Analyzer
272 return iter.lookAhead();
/external/javassist/src/main/javassist/compiler/
H A DLex.java65 public int lookAhead() { method in class:Lex
66 return lookAhead(0);
69 public int lookAhead(int i) { method in class:Lex
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationIterator.java707 int lookAhead = 1;
732 sinceMatch < lookAhead)) {
742 lookAhead -= sinceMatch - 1;
747 d, suffixes, ce32, lookAhead, c);
759 ++lookAhead;
768 int lookAhead, int c) {
794 ++lookAhead;
803 // We have read and matched (lookAhead-2) code points,
811 if(lookAhead > 2) {
813 backwardNumCodePoints(lookAhead);
766 nextCE32FromDiscontiguousContraction( CollationData d, CharsTrie suffixes, int ce32, int lookAhead, int c) argument
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java705 int lookAhead = 1;
730 sinceMatch < lookAhead)) {
740 lookAhead -= sinceMatch - 1;
745 d, suffixes, ce32, lookAhead, c);
757 ++lookAhead;
766 int lookAhead, int c) {
792 ++lookAhead;
801 // We have read and matched (lookAhead-2) code points,
809 if(lookAhead > 2) {
811 backwardNumCodePoints(lookAhead);
764 nextCE32FromDiscontiguousContraction( CollationData d, CharsTrie suffixes, int ce32, int lookAhead, int c) argument
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java193 * Successive calls to <code>lookAhead()</code> return the
196 public int lookAhead() { method in class:CodeIterator
/external/lzma/C/
H A DLzmaDec.c839 unsigned rem = p->tempBufSize, lookAhead = 0; local
840 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize)
841 p->tempBuf[rem++] = src[lookAhead++];
848 (*srcLen) += lookAhead;
861 lookAhead -= (rem - (unsigned)(p->buf - p->tempBuf));
862 (*srcLen) += lookAhead;
863 src += lookAhead;
864 inSize -= lookAhead;
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 639 milliseconds

12