Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIDataWrapper.java80 final static int LOOKAHEAD = 1; field in RBBIDataWrapper
428 if (table[row+LOOKAHEAD] != 0) { in dumpRow()
429 dest.append(intToString(table[row+LOOKAHEAD], 5)); in dumpRow()
DRuleBasedBreakIterator.java1302 if (stateTable[row + RBBIDataWrapper.LOOKAHEAD] != 0) { in handleNext()
1326 lookaheadStatus = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handleNext()
1476 if (stateTable[row + RBBIDataWrapper.LOOKAHEAD] != 0) { in handlePrevious()
1498 lookaheadStatus = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handlePrevious()
DRBBITableBuilder.java915 table[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead; in exportTable()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIDataWrapper.java81 final static int LOOKAHEAD = 1; field in RBBIDataWrapper
429 if (table[row+LOOKAHEAD] != 0) { in dumpRow()
430 dest.append(intToString(table[row+LOOKAHEAD], 5)); in dumpRow()
DRuleBasedBreakIterator.java1282 if (stateTable[row + RBBIDataWrapper.LOOKAHEAD] != 0) { in handleNext()
1306 lookaheadStatus = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handleNext()
1456 if (stateTable[row + RBBIDataWrapper.LOOKAHEAD] != 0) { in handlePrevious()
1478 lookaheadStatus = stateTable[row + RBBIDataWrapper.LOOKAHEAD]; in handlePrevious()
DRBBITableBuilder.java916 table[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead; in exportTable()
/external/v8/src/regexp/
Dregexp-ast.cc124 return is_positive() && type() == LOOKAHEAD && body()->IsAnchoredAtStart(); in IsAnchoredAtStart()
270 os_ << (that->type() == RegExpLookaround::LOOKAHEAD ? "->" : "<-"); in VisitLookaround()
Dregexp-parser.cc178 RegExpParserState initial_state(NULL, INITIAL, RegExpLookaround::LOOKAHEAD, 0, in ParseDisjunction()
288 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseDisjunction()
293 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseDisjunction()
Dregexp-ast.h446 enum Type { LOOKAHEAD, LOOKBEHIND }; enumerator
/external/pcre/dist/doc/
Dpcre.txt7976 LOOKAHEAD AND LOOKBEHIND ASSERTIONS