Searched refs:pseudo (Results 1 – 11 of 11) 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() local218 pseudo.setMethod(NO_PSEUDOLOCALIZATION); 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()
118 bool pseudo = ((last_depth_ % 2) == 0); in Text() local120 if (!pseudo || depth == last_depth_) { in Text()126 if (pseudo) { in Text()133 if (pseudo && depth < last_depth_) { // End of message in Text()135 } 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()
213 Pseudolocalizer pseudo(pseudolocalize); in parseStyledString() local220 curString.append(pseudo.start()); in parseStyledString()229 pseudo.setMethod(pseudolocalize); in parseStyledString()234 curString.append(pseudo.text(text)); in parseStyledString()374 curString.append(pseudo.end()); in parseStyledString()
20 # affects the current mappings along the lines of the following pseudo code:
21 # affects the current mappings along the lines of the following pseudo code:
97 Most devices have pseudo partitions, such as a `bootloader` partition,99 When one of these pseudo partitions is flashed, the bootloader101 partition. These pseudo partitions should be listed inside a `<part></part>`103 which lists the name of this pseudo partition, and a `slots` attribute,104 which can be yes or no if this pseudo partition is slotted.106 all the real partition that make up this pseudo partition inside of127 valid and invalid test packed images for flashing this particular pseudo partition.352 that can be tested. Finally, make sure that the packed pseudo partitions and
23 All of the input commands should be in pseudo-JSON format as documented below.
29 All of the input commands should be in pseudo-JSON format as documented below.
165 `--pseudo-localize` option is specified.