Home
last modified time | relevance | path

Searched refs:isCJKIdeographOrSymbol (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp387 bool Font::isCJKIdeographOrSymbol(UChar32 c) in isCJKIdeographOrSymbol() function in WebCore::Font
460 if (expandAroundIdeographs && isCJKIdeographOrSymbol(character)) { in expansionOpportunityCount()
481 if (expandAroundIdeographs && isCJKIdeographOrSymbol(character)) { in expansionOpportunityCount()
DWidthIterator.cpp165 if (treatAsSpace || (expandAroundIdeographs && Font::isCJKIdeographOrSymbol(c))) { in advance()
DFont.h146 static bool isCJKIdeographOrSymbol(UChar32);
DFontFastPath.cpp84 if (isCJKIdeographOrSymbol(c)) { in glyphDataForCharacter()
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp478 if (treatAsSpace || Font::isCJKIdeographOrSymbol(ch)) { in adjustGlyphsAndAdvances()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1612180 … Changed the test for expansion opportunities from isCJKIdeograph() to isCJKIdeographOrSymbol().
41066 …(WebCore::Font::isCJKIdeographOrSymbol): add katakana, hiraganna, and Halfwidth and Fullwidth Forms
41879 (WebCore::Font::isCJKIdeographOrSymbol): Added this for Hanji and Hanji related symbols.
41882 …(WebCore::Font::glyphDataForCharacter): Changed to call isCJKIdeographOrSymbol() instead of isCJKI…