Searched refs:CHAR_CLASS (Results 1 – 3 of 3) sorted by relevance
140 case TextElement::CHAR_CLASS: { in VisitText()
168 enum TextType { ATOM, CHAR_CLASS }; enumerator187 DCHECK(text_type() == CHAR_CLASS); in char_class()
215 return TextElement(CHAR_CLASS, char_class); in CharClass()223 case CHAR_CLASS: in length()1853 DCHECK(elm.text_type() == TextElement::CHAR_CLASS); in FilterOneByte()2347 DCHECK_EQ(TextElement::CHAR_CLASS, elm.text_type()); in TextEmitPass()2478 if (elm.text_type() == TextElement::CHAR_CLASS) { in MakeCaseIndependent()2505 if (elm.text_type() != TextElement::CHAR_CLASS) return nullptr; in GetSuccessorOfOmnivorousTextNode()3781 DCHECK_EQ(TextElement::CHAR_CLASS, text.text_type()); in FillInBMInfo()