Searched refs:elmc (Results 1 – 2 of 2) sorted by relevance
5427 int elmc, in AddClass() argument5430 elmc--; in AddClass()5431 DCHECK(elmv[elmc] == 0x10000); in AddClass()5432 for (int i = 0; i < elmc; i += 2) { in AddClass()5440 int elmc, in AddClassNegated() argument5443 elmc--; in AddClassNegated()5444 DCHECK(elmv[elmc] == 0x10000); in AddClassNegated()5446 DCHECK(elmv[elmc-1] != String::kMaxUtf16CodeUnit); in AddClassNegated()5448 for (int i = 0; i < elmc; i += 2) { in AddClassNegated()
14541 unsigned elmc, const char* elmv[]) { in CheckProperties() argument14545 CHECK_EQ(elmc, props->Length()); in CheckProperties()14546 for (unsigned i = 0; i < elmc; i++) { in CheckProperties()14555 unsigned elmc, const char* elmv[]) { in CheckOwnProperties() argument14560 CHECK_EQ(elmc, props->Length()); in CheckOwnProperties()14561 for (unsigned i = 0; i < elmc; i++) { in CheckOwnProperties()