Searched refs:isCJKIdeographOrSymbol (Results 1 – 6 of 6) sorted by relevance
387 bool Font::isCJKIdeographOrSymbol(UChar32 c) in isCJKIdeographOrSymbol() function in WebCore::Font460 if (expandAroundIdeographs && isCJKIdeographOrSymbol(character)) { in expansionOpportunityCount()481 if (expandAroundIdeographs && isCJKIdeographOrSymbol(character)) { in expansionOpportunityCount()
165 if (treatAsSpace || (expandAroundIdeographs && Font::isCJKIdeographOrSymbol(c))) { in advance()
146 static bool isCJKIdeographOrSymbol(UChar32);
84 if (isCJKIdeographOrSymbol(c)) { in glyphDataForCharacter()
478 if (treatAsSpace || Font::isCJKIdeographOrSymbol(ch)) { in adjustGlyphsAndAdvances()
12180 … Changed the test for expansion opportunities from isCJKIdeograph() to isCJKIdeographOrSymbol().41066 …(WebCore::Font::isCJKIdeographOrSymbol): add katakana, hiraganna, and Halfwidth and Fullwidth Forms41879 (WebCore::Font::isCJKIdeographOrSymbol): Added this for Hanji and Hanji related symbols.41882 …(WebCore::Font::glyphDataForCharacter): Changed to call isCJKIdeographOrSymbol() instead of isCJKI…