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

/frameworks/base/tools/split-select/
H A DRule.cpp124 const size_t subruleCount = subrules.size(); local
125 for (size_t i = 0; i < subruleCount; i++) {
127 if (i != subruleCount - 1) {
184 const size_t subruleCount = rule->subrules.size(); local
185 for (size_t i = 0; i < subruleCount; i++) {
199 } else if (subruleCount == 1) {

Completed in 416 milliseconds