Home | History | Annotate | Download | only in strings

Lines Matching full:delimiter

26                                            ':',  // Key-value delimiter
27 ',', // Key-value pair delimiter
34 ':', // Key-value delimiter
35 ',', // Key-value pair delimiter
46 ':', // Key-value delimiter
47 ',', // Key-value pair delimiter
58 ':', // Key-value delimiter
59 ',', // Key-value pair delimiter
70 ':', // Key-value delimiter
71 ',', // Key-value pair delimiter
82 ':', // Key-value delimiter
83 ',', // Key-value pair delimiter
94 ':', // Key-value delimiter
95 ',', // Key-value pair delimiter
104 ':', // Key-value delimiter
105 ',', // Key-value pair delimiter
116 ':', // Key-value delimiter
117 ',', // Key-value pair delimiter
129 'X', // Key-value delimiter
130 'Y', // Key-value pair delimiter
142 ':', // Key-value delimiter
143 ',', // Key-value pair delimiter
154 SplitStringUsingSubstr(std::string(), "DELIMITER", &results);
235 SplitStringUsingSubstr("alongwordwithnodelimiter", "DELIMITER", &results);
244 "DELIMITER",
254 "DELIMITER",
264 "DELIMITER",
273 SplitStringPieceUsingSubstr("alongwordwithnodelimiter", "DELIMITER",
281 "DELIMITERDELIMITERDELIMITERoneDELIMITERtwoDELIMITERthree", "DELIMITER",
290 "DELIMITER", base::TRIM_WHITESPACE, base::SPLIT_WANT_ALL);
298 "DELIMITER", base::TRIM_WHITESPACE, base::SPLIT_WANT_ALL);
306 "un DELIMITERdeux\tDELIMITERtrois\nDELIMITERquatre", "DELIMITER",
314 "un DELIMITERdeux\tDELIMITERtrois\nDELIMITERquatre", "DELIMITER",
322 "unDELIMITERdeuxDELIMITERtroisDELIMITERDELIMITER", "DELIMITER",
330 "unDELIMITERdeuxDELIMITERtroisDELIMITERDELIMITER", "DELIMITER",