Home | History | Annotate | Download | only in style

Lines Matching defs:hyphenString

856 const AtomicString& RenderStyle::hyphenString() const
866 DEFINE_STATIC_LOCAL(AtomicString, hyphenString, (&hyphen, 1));
867 return font().primaryFontHasGlyphForCharacter(hyphen) ? hyphenString : hyphenMinusString;