Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp2039 static inline bool isSpaceCharacter(UChar c) in isSpaceCharacter() function
2056 if (isSpaceCharacter(text[i])) in normalizeSpaces()