Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/gtest/test/
Dgtest-port_test.cc465 EXPECT_FALSE(IsAsciiPunct('\0')); in TEST()
466 EXPECT_FALSE(IsAsciiPunct(' ')); in TEST()
467 EXPECT_FALSE(IsAsciiPunct('\n')); in TEST()
468 EXPECT_FALSE(IsAsciiPunct('a')); in TEST()
469 EXPECT_FALSE(IsAsciiPunct('0')); in TEST()
474 EXPECT_PRED1(IsAsciiPunct, *p); in TEST()
/external/gtest/test/
Dgtest-port_test.cc502 EXPECT_FALSE(IsAsciiPunct('\0')); in TEST()
503 EXPECT_FALSE(IsAsciiPunct(' ')); in TEST()
504 EXPECT_FALSE(IsAsciiPunct('\n')); in TEST()
505 EXPECT_FALSE(IsAsciiPunct('a')); in TEST()
506 EXPECT_FALSE(IsAsciiPunct('0')); in TEST()
511 EXPECT_PRED1(IsAsciiPunct, *p); in TEST()
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc186 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
218 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
Dgtest-internal-inl.h914 GTEST_API_ bool IsAsciiPunct(char ch);
/external/mesa3d/src/gtest/src/
Dgtest-port.cc186 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
218 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
Dgtest-internal-inl.h915 GTEST_API_ bool IsAsciiPunct(char ch);
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc211 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
243 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
Dgtest-internal-inl.h933 GTEST_API_ bool IsAsciiPunct(char ch);
/external/gtest/src/
Dgtest-port.cc212 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function
224 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
244 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
Dgtest-internal-inl.h946 GTEST_API_ bool IsAsciiPunct(char ch);
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1347 GTEST_API_ bool IsAsciiPunct(char ch);
8419 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function
8431 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
8451 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym27739 FUNC 430fc c 0 testing::internal::IsAsciiPunct
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym29302 FUNC 64114 c 0 testing::internal::IsAsciiPunct