Searched refs:pseudo (Results 1 – 8 of 8) sorted by relevance
30 Pseudolocalizer pseudo(method); in simple_helper() local31 String16 result = pseudo.start() + pseudo.text(String16(String8(input))) + pseudo.end(); in simple_helper()38 Pseudolocalizer pseudo(method); in compound_helper() local39 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() local213 String16 result = pseudo.text(String16(String8("Hello, "))); in TEST()[all …]
30 Pseudolocalizer pseudo(method); in simpleHelper() local32 pseudo.start() + pseudo.text(util::utf8ToUtf16(input)) + pseudo.end()); in simpleHelper()42 Pseudolocalizer pseudo(method); in compoundHelper() local43 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() local221 std::u16string result = pseudo.text(u"Hello, "); in TEST()[all …]
107 bool pseudo = ((mLastDepth % 2) == 0); in text() local109 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()
65 bool pseudo = ((mLastDepth % 2) == 0); in text() local67 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()
216 Pseudolocalizer pseudo(pseudolocalize); in parseStyledString() local223 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()
349 <dd>This is a command-line tool that sends pseudo-random streams of keystrokes,
435 <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 your458 languages. <!--To use the pseudo-locale, enable “Developer options” in Settings
179 …ot}tools/help/monkey.html">UI/Application Exerciser Monkey</a> generates pseudo-random system and …