Searched refs:elmc (Results 1 – 2 of 2) sorted by relevance
5202 int elmc, in AddClass() argument5205 elmc--; in AddClass()5206 DCHECK(elmv[elmc] == 0x10000); in AddClass()5207 for (int i = 0; i < elmc; i += 2) { in AddClass()5215 int elmc, in AddClassNegated() argument5218 elmc--; in AddClassNegated()5219 DCHECK(elmv[elmc] == 0x10000); in AddClassNegated()5221 DCHECK(elmv[elmc-1] != String::kMaxUtf16CodeUnit); in AddClassNegated()5223 for (int i = 0; i < elmc; i += 2) { in AddClassNegated()
14653 int elmc, in CheckProperties() argument14657 CHECK_EQ(elmc, props->Length()); in CheckProperties()14658 for (int i = 0; i < elmc; i++) { in CheckProperties()14667 int elmc, in CheckOwnProperties() argument14671 CHECK_EQ(elmc, props->Length()); in CheckOwnProperties()14672 for (int i = 0; i < elmc; i++) { in CheckOwnProperties()