Home
last modified time | relevance | path

Searched defs:matchAmount (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/yarr/
DYarrInterpreter.cpp46 uintptr_t matchAmount; member
49 uintptr_t matchAmount; member
53 uintptr_t matchAmount; // Not really needed for fixed quantifiers. member
68 uintptr_t matchAmount; member
441 for (unsigned matchAmount = 0; matchAmount < term.atom.quantityCount; ++matchAmount) { in matchCharacterClass() local
449 unsigned matchAmount = 0; in matchCharacterClass() local
523 for (unsigned matchAmount = 0; matchAmount < term.atom.quantityCount; ++matchAmount) { in matchBackReference() local
533 unsigned matchAmount = 0; in matchBackReference() local
1136 … for (unsigned matchAmount = 0; matchAmount < currentTerm().atom.quantityCount; ++matchAmount) { in matchDisjunction() local
1144 unsigned matchAmount = 0; in matchDisjunction() local
[all …]