Home
last modified time | relevance | path

Searched refs:LOOKAHEAD (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRBBIDataWrapper.java187 public final static int LOOKAHEAD = 1; field in RBBIDataWrapper
450 if (table.fTable[row+LOOKAHEAD] != 0) { in dumpRow()
451 dest.append(intToString(table.fTable[row+LOOKAHEAD], 5)); in dumpRow()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRBBIDataWrapper.java218 public final static int LOOKAHEAD = 1; field in RBBIDataWrapper
494 if (table.fTable[row+LOOKAHEAD] != 0) { in dumpRow()
495 dest.append(intToString(table.fTable[row+LOOKAHEAD], 5)); in dumpRow()
/third_party/node/deps/v8/src/regexp/
Dregexp-ast.cc126 return is_positive() && type() == LOOKAHEAD && body()->IsAnchoredAtStart(); in IsAnchoredAtStart()
280 os_ << (that->type() == RegExpLookaround::LOOKAHEAD ? "->" : "<-"); in VisitLookaround()
Dregexp-parser.cc536 RegExpParserState initial_state(nullptr, INITIAL, RegExpLookaround::LOOKAHEAD, in ParseDisjunction()
882 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseOpenParenthesis()
887 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseOpenParenthesis()
Dregexp-ast.h514 enum Type { LOOKAHEAD, LOOKBEHIND }; enumerator
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DRBBITest.java610 s.append(fwtbl.fTable[row + RBBIDataWrapper.LOOKAHEAD]); in TestTableRedundancies()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITest.java613 s.append(fwtbl.fTable[row + RBBIDataWrapper.LOOKAHEAD]); in TestTableRedundancies()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRuleBasedBreakIterator.java925 int rule = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handleNext()
DRBBITableBuilder.java1151 table.fTable[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java948 int rule = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handleNext()
DRBBITableBuilder.java1181 table.fTable[row + RBBIDataWrapper.LOOKAHEAD] = (char)sd.fLookAhead;
/third_party/pcre2/pcre2/doc/
Dpcre2.txt10958 LOOKAHEAD AND LOOKBEHIND ASSERTIONS