Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/generators/
Didl_diff.py80 def IsBlank(change): function
180 if IsBlank(change): return False
/external/clang/lib/Format/
DBreakableToken.cpp29 static bool IsBlank(char C) { in IsBlank() function
112 if (IsBlank(Text[0])) in getStringSplit()