Searched refs:isCJKIdeograph (Results 1 – 7 of 7) sorted by relevance
97 if (!Font::isCJKIdeograph(buffer[i])) { in fill()
342 bool Font::isCJKIdeograph(UChar32 c) in isCJKIdeograph() function in WebCore::Font441 return isCJKIdeograph(c); in isCJKIdeographOrSymbol()
145 static bool isCJKIdeograph(UChar32);
122 if (!Font::isCJKIdeograph(textBuffer[i])) { in fill()
45 if (!Font::isCJKIdeograph(buffer[i])) in shouldUseCoreText()
12180 … Changed the test for expansion opportunities from isCJKIdeograph() to isCJKIdeographOrSymbol().41878 (WebCore::Font::isCJKIdeograph): Now this only checks pure ideographs (Hanji).41882 …Font::glyphDataForCharacter): Changed to call isCJKIdeographOrSymbol() instead of isCJKIdeograph().44234 (WebCore::Font::isCJKIdeograph):
12908 (WebCore::Font::isCJKIdeograph):