Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator_test.cpp483 std::unique_ptr<ResourceTable> table_1 = in TEST() local
488 ASSERT_TRUE(generator_1.Consume(context_1.get(), table_1.get())); in TEST()
490 String* locale_1 = test::GetValueForConfig<String>(table_1.get(), "android:string/foo", in TEST()
495 test::GetValueForConfig<String>(table_1.get(), "android:string/foo", config_feminine); in TEST()
500 test::GetValueForConfig<String>(table_1.get(), "android:string/foo", config_masculine); in TEST()
504 test::GetValueForConfig<String>(table_1.get(), "android:string/foo", config_neuter); in TEST()