Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/tests/
DPseudolocales_test.cpp30 Pseudolocalizer pseudo(method); in simple_helper() local
31 String16 result = pseudo.start() + pseudo.text(String16(String8(input))) + pseudo.end(); in simple_helper()
38 Pseudolocalizer pseudo(method); in compound_helper() local
39 String16 result = pseudo.start() + \ in compound_helper()
40 pseudo.text(String16(String8(in1))) + \ in compound_helper()
41 pseudo.text(String16(String8(in2))) + \ in compound_helper()
42 pseudo.text(String16(String8(in3))) + \ in compound_helper()
43 pseudo.end(); in compound_helper()
212 Pseudolocalizer pseudo(PSEUDO_ACCENTED); in TEST() local
213 String16 result = pseudo.text(String16(String8("Hello, "))); in TEST()
[all …]
/frameworks/base/tools/aapt2/compile/
DPseudolocalizer_test.cpp30 Pseudolocalizer pseudo(method); in simpleHelper() local
32 pseudo.start() + pseudo.text(util::utf8ToUtf16(input)) + pseudo.end()); in simpleHelper()
42 Pseudolocalizer pseudo(method); in compoundHelper() local
43 std::string result = util::utf16ToUtf8(pseudo.start() + in compoundHelper()
44 pseudo.text(util::utf8ToUtf16(in1)) + in compoundHelper()
45 pseudo.text(util::utf8ToUtf16(in2)) + in compoundHelper()
46 pseudo.text(util::utf8ToUtf16(in3)) + in compoundHelper()
47 pseudo.end()); in compoundHelper()
220 Pseudolocalizer pseudo(Pseudolocalizer::Method::kAccent); in TEST() local
221 std::u16string result = pseudo.text(u"Hello, "); in TEST()
[all …]
DPseudolocalizer.cpp107 bool pseudo = ((mLastDepth % 2) == 0); in text() local
109 if (!pseudo || depth == mLastDepth) { in text()
115 if (pseudo) { in text()
122 if (pseudo && depth < mLastDepth) { // End of message in text()
124 } else if (!pseudo && depth > mLastDepth) { // Start of message in text()
/frameworks/base/tools/aapt/
Dpseudolocalize.cpp65 bool pseudo = ((mLastDepth % 2) == 0); in text() local
67 if (!pseudo || depth == mLastDepth) { in text()
73 if (pseudo) { in text()
81 if (pseudo && depth < mLastDepth) { // End of message in text()
83 } else if (!pseudo && depth > mLastDepth) { // Start of message in text()
DXMLNode.cpp216 Pseudolocalizer pseudo(pseudolocalize); in parseStyledString() local
223 curString.append(pseudo.start()); in parseStyledString()
232 pseudo.setMethod(pseudolocalize); in parseStyledString()
237 curString.append(pseudo.text(text)); in parseStyledString()
377 curString.append(pseudo.end()); in parseStyledString()
/frameworks/base/docs/html/training/testing/start/
Dindex.jd349 <dd>This is a command-line tool that sends pseudo-random streams of keystrokes,
/frameworks/base/docs/html/about/versions/
Djelly-bean.jd435 <img src="{@docRoot}images/jb-pseudo-locale-zz.png" alt="" width="260" style="margin-bottom:0;">
453 introduces <strong>pseudo-locales</strong> as a new developer option.
456 pseudo-locale for <strong>Accented English</strong>, which lets you see how your
458 languages. <!--To use the pseudo-locale, enable “Developer options” in Settings
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd179 …ot}tools/help/monkey.html">UI/Application Exerciser Monkey</a> generates pseudo-random system and …