Searched refs:CompoundHelper (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/compile/ |
D | Pseudolocalizer_test.cpp | 40 static ::testing::AssertionResult CompoundHelper( in CompoundHelper() function 57 EXPECT_TRUE(CompoundHelper("Hello,", " world", "", "Hello, world", in TEST() 74 CompoundHelper("", "", "", "[]", Pseudolocalizer::Method::kAccent)); in TEST() 75 EXPECT_TRUE(CompoundHelper("Hello,", " world", "", "[Ĥéļļö, ŵöŕļð one two]", in TEST() 95 EXPECT_TRUE(CompoundHelper( in TEST() 121 EXPECT_TRUE(CompoundHelper("{USER}", " ", "is offline", in TEST() 124 EXPECT_TRUE(CompoundHelper("Copy from ", "{path1}", " to {path2}", in TEST() 150 EXPECT_TRUE(CompoundHelper("'{USER}", " ", "''is offline", in TEST() 176 CompoundHelper("{COUNT, plural, one {Delete a file} " in TEST()
|