Lines Matching defs:paths
170 Paths paths;
178 paths.push_back(entry->path);
184 return paths;
324 // By default, file paths in ZIPs are interpreted as UTF-8. But in this test,
325 // the ZIP archive contains file paths that are actually encoded in Shift JIS.
326 // The SJIS-encoded paths are thus wrongly interpreted as UTF-8, resulting in
327 // garbled paths. Invalid UTF-8 sequences are safely converted to the
338 // In this test, SJIS-encoded paths are interpreted as Code Page 1252. This
339 // results in garbled paths. Note the presence of C1 control codes U+0090 and
340 // U+0081 in the garbled paths.
351 // In this test, SJIS-encoded paths are interpreted as Code Page 866. This
352 // results in garbled paths.
362 // Tests that SJIS-encoded paths are correctly converted to Unicode.