Home
last modified time | relevance | path

Searched refs:IsUnicodeWhitespace (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_util_unittest.cc1324 TEST(StringUtilTest, IsUnicodeWhitespace) { in TEST() argument
1326 EXPECT_FALSE(IsUnicodeWhitespace(L'\0')); in TEST()
1327 EXPECT_FALSE(IsUnicodeWhitespace(L'A')); in TEST()
1328 EXPECT_FALSE(IsUnicodeWhitespace(L'0')); in TEST()
1329 EXPECT_FALSE(IsUnicodeWhitespace(L'.')); in TEST()
1330 EXPECT_FALSE(IsUnicodeWhitespace(L';')); in TEST()
1331 EXPECT_FALSE(IsUnicodeWhitespace(L'\x4100')); in TEST()
1334 EXPECT_TRUE(IsUnicodeWhitespace(L' ')); in TEST()
1335 EXPECT_TRUE(IsUnicodeWhitespace(L'\xa0')); in TEST()
1336 EXPECT_TRUE(IsUnicodeWhitespace(L'\x3000')); in TEST()
[all …]
H A Dstring_util.cc423 if (IsUnicodeWhitespace(*i)) { in CollapseWhitespaceT()
655 bool IsUnicodeWhitespace(wchar_t c) { in IsUnicodeWhitespace() function
H A Dstring_util.h368 BASE_EXPORT bool IsUnicodeWhitespace(wchar_t c);
/aosp_15_r20/external/cronet/base/strings/
H A Dstring_util_unittest.cc1545 TEST(StringUtilTest, IsUnicodeWhitespace) { in TEST() argument
1547 EXPECT_FALSE(IsUnicodeWhitespace(L'\0')); in TEST()
1548 EXPECT_FALSE(IsUnicodeWhitespace(L'A')); in TEST()
1549 EXPECT_FALSE(IsUnicodeWhitespace(L'0')); in TEST()
1550 EXPECT_FALSE(IsUnicodeWhitespace(L'.')); in TEST()
1551 EXPECT_FALSE(IsUnicodeWhitespace(L';')); in TEST()
1552 EXPECT_FALSE(IsUnicodeWhitespace(L'\x4100')); in TEST()
1555 EXPECT_TRUE(IsUnicodeWhitespace(L' ')); in TEST()
1556 EXPECT_TRUE(IsUnicodeWhitespace(L'\xa0')); in TEST()
1557 EXPECT_TRUE(IsUnicodeWhitespace(L'\x3000')); in TEST()
[all …]
H A Dstring_util.h472 inline bool IsUnicodeWhitespace(Char c) { in IsUnicodeWhitespace() function
488 return IsUnicodeWhitespace(c); in IsWhitespace()
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dstring_util.cc117 static bool IsUnicodeWhitespace(char c) { in IsUnicodeWhitespace() function
133 if (IsUnicodeWhitespace(*i)) { in CollapseWhitespaceASCII()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/strings/
Dstring_util.h371 BASE_EXPORT bool IsUnicodeWhitespace(wchar_t c);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/strings/
Dstring_util.h371 BASE_EXPORT bool IsUnicodeWhitespace(wchar_t c);