Searched refs:Force8Bit (Results 1 – 3 of 3) sorted by relevance
106 Force8Bit, enumerator118 else if (width == Force8Bit) in attemptStaticStringCreation()
75 …m_data = attemptStaticStringCreation(token->data(), token->isAll8BitData() ? Force8Bit : Force16Bi… in CompactHTMLToken()
145 enum Force8Bit { Force8BitConstructor }; enum146 StringImpl(unsigned length, Force8Bit) in StringImpl() argument