Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator_test.cpp452 std::unique_ptr<ResourceTable> table_0 = in TEST() local
457 ASSERT_TRUE(generator_0.Consume(context_0.get(), table_0.get())); in TEST()
459 String* locale_0 = test::GetValueForConfig<String>(table_0.get(), "android:string/foo", in TEST()
466 test::GetValueForConfig<String>(table_0.get(), "android:string/foo", config_feminine); in TEST()
473 test::GetValueForConfig<String>(table_0.get(), "android:string/foo", config_masculine); in TEST()
479 test::GetValueForConfig<String>(table_0.get(), "android:string/foo", config_neuter); in TEST()