Lines Matching refs:String16
6 static const String16 k_expansion_string = String16("one two three "
11 static const String16 k_rlm = String16("\xe2\x80\x8f");
12 static const String16 k_rlo = String16("\xE2\x80\xae");
13 static const String16 k_pdf = String16("\xE2\x80\xac");
16 static const String16 k_placeholder_open = String16("\xc2\xbb");
17 static const String16 k_placeholder_close = String16("\xc2\xab");
40 String16 Pseudolocalizer::text(const String16& text) { in text()
41 String16 out; in text()
72 String16 chunk = String16(text, size, lastpos); in text()
182 static String16 pseudo_generate_expansion(const unsigned int length) { in pseudo_generate_expansion()
183 String16 result = k_expansion_string; in pseudo_generate_expansion()
186 result += String16(" "); in pseudo_generate_expansion()
198 result = String16(result, length + ext); in pseudo_generate_expansion()
207 String16 PseudoMethodAccent::start() { in start()
208 String16 result; in start()
210 result = String16(String8("[")); in start()
217 String16 PseudoMethodAccent::end() { in end()
218 String16 result; in end()
220 result.append(String16(String8(" "))); in end()
227 result.append(String16(String8("]"))); in end()
238 String16 PseudoMethodAccent::text(const String16& source) in text()
241 String16 result; in text()
249 result += String16("\\"); in text()
255 result += String16(s+i, 5); in text()
275 String16 chunk; in text()
298 String16 escape_text; in text()
320 if (escape_text != String16("<")) { in text()
338 result += String16(p); in text()
353 String16 PseudoMethodAccent::placeholder(const String16& source) { in placeholder()
358 String16 PseudoMethodBidi::text(const String16& source) in text()
361 String16 result; in text()
394 String16 PseudoMethodBidi::placeholder(const String16& source) { in placeholder()