Searched refs:cpl (Results 1 – 1 of 1) sorted by relevance
49 static bool IsLegalIdentifierStart(const CharBlock &cpl) { in IsLegalIdentifierStart() argument50 return cpl.size() > 0 && IsLegalIdentifierStart(cpl[0]); in IsLegalIdentifierStart()