HomeSort by relevance Sort by last modified time
    Searched refs:localized_file_path_string (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/i18n/
rtl_unittest.cc 163 string16 localized_file_path_string; local
164 base::i18n::WrapPathWithLTRFormatting(path, &localized_file_path_string);
166 std::wstring wrapped_actual = UTF16ToWide(localized_file_path_string);
  /external/chromium_org/base/i18n/
rtl_unittest.cc 231 string16 localized_file_path_string; local
232 WrapPathWithLTRFormatting(path, &localized_file_path_string);
234 std::wstring wrapped_actual = UTF16ToWide(localized_file_path_string);

Completed in 136 milliseconds