Searched defs:rtl_safe_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/i18n/
H A Drtl.cc321 string16* rtl_safe_path) {
325 rtl_safe_path->push_back(kLeftToRightEmbeddingMark);
327 rtl_safe_path->append(UTF8ToUTF16(path.value()));
329 rtl_safe_path->append(path.value());
332 rtl_safe_path->append(WideToUTF16(wide_path));
335 rtl_safe_path->push_back(kPopDirectionalFormatting);
320 WrapPathWithLTRFormatting(const FilePath& path, string16* rtl_safe_path) argument

Completed in 44 milliseconds