Searched refs:simple_helper (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/tests/ |
D | Pseudolocales_test.cpp | 29 static void simple_helper(const char* input, const char* expected, PseudolocalizationMethod method)… in simple_helper() function 48 simple_helper("", "", NO_PSEUDOLOCALIZATION); in TEST() 49 simple_helper("Hello, world", "Hello, world", NO_PSEUDOLOCALIZATION); in TEST() 56 simple_helper("", "[]", PSEUDO_ACCENTED); in TEST() 57 simple_helper("Hello, world", in TEST() 60 simple_helper("Hello, %1d", in TEST() 63 simple_helper("Battery %1d%%", in TEST() 72 simple_helper("", "", PSEUDO_BIDI); in TEST() 73 simple_helper("word", in TEST() 76 simple_helper(" word ", in TEST() [all …]
|