HomeSort by relevance Sort by last modified time
    Searched refs:WideToUTF16 (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 271 WideToUTF16(L"\u0623\u0648\u0628\u0627\u0645\u0627 "
280 profile1.SetRawInfo(NAME_MIDDLE, WideToUTF16(L"BANK\xcBERF\xc4LLE"));
282 WideToUTF16(L"\uacbd\uc81c \ub274\uc2a4 "
285 WideToUTF16(L"\uad6d\uc815\uc6d0\xb7\uac80\ucc30, "
290 WideToUTF16(L"\u653f\u5e9c\u4e0d\u6392\u9664\u7acb\u6cd5"
292 profile1.SetRawInfo(ADDRESS_HOME_ZIP, WideToUTF16(L"YOHO_54676"));
293 profile1.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, WideToUTF16(L"861088828000"));
295 AutofillType(ADDRESS_HOME_COUNTRY), WideToUTF16(L"India"), "en-US");
300 WideToUTF16(L"\u4e0a\u6d77\u5e02\u91d1\u5c71\u533a "
303 profile2.SetRawInfo(NAME_LAST, WideToUTF16(L"aguantó"))
    [all...]
  /external/chromium_org/base/strings/
utf_string_conversions.h 29 BASE_EXPORT bool WideToUTF16(const wchar_t* src, size_t src_len,
31 BASE_EXPORT string16 WideToUTF16(const std::wstring& wide);
51 # define WideToUTF16Hack WideToUTF16
65 using base::WideToUTF16;
utf_string_conversions.cc 74 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) {
79 string16 WideToUTF16(const std::wstring& wide) {
94 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) {
102 string16 WideToUTF16(const std::wstring& wide) {
104 WideToUTF16(wide.data(), wide.length(), &ret);
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 228 textfield_->SetText(WideToUTF16(L"abc\x05d0\x05d1\x05d2"));
314 textfield_->SetText(WideToUTF16(L"abc\x05e1\x05e2\x05e3" L"def"));
322 EXPECT_EQ(WideToUTF16(L"c"), textfield_->GetSelectedText());
327 int x = font.GetStringWidth(WideToUTF16(L"\x05e3"));
329 EXPECT_EQ(WideToUTF16(L"c\x05e1\x05e2"), textfield_->GetSelectedText());
333 x = font.GetStringWidth(WideToUTF16(L"b"));
335 EXPECT_EQ(WideToUTF16(L"bc\x05e1\x05e2"), textfield_->GetSelectedText());
340 EXPECT_EQ(WideToUTF16(L"c"), textfield_->GetSelectedText());
344 x = font.GetStringWidth(WideToUTF16(L"\x05e3"));
346 EXPECT_EQ(WideToUTF16(L"c\x05e1\x05e2"), textfield_->GetSelectedText())
    [all...]
  /external/chromium_org/base/i18n/
string_search_unittest.cc 67 const string16 e_base = WideToUTF16(L"e");
68 const string16 E_base = WideToUTF16(L"E");
69 const string16 a_base = WideToUTF16(L"a");
72 const string16 e_with_acute_accent = WideToUTF16(L"\u00e9");
73 const string16 E_with_acute_accent = WideToUTF16(L"\u00c9");
74 const string16 e_with_grave_accent = WideToUTF16(L"\u00e8");
75 const string16 E_with_grave_accent = WideToUTF16(L"\u00c8");
76 const string16 a_with_acute_accent = WideToUTF16(L"\u00e1");
79 const string16 e_with_acute_combining_mark = WideToUTF16(L"e\u0301");
80 const string16 E_with_acute_combining_mark = WideToUTF16(L"E\u0301")
    [all...]
file_util_icu.cc 146 WideToUTF16(a.value()), WideToUTF16(b.value())) == UCOL_LESS;
152 WideToUTF16(base::SysNativeMBToWide(a.value().c_str())),
153 WideToUTF16(base::SysNativeMBToWide(b.value().c_str()))) == UCOL_LESS;
  /external/chromium/base/
utf_string_conversions.h 27 BASE_API bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output);
28 BASE_API string16 WideToUTF16(const std::wstring& wide);
48 # define WideToUTF16Hack WideToUTF16
utf_string_conversions.cc 77 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) {
82 string16 WideToUTF16(const std::wstring& wide) {
97 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) {
105 string16 WideToUTF16(const std::wstring& wide) {
107 WideToUTF16(wide.data(), wide.length(), &ret);
  /external/chromium/chrome/browser/ui/views/
textfield_views.cc 22 StringValue text_value(WideToUTF16(text));
edit_search_engine_dialog.cc 89 return (controller_->IsKeywordValid(WideToUTF16(keyword_tf_->text())) &&
90 controller_->IsTitleValid(WideToUTF16(title_tf_->text())) &&
102 controller_->AcceptAddOrEdit(WideToUTF16(title_tf_->text()),
103 WideToUTF16(keyword_tf_->text()),
245 controller_->IsKeywordValid(WideToUTF16(keyword_tf_->text())),
250 controller_->IsTitleValid(WideToUTF16(title_tf_->text())),
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_utils_unittest.cc 80 const string16 kDecodedIdn = WideToUTF16(L"\x30B0\x30FC\x30B0\x30EB");
110 WideToUTF16(L"fr\u00E4n\u00E7\u00F3s\u00EA"),
116 EXPECT_TRUE(DoesBookmarkContainText(node, WideToUTF16(L"fr\u00E4ncose"),
118 EXPECT_TRUE(DoesBookmarkContainText(node, WideToUTF16(L"fran\u00E7ose"),
120 EXPECT_TRUE(DoesBookmarkContainText(node, WideToUTF16(L"franc\u00F3se"),
122 EXPECT_TRUE(DoesBookmarkContainText(node, WideToUTF16(L"francos\u00EA"),
125 node, WideToUTF16(L"Fr\u00C4n\u00C7\u00F3S\u00EA"), string()));
127 node, WideToUTF16(L"fr\u00C4n\u00C7\u00D3s\u00CA"), string()));
  /external/chromium_org/ui/views/examples/
label_example.cc 53 label = new Label(WideToUTF16(hello_world_hebrew));
57 label = new Label(WideToUTF16(L"A UTF16 surrogate pair: \x5d0\x5b0"));
  /external/chromium/chrome/browser/password_manager/
password_form_data.cc 25 form->submit_element = WideToUTF16(form_data.submit_element);
27 form->username_element = WideToUTF16(form_data.username_element);
29 form->password_element = WideToUTF16(form_data.password_element);
31 form->username_value = WideToUTF16(form_data.username_value);
33 form->password_value = WideToUTF16(form_data.password_value);
  /external/chromium_org/chrome/browser/password_manager/
password_form_data.cc 25 form->submit_element = WideToUTF16(form_data.submit_element);
27 form->username_element = WideToUTF16(form_data.username_element);
29 form->password_element = WideToUTF16(form_data.password_element);
31 form->username_value = WideToUTF16(form_data.username_value);
33 form->password_value = WideToUTF16(form_data.password_value);
  /external/chromium/net/base/
net_util_unittest.cc 638 GURL url(WideToUTF16(L"http://foo:\x4f60\x597d@blah.com"));
649 EXPECT_EQ(WideToUTF16(L"\x4f60\x597d"), password);
    [all...]
  /external/chromium/base/json/
string_escape_unittest.cc 74 string16 in = WideToUTF16(json_wide_cases[i].to_escape);
79 string16 in = WideToUTF16(json_wide_cases[0].to_escape);
90 string16 null_prepend = WideToUTF16(L"test");
  /external/chromium_org/base/json/
string_escape_unittest.cc 74 string16 in = WideToUTF16(json_wide_cases[i].to_escape);
79 string16 in = WideToUTF16(json_wide_cases[0].to_escape);
90 string16 null_prepend = WideToUTF16(L"test");
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator_unittest.cc 122 string16 input(WideToUTF16(kTestText));
130 WideToUTF16(kTestCases[i].expected_words), ' ', &expected_words);
152 string16 input(WideToUTF16(kTestText));
217 string16 input_word(WideToUTF16(kTestCases[i].text));
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest.cc 43 EXPECT_EQ(WideToUTF16(L"\x4E2D"),
  /external/chromium_org/net/base/
escape_unittest.cc 253 base::string16 str(WideToUTF16(unescape_cases[i].input));
254 EXPECT_EQ(WideToUTF16(unescape_cases[i].output),
260 base::string16 input(WideToUTF16(L"Null"));
262 input.append(WideToUTF16(L"%00%39Test"));
265 base::string16 expected(WideToUTF16(L"Null"));
272 expected = WideToUTF16(L"Null");
274 expected.append(WideToUTF16(L"%009Test"));
334 EXPECT_EQ(WideToUTF16(unescape_cases[i].decoded), decoded);
net_util_unittest.cc 664 GURL url(WideToUTF16(L"http://foo:\x4f60\x597d@blah.com"));
675 EXPECT_EQ(WideToUTF16(L"\x4f60\x597d"), password);
732 WideToUTF16(idn_cases[i].unicode_output) :
748 WideToUTF16(idn_cases[i].unicode_output) :
    [all...]
  /external/chromium_org/ui/gfx/
render_text_unittest.cc 96 render_text->SetText(WideToUTF16(cases[i]));
112 render_text->SetText(WideToUTF16(cases[i]));
320 base::string16 text = WideToUTF16(texts[i]);
436 render_text->SetText(WideToUTF16(cases[i].text));
437 EXPECT_EQ(WideToUTF16(cases[i].text), render_text->text());
438 EXPECT_EQ(WideToUTF16(cases[i].layout_text), render_text->GetLayoutText())
447 render_text->SetText(WideToUTF16(L"abcdef"));
448 EXPECT_EQ(WideToUTF16(L"abcdef"), render_text->text());
449 EXPECT_EQ(WideToUTF16(L"**\x2026"), render_text->GetLayoutText());
455 render_text->SetText(WideToUTF16(L"abcd"))
    [all...]
  /external/chromium_org/webkit/browser/appcache/
manifest_parser.cc 190 WideToUTF16(line.c_str(), line_p - line.c_str(), &url16);
235 WideToUTF16(line.c_str(), line_p - line.c_str(), &namespace_url16);
282 WideToUTF16(target_url_start, line_p - target_url_start, &target_url16);
313 WideToUTF16(line.c_str(), line_p - line.c_str(), &namespace_url16);
339 WideToUTF16(fallback_start, line_p - fallback_start, &fallback_url16);
  /external/chromium/base/i18n/
rtl.cc 162 return GetFirstStrongCharacterDirection(WideToUTF16(text));
235 string16 temp = WideToUTF16(*text);
268 return StringContainsStrongRTLChars(WideToUTF16(text));
332 rtl_safe_path->append(WideToUTF16(wide_path));
  /external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.cc 73 WideToUTF16(min_string))));

Completed in 525 milliseconds

1 2 3 4 5