Lines Matching refs:pseudo
30 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()
216 Pseudolocalizer pseudo(PSEUDO_ACCENTED); in TEST() local
217 String16 result = pseudo.text(String16(String8("Hello, "))); in TEST()
218 pseudo.setMethod(NO_PSEUDOLOCALIZATION); in TEST()
219 result.append(pseudo.text(String16(String8("world!")))); in TEST()