Searched defs:isCodepointSpace (Results 1 – 2 of 2) sorted by relevance
134 static bool isCodepointSpace(HB_UChar16 c) { return c == ' ' || c == '\t'; } in isCodepointSpace() function
458 static bool isCodepointSpace(HB_UChar16 c) { return c == ' ' || c == '\t'; } in isCodepointSpace() function in WebCore::TextRunWalker