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

/external/chromium_org/base/i18n/
H A Drtl.cc349 string16* rtl_safe_path) {
353 rtl_safe_path->push_back(kLeftToRightEmbeddingMark);
355 rtl_safe_path->append(UTF8ToUTF16(path.value()));
357 rtl_safe_path->append(path.value());
360 rtl_safe_path->append(WideToUTF16(wide_path));
363 rtl_safe_path->push_back(kPopDirectionalFormatting);
348 WrapPathWithLTRFormatting(const FilePath& path, string16* rtl_safe_path) argument

Completed in 587 milliseconds