HomeSort by relevance Sort by last modified time
    Searched refs:expandAroundIdeographs (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.cpp 163 static bool expandAroundIdeographs = Font::canExpandAroundIdeographsInComplexText();
165 if (treatAsSpace || (expandAroundIdeographs && Font::isCJKIdeographOrSymbol(c))) {
Font.cpp 446 static bool expandAroundIdeographs = canExpandAroundIdeographsInComplexText();
460 if (expandAroundIdeographs && isCJKIdeographOrSymbol(character)) {
481 if (expandAroundIdeographs && isCJKIdeographOrSymbol(character)) {

Completed in 183 milliseconds