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

  /external/webkit/Source/WebCore/platform/graphics/skia/
GlyphPageTreeNodeSkia.cpp 97 if (!Font::isCJKIdeograph(buffer[i])) {
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
GlyphMapAndroid.cpp 122 if (!Font::isCJKIdeograph(textBuffer[i])) {
  /external/webkit/Source/WebCore/platform/graphics/mac/
GlyphPageTreeNodeMac.cpp 45 if (!Font::isCJKIdeograph(buffer[i]))
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 342 bool Font::isCJKIdeograph(UChar32 c)
441 return isCJKIdeograph(c);
Font.h 145 static bool isCJKIdeograph(UChar32);

Completed in 63 milliseconds