Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/pcre/
Dpcre_exec.cpp728 bool currentCharIsWordChar = false; in match() local
734 currentCharIsWordChar = isWordChar(*stack.currentFrame->args.subjectPtr); in match()
738 …if (wordBoundaryDesired ? currentCharIsWordChar == previousCharIsWordChar : currentCharIsWordChar in match()