Home
last modified time | relevance | path

Searched refs:IsAsciiPunct (Results 1 – 21 of 21) 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/googletest/googletest/test/
Dgoogletest-port-test.cc481 EXPECT_FALSE(IsAsciiPunct('\0')); in TEST()
482 EXPECT_FALSE(IsAsciiPunct(' ')); in TEST()
483 EXPECT_FALSE(IsAsciiPunct('\n')); in TEST()
484 EXPECT_FALSE(IsAsciiPunct('a')); in TEST()
485 EXPECT_FALSE(IsAsciiPunct('0')); in TEST()
490 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.h918 GTEST_API_ bool IsAsciiPunct(char ch);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
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()
/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/mesa3d/src/gtest/src/
Dgtest-port.cc635 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function
647 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
667 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
Dgtest-internal-inl.h937 GTEST_API_ bool IsAsciiPunct(char ch);
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc692 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function
704 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
724 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
Dgtest-internal-inl.h939 GTEST_API_ bool IsAsciiPunct(char ch);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-port.cc635 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function
647 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
667 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
Dgtest-internal-inl.h937 GTEST_API_ bool IsAsciiPunct(char ch);
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc635 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function
647 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
667 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
Dgtest-internal-inl.h937 GTEST_API_ bool IsAsciiPunct(char ch);
/external/googletest/googletest/src/
Dgtest-port.cc775 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function
787 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
807 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
Dgtest-internal-inl.h955 GTEST_API_ bool IsAsciiPunct(char ch);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal-inl.h915 GTEST_API_ bool IsAsciiPunct(char ch);
/external/epid-sdk/ext/gtest/
Dgtest-all.cc1344 GTEST_API_ bool IsAsciiPunct(char ch);
9188 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function
9200 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
9220 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