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

  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 387 bool Font::isCJKIdeographOrSymbol(UChar32 c)
460 if (expandAroundIdeographs && isCJKIdeographOrSymbol(character)) {
481 if (expandAroundIdeographs && isCJKIdeographOrSymbol(character)) {
Font.h 146 static bool isCJKIdeographOrSymbol(UChar32);
WidthIterator.cpp 165 if (treatAsSpace || (expandAroundIdeographs && Font::isCJKIdeographOrSymbol(c))) {
FontFastPath.cpp 84 if (isCJKIdeographOrSymbol(c)) {
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 478 if (treatAsSpace || Font::isCJKIdeographOrSymbol(ch)) {

Completed in 70 milliseconds