Home | History | Annotate | Download | only in testing

Lines Matching refs:LL

64   CHECK_OCTAL(long long,          777777777777777777777LL);
88 CHECK_DECIMAL(long long, -100000000000000LL);
1274 EXPECT_FALSE(RE2::FullMatch("A", "\\p{Ll}"));
1277 EXPECT_TRUE(RE2::FullMatch("A", "\\P{Ll}"));
1281 EXPECT_FALSE(RE2::FullMatch("?", "\\p{Ll}"));
1284 EXPECT_TRUE(RE2::FullMatch("?", "\\P{Ll}"));
1288 EXPECT_FALSE(RE2::FullMatch("?", "\\p{Ll}"));
1291 EXPECT_TRUE(RE2::FullMatch("?", "\\P{Ll}"));
1295 EXPECT_FALSE(RE2::FullMatch("?", "\\p{Ll}"));
1298 EXPECT_TRUE(RE2::FullMatch("?", "\\P{Ll}"));