/external/nist-sip/java/gov/nist/core/ |
D | StringTokenizer.java | 130 public char lookAhead() throws ParseException { in lookAhead() method in StringTokenizer 134 public char lookAhead(int k) throws ParseException { in lookAhead() method in StringTokenizer
|
/external/javassist/src/main/javassist/compiler/ |
D | Lex.java | 65 public int lookAhead() { in lookAhead() method in Lex 69 public int lookAhead(int i) { in lookAhead() method in Lex
|
/external/icu/libicu/cts_headers/ |
D | rbbinode.h | 35 lookAhead, enumerator
|
D | regexcmp.h | 79 lookAhead = -4, enumerator
|
/external/icu/icu4c/source/common/ |
D | rbbinode.h | 35 lookAhead, enumerator
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBINode.java | 29 static final int lookAhead = 4; field in RBBINode
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBINode.java | 28 static final int lookAhead = 4; field in RBBINode
|
/external/antlr/runtime/C/include/ |
D | antlr3commontreenodestream.h | 244 pANTLR3_BASE_TREE * lookAhead; member 325 pANTLR3_BASE_TREE * lookAhead; member
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.h | 79 lookAhead = -4, enumerator
|
D | collationiterator.cpp | 497 int32_t lookAhead = 1; in nextCE32FromContraction() local 559 int32_t lookAhead, UChar32 c, in nextCE32FromDiscontiguousContraction()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationIterator.java | 713 int lookAhead = 1; in nextCE32FromContraction() local 774 int lookAhead, int c) { in nextCE32FromDiscontiguousContraction()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationIterator.java | 715 int lookAhead = 1; in nextCE32FromContraction() local 776 int lookAhead, int c) { in nextCE32FromDiscontiguousContraction()
|
/external/skia/modules/skparagraph/src/ |
D | TextWrapper.cpp | 40 void TextWrapper::lookAhead(SkScalar maxWidth, Cluster* endOfClusters) { in lookAhead() function in skia::textlayout::TextWrapper
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Analyzer.java | 267 private int lookAhead(CodeIterator iter, int pos) throws BadBytecode { in lookAhead() method in Analyzer
|
/external/llvm-project/flang/lib/Parser/ |
D | preprocessor.cpp | 328 const CharBlock &lookAhead{input.TokenAt(k)}; in MacroReplacement() local
|
D | basic-parsers.h | 172 template <typename PA> inline constexpr auto lookAhead(PA p) { in lookAhead() function
|
/external/lzma/C/ |
D | LzmaDec.c | 976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 217 public int lookAhead() { in lookAhead() method in CodeIterator
|