Searched refs:IsSpace (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-typed-test.cc43 while (IsSpace(*str))
H A Dgtest.cc1363 for (; message_length && IsSpace(error_text[message_length - 1]);
/macosx-10.10.1/ruby-106/ruby/enc/
H A Dmktable.c732 static int IsSpace(int enc, int c) function
1128 if (IsSpace (enc, c)) val |= BIT_CTYPE_SPACE;
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h640 while (IsSpace(*(++comma))) {}
H A Dgtest-port.h1528 inline bool IsSpace(char ch) { function in namespace:testing::internal

Completed in 133 milliseconds