Searched refs:IsEverything (Results 1 – 2 of 2) sorted by relevance
100 bool IsEverything(uc16 max) { return from_ == 0 && to_ >= max; } in IsEverything() function
2134 ranges->at(0).IsEverything(max_char)) { in EmitCharClass()2147 ranges->at(0).IsEverything(max_char)) { in EmitCharClass()3421 return ranges->at(0).IsEverything(max_char) ? on_success() : NULL; in GetSuccessorOfOmnivorousTextNode()