Searched refs:compound_helper (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/tests/ |
D | Pseudolocales_test.cpp | 36 static void compound_helper(const char* in1, const char* in2, const char *in3, in compound_helper() function 51 compound_helper("Hello,", " world", "", in TEST() 66 compound_helper("", "", "", "[]", PSEUDO_ACCENTED); in TEST() 67 compound_helper("Hello,", " world", "", in TEST() 86 compound_helper("hello", "\n ", " world\n", in TEST() 107 compound_helper("{USER}", " ", "is offline", in TEST() 110 compound_helper("Copy from ", "{path1}", " to {path2}", in TEST() 135 compound_helper("'{USER}", " ", "''is offline", in TEST() 160 compound_helper( in TEST()
|