Home
last modified time | relevance | path

Searched defs:isCodepointSpace (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DComplexTextControllerLinux.h134 static bool isCodepointSpace(HB_UChar16 c) { return c == ' ' || c == '\t'; } in isCodepointSpace() function
/external/webkit/Source/WebCore/platform/graphics/android/
DFontAndroid.cpp458 static bool isCodepointSpace(HB_UChar16 c) { return c == ' ' || c == '\t'; } in isCodepointSpace() function in WebCore::TextRunWalker