Searched refs:patternCharacter (Results 1 - 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/yarr/
H A DRegexInterpreter.h75 UChar patternCharacter; member in union:JSC::Yarr::ByteTerm::__anon6532::__anon6533::__anon6534
114 atom.patternCharacter = ch;
H A DRegexPattern.h87 UChar patternCharacter; member in union:JSC::Yarr::PatternTerm::__anon6538
105 patternCharacter = ch;
H A DRegexJIT.cpp523 UChar ch = state.term().patternCharacter;
538 UChar ch1 = state.term().patternCharacter;
539 UChar ch2 = state.lookaheadTerm().patternCharacter;
564 UChar ch = term.patternCharacter;
587 UChar ch = term.patternCharacter;
625 UChar ch = term.patternCharacter;
H A DRegexInterpreter.cpp393 if (checkCharacter(term.atom.patternCharacter, term.inputPosition - 1))
1019 if (!checkCharacter(currentTerm().atom.patternCharacter, currentTerm().inputPosition + matchAmount))
1028 if (!checkCharacter(currentTerm().atom.patternCharacter, currentTerm().inputPosition - 1)) {
1549 atomPatternCharacter(term.patternCharacter, term.inputPosition - currentCountAlreadyChecked, term.frameLocation, term.quantityCount, term.quantityType);

Completed in 39 milliseconds