Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A 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/node/deps/v8/src/regexp/
H A Dregexp-ast.cc126 return is_positive() && type() == LOOKAHEAD && body()->IsAnchoredAtStart(); in IsAnchoredAtStart()
280 os_ << (that->type() == RegExpLookaround::LOOKAHEAD ? "->" : "<-"); in VisitLookaround()
H A 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()
H A Dregexp-ast.h514 enum Type { LOOKAHEAD, LOOKBEHIND }; enumerator
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A 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/
H A DRBBITest.java613 s.append(fwtbl.fTable[row + RBBIDataWrapper.LOOKAHEAD]); in TestTableRedundancies()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBITableBuilder.java1181 table.fTable[row + RBBIDataWrapper.LOOKAHEAD] = (char)sd.fLookAhead; in exportTable()
H A DRuleBasedBreakIterator.java948 int rule = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handleNext()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedBreakIterator.java925 int rule = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handleNext()
H A DRBBITableBuilder.java1151 table.fTable[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead; in exportTable()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 19 milliseconds