HomeSort by relevance Sort by last modified time
    Searched refs:BeginChar (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.h 300 struct BeginChar {
301 BeginChar()
306 BeginChar(unsigned value, unsigned mask)
406 Vector<BeginChar> m_beginChars;
YarrPattern.cpp 238 BeginCharHelper(Vector<BeginChar>* beginChars, bool isCaseInsensitive = false)
243 void addBeginChar(BeginChar beginChar, Vector<TermChain>* hotTerms, QuantifierType quantityType, unsigned quantityCount)
247 beginChar.value |= beginChar.value << 16;
248 beginChar.mask |= beginChar.mask << 16;
249 addCharacter(beginChar);
252 linkHotTerms(beginChar, hotTerms);
256 addCharacter(beginChar);
    [all...]
YarrInterpreter.h 364 Vector<BeginChar> m_beginChars;
YarrInterpreter.cpp     [all...]

Completed in 1251 milliseconds