Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/t/re/
H A Dregexp_unicode_prop.t229 push @{$d {IsBlank}} => map {$class =~ /^Z[lps]/ ? $_ : "!$_"} @$chars;
/openbsd/gnu/llvm/clang/lib/Format/
H A DBreakableToken.cpp29 static bool IsBlank(char C) { in IsBlank() function
197 if (IsBlank(Text[0])) in getStringSplit()