HomeSort by relevance Sort by last modified time
    Searched defs:m_matchesUnicode (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp 51 m_matchesUnicode.clear();
61 for (size_t i = 0; i < other->m_matchesUnicode.size(); ++i)
62 addSorted(m_matchesUnicode, other->m_matchesUnicode[i]);
78 addSorted(m_matchesUnicode, upper);
79 addSorted(m_matchesUnicode, lower);
81 addSorted(m_matchesUnicode, ch);
149 characterClass->m_matchesUnicode.append(m_matchesUnicode);
233 Vector<UChar> m_matchesUnicode;
    [all...]
YarrPattern.h 77 Vector<UChar> m_matchesUnicode;

Completed in 65 milliseconds