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()216 Pseudolocalizer pseudo(PSEUDO_ACCENTED); in TEST() local217 String16 result = pseudo.text(String16(String8("Hello, "))); in TEST()[all …]
32 Pseudolocalizer pseudo(method); in SimpleHelper() local33 std::string result = pseudo.Start() + pseudo.Text(input) + pseudo.End(); in SimpleHelper()43 Pseudolocalizer pseudo(method); in CompoundHelper() local44 std::string result = pseudo.Start() + pseudo.Text(in1) + pseudo.Text(in2) + in CompoundHelper()45 pseudo.Text(in3) + pseudo.End(); in CompoundHelper()230 Pseudolocalizer pseudo(Pseudolocalizer::Method::kAccent); in TEST() local231 std::string result = pseudo.Text("Hello, "); in TEST()232 pseudo.SetMethod(Pseudolocalizer::Method::kNone); in TEST()233 result += pseudo.Text("world!"); in TEST()
112 bool pseudo = ((last_depth_ % 2) == 0); in Text() local114 if (!pseudo || depth == last_depth_) { in Text()120 if (pseudo) { in Text()127 if (pseudo && depth < last_depth_) { // End of message in Text()129 } else if (!pseudo && depth > last_depth_) { // 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()
62 * SET_LAYER_INFO has this pseudo prototype84 * SET_CLIENT_TARGET_METADATA has this pseudo prototype97 * SET_LAYER_BUFFER_METADATA has this pseudo prototype
29 All of the input commands should be in pseudo-JSON format as documented below.
165 `--pseudo-localize` option is specified.