• Home
  • Raw
  • Download

Lines Matching refs:L

51   L"",      L"en",    L"zh-CN",       L"ja",    L"ko",
52 L"he", L"ar", L"ru", L"el", L"fr",
53 L"de", L"pt", L"sv", L"th", L"hi",
54 L"de,en", L"el,en", L"zh-TW,en", L"ko,ja", L"he,ru,en",
55 L"zh,ru,en"
69 {"www.google.com", L"www.google.com",
75 {"www.google.com.", L"www.google.com.",
81 {".", L".",
87 {"", L"",
95 {"xn--1lq90ic7f1rc.cn", L"\x5317\x4eac\x5927\x5b78.cn",
102 {"xn--cy2a840a.com", L"\x89c6\x9891.com",
109 {"www.xn--123-p18d.com", L"www.\x4e00" L"123.com",
117 {"www.xn--hello-9n1hm04c.com", L"www.hello\x4e2d\x56fd.com",
124 {"xn--l8jvb1ey91xtjb.jp", L"\x671d\x65e5\x3042\x3055\x3072.jp",
131 {"xn--tckm4i2e.jp", L"\x30b3\x30de\x30fc\x30b9.jp",
137 {"xn--3ck7a7g.jp", L"\u30ce\u30f3\u30bd.jp",
147 {"xn--e-efusa1mzf.jp", L"e\x30b3\x30de\x30fc\x30b9.jp",
153 {"xn--3bkxe.jp", L"\x30c8\x309a.jp",
160 {"www.xn--or3b17p6jjc.kr", L"www.\xc804\xc790\xc815\xbd80.kr",
167 {"xn--bcher-kva.de", L"b\x00fc" L"cher.de",
174 {"www.xn--frgbolaget-q5a.se", L"www.f\x00e4rgbolaget.se",
181 {"www.xn--alliancefranaise-npb.fr", L"www.alliancefran\x00e7" L"aise.fr",
188 {"xn--caf-dma.fr", L"caf\x00e9.fr",
195 {"xn--poema-9qae5a.com.br", L"p\x00e3oema\x00e7\x00e3.com.br",
202 {"xn--achy-f6a.com", L"\x0161" L"achy.com",
211 {"xn--kxae4bafwg.gr", L"\x03bf\x03c5\x03c4\x03bf\x03c0\x03af\x03b1.gr",
219 L"\x03bf\x03c5\x03c4\x03bf\x03c0\x03af\x03b1-123.gr",
226 {"xn--n1aeec9b.ru", L"\x0442\x043e\x0440\x0442\x044b.ru",
233 {"xn---123-45dmmc5f.ru", L"\x0442\x043e\x0440\x0442\x044b-123.ru",
240 {"xn--mgba1fmg.ar", L"\x0627\x0641\x0644\x0627\x0645.ar",
247 {"xn--4dbib.he", L"\x05d5\x05d0\x05d4.he",
255 L"\x0e2a\x0e32\x0e22\x0e01\x0e32\x0e23\x0e1a\x0e34\x0e19.th",
262 {"www.xn--l1b6a9e1b7c.in", L"www.\x0905\x0915\x094b\x0932\x093e.in",
277 {"www.xn--paypl-g9d.com", L"payp\x03b1l.com",
284 {"xn--ggl-6xc1ca.gr", L"g\x03bf\x03bfgl\x03b5.gr",
291 {"xn--ggl-tdd6ba.ru", L"g\x043e\x043egl\x0435.ru",
298 {"xn--hllo-bpa7979ih5m.cn", L"h\x00e9llo\x4e2d\x56fd.cn",
305 {"xn--2xa6t2b.ru", L"\x03c1\x0430\x0443.ru",
314 L"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
315 L"aaaaaaaa",
326 {"xn--osd3820f24c.kr", L"\xac00\xb098\x115f.kr",
332 {"www.xn--google-ho0coa.com", L"www.\x2039google\x203a.com",
338 {"google.xn--comabc-k8d", L"google.com\x0338" L"abc",
344 {"google.xn--com-oh4ba.evil.jp", L"google.com\x309a\x309a.evil.jp",
350 {"google.xn--comevil-v04f.jp", L"google.com\x30ce" L"evil.jp",
359 {"xn-- -kq6ay5z.cn", L"\x4e2d\x56fd\x3000.cn",
365 {"xn--fiqs8s.cn", L"\x4e2d\x56fd\x3002" L"cn",
457 expected->append(L"::"); in AppendLanguagesToOutputs()
459 actual->append(L"::"); in AppendLanguagesToOutputs()
480 {L"C:\\foo\\bar.txt", "file:///C:/foo/bar.txt"}, in TEST()
481 {L"\\\\some computer\\foo\\bar.txt", in TEST()
483 {L"D:\\Name;with%some symbols*#", in TEST()
486 {L"D:\\latin1\\caf\x00E9\x00DD.txt", in TEST()
488 {L"D:\\otherlatin\\caf\x0119.txt", in TEST()
490 {L"D:\\greek\\\x03B1\x03B2\x03B3.txt", in TEST()
492 {L"D:\\Chinese\\\x6240\x6709\x4e2d\x6587\x7f51\x9875.doc", in TEST()
495 {L"D:\\plane1\\\xD835\xDC00\xD835\xDC01.txt", // Math alphabet "AB" in TEST()
498 {L"/foo/bar.txt", "file:///foo/bar.txt"}, in TEST()
499 {L"/foo/BAR.txt", "file:///foo/BAR.txt"}, in TEST()
500 {L"/C:/foo/bar.txt", "file:///C:/foo/bar.txt"}, in TEST()
501 {L"/some computer/foo/bar.txt", "file:///some%20computer/foo/bar.txt"}, in TEST()
502 {L"/Name;with%some symbols*#", "file:///Name%3Bwith%25some%20symbols*%23"}, in TEST()
503 {L"/latin1/caf\x00E9\x00DD.txt", "file:///latin1/caf%C3%A9%C3%9D.txt"}, in TEST()
504 {L"/otherlatin/caf\x0119.txt", "file:///otherlatin/caf%C4%99.txt"}, in TEST()
505 {L"/greek/\x03B1\x03B2\x03B3.txt", "file:///greek/%CE%B1%CE%B2%CE%B3.txt"}, in TEST()
506 {L"/Chinese/\x6240\x6709\x4e2d\x6587\x7f51\x9875.doc", in TEST()
509 {L"/plane1/\x1D400\x1D401.txt", // Math alphabet "AB" in TEST()
530 {L"C:\\foo\\bar.txt", "file:c|/foo\\bar.txt"}, in TEST()
531 {L"C:\\foo\\bar.txt", "file:/c:/foo/bar.txt"}, in TEST()
532 {L"\\\\foo\\bar.txt", "file://foo\\bar.txt"}, in TEST()
533 {L"C:\\foo\\bar.txt", "file:///c:/foo/bar.txt"}, in TEST()
534 {L"\\\\foo\\bar.txt", "file:////foo\\bar.txt"}, in TEST()
535 {L"\\\\foo\\bar.txt", "file:/foo/bar.txt"}, in TEST()
536 {L"\\\\foo\\bar.txt", "file://foo\\bar.txt"}, in TEST()
537 {L"C:\\foo\\bar.txt", "file:\\\\\\c:/foo/bar.txt"}, in TEST()
539 {L"/c:/foo/bar.txt", "file:/c:/foo/bar.txt"}, in TEST()
540 {L"/c:/foo/bar.txt", "file:///c:/foo/bar.txt"}, in TEST()
541 {L"/foo/bar.txt", "file:/foo/bar.txt"}, in TEST()
542 {L"/c:/foo/bar.txt", "file:\\\\\\c:/foo/bar.txt"}, in TEST()
543 {L"/foo/bar.txt", "file:foo/bar.txt"}, in TEST()
544 {L"/bar.txt", "file://foo/bar.txt"}, in TEST()
545 {L"/foo/bar.txt", "file:///foo/bar.txt"}, in TEST()
546 {L"/foo/bar.txt", "file:////foo/bar.txt"}, in TEST()
547 {L"/foo/bar.txt", "file:////foo//bar.txt"}, in TEST()
548 {L"/foo/bar.txt", "file:////foo///bar.txt"}, in TEST()
549 {L"/foo/bar.txt", "file:////foo////bar.txt"}, in TEST()
550 {L"/c:/foo/bar.txt", "file:\\\\\\c:/foo/bar.txt"}, in TEST()
551 {L"/c:/foo/bar.txt", "file:c:/foo/bar.txt"}, in TEST()
571 const wchar_t invalid_wide[] = L"D:\\Blah\\\xff.doc"; in TEST()
638 GURL url(WideToUTF16(L"http://foo:\x4f60\x597d@blah.com")); in TEST()
649 EXPECT_EQ(WideToUTF16(L"\x4f60\x597d"), password); in TEST()
654 L"HTTP/1.1 200 OK\n"
655 L"Content-TYPE: text/html; charset=utf-8\n"
656 L"Content-disposition: attachment; filename=\"download.pdf\"\n"
657 L"Content-Length: 378557\n"
658 L"X-Google-Google1: 314159265\n"
659 L"X-Google-Google2: aaaa2:7783,bbb21:9441\n"
660 L"X-Google-Google4: home\n"
661 L"Transfer-Encoding: chunked\n"
662 L"Set-Cookie: HEHE_AT=6666x66beef666x6-66xx6666x66; Path=/mail\n"
663 L"Set-Cookie: HEHE_HELP=owned:0;Path=/\n"
664 L"Set-Cookie: S=gmail=Xxx-beefbeefbeef_beefb:gmail_yj=beefbeef000beefbee"
665 L"fbee:gmproxy=bee-fbeefbe; Domain=.google.com; Path=/\n"
666 L"X-Google-Google2: /one/two/three/four/five/six/seven-height/nine:9411\n"
667 L"Server: GFE/1.3\n"
668 L"Transfer-Encoding: chunked\n"
669 L"Date: Mon, 13 Nov 2006 21:38:09 GMT\n"
670 L"Expires: Tue, 14 Nov 2006 19:23:58 GMT\n"
671 L"X-Malformed: bla; arg=test\"\n"
672 L"X-Malformed2: bla; arg=\n"
673 L"X-Test: bla; arg1=val1; arg2=val2";
677 {L"content-type", L"text/html; charset=utf-8"}, in TEST()
678 {L"CONTENT-LENGTH", L"378557"}, in TEST()
679 {L"Date", L"Mon, 13 Nov 2006 21:38:09 GMT"}, in TEST()
680 {L"Bad-Header", L""}, in TEST()
681 {L"", L""}, in TEST()
693 std::wstring result = GetSpecificHeader(L"", tests[i].header_name); in TEST()
700 {L"Content-type", L"charset", L"utf-8"}, in TEST()
701 {L"content-disposition", L"filename", L"download.pdf"}, in TEST()
702 {L"Content-Type", L"badparam", L""}, in TEST()
703 {L"X-Malformed", L"arg", L"test\""}, in TEST()
704 {L"X-Malformed2", L"arg", L""}, in TEST()
705 {L"X-Test", L"arg1", L"val1"}, in TEST()
706 {L"X-Test", L"arg2", L"val2"}, in TEST()
707 {L"Bad-Header", L"badparam", L""}, in TEST()
708 {L"Bad-Header", L"", L""}, in TEST()
709 {L"", L"badparam", L""}, in TEST()
710 {L"", L"", L""}, in TEST()
725 GetSpecificHeader(L"", tests[i].header_name); in TEST()
762 {"content-disposition: inline; filename=\"abcde.pdf\"", "", L"abcde.pdf"}, in TEST()
763 {"content-disposition: inline; name=\"abcde.pdf\"", "", L"abcde.pdf"}, in TEST()
764 {"content-disposition: attachment; filename=abcde.pdf", "", L"abcde.pdf"}, in TEST()
765 {"content-disposition: attachment; name=abcde.pdf", "", L"abcde.pdf"}, in TEST()
766 {"content-disposition: attachment; filename=abc,de.pdf", "", L"abc,de.pdf"}, in TEST()
767 {"content-disposition: filename=abcde.pdf", "", L"abcde.pdf"}, in TEST()
768 {"content-disposition: filename= abcde.pdf", "", L"abcde.pdf"}, in TEST()
769 {"content-disposition: filename =abcde.pdf", "", L"abcde.pdf"}, in TEST()
770 {"content-disposition: filename = abcde.pdf", "", L"abcde.pdf"}, in TEST()
771 {"content-disposition: filename\t=abcde.pdf", "", L"abcde.pdf"}, in TEST()
772 {"content-disposition: filename \t\t =abcde.pdf", "", L"abcde.pdf"}, in TEST()
773 {"content-disposition: name=abcde.pdf", "", L"abcde.pdf"}, in TEST()
775 L"abc de.pdf"}, in TEST()
777 {"content-disposition: filename=\"abcdef.pdf", "", L"abcdef.pdf"}, in TEST()
780 L"abc de.pdf"}, in TEST()
783 "%EC%98%88%EC%88%A0.jpg\"", "", L"\xc608\xc220 \xc608\xc220.jpg"}, in TEST()
785 "abc.jpg\"", "", L"\U00010330\U00010331abc.jpg"}, in TEST()
787 "%EC%98%88%EC%88%A0.jpg\"", "", L"\xc608\xc220 \xc608\xc220.jpg"}, in TEST()
790 "D13=2Epng?=\"", "", L"\x82b8\x8853" L"3.png"}, in TEST()
792 "", L"\xc608\xc220 3.png"}, in TEST()
794 "=A1=93_3=2Epng?=", "", L"\x82b8\x8853 3.png"}, in TEST()
796 "_3=2Epng?=", "", L"\U00010330 3.png"}, in TEST()
798 "", L"caf\x00e9 .png"}, in TEST()
801 "", L"caf\x00e9 .png"}, in TEST()
806 L"\xc608\xc220 3\xc608\xc220.png"}, in TEST()
808 " =?iso-8859-7?b?4eI=?= .png\"", "", L"caf\x00e9\x03b1\x03b2.png"}, in TEST()
812 "iso-8859-1", L"caf\x00e9.png"}, in TEST()
814 "", L"caf\x00e9.png"}, in TEST()
817 "windows-1253", L"caf\x03b5.png"}, in TEST()
824 "", L"\xac00\xac01.png"}, in TEST()
829 L""}, in TEST()
831 {"Content-Disposition: attachment; filename==?iso88591?Q?caf=E3?", "", L""}, in TEST()
834 "", L""}, in TEST()
837 "", L""}, in TEST()
839 "", L""}, in TEST()
842 "", L""}, in TEST()
843 {"Content-Disposition: attachment; filename=%EC%98%88%EC%88%A", "", L""}, in TEST()
845 {"Content-Disposition: attachment; filename=%B7%DD%BD%D1.png", "", L""}, in TEST()
848 "=?iso-8859-7?b?4eIucG5nCg==?=", "", L""}, in TEST()
851 {"Content-Disposition: attachment; filename*=foo.html", "", L""}, in TEST()
852 {"Content-Disposition: attachment; filename*=foo'.html", "", L""}, in TEST()
853 {"Content-Disposition: attachment; filename*=''foo'.html", "", L""}, in TEST()
854 {"Content-Disposition: attachment; filename*=''foo.html'", "", L""}, in TEST()
855 {"Content-Disposition: attachment; filename*=''f\"oo\".html'", "", L""}, in TEST()
857 "", L""}, in TEST()
858 {"Content-Disposition: attachment; filename*='en'foo.html'", "", L""}, in TEST()
860 L"foo.html"}, in TEST()
862 L"foo.html"}, in TEST()
864 {"Content-Disposition: attachment; filename*='es'f\xfa.html'", "", L""}, in TEST()
867 L""}, in TEST()
869 L""}, in TEST()
873 L"cafe foo.png"}, in TEST()
877 "", L"\x82b8\x8853" L"3.png"}, in TEST()
879 "%E8%8A%B8%E8%A1%93%203%2Epng", "", L"\x82b8\x8853 3.png"}, in TEST()
881 L"\U00010330 3.png"}, in TEST()
883 L"\xc608\xc220.png"}, in TEST()
885 L"caf\x00e9.png"}, in TEST()
890 L"foo-\xe4.html"}, in TEST()
893 "UTF-8''foo-%c3%a4-%e2%82%ac.html", "", L"foo-\xe4-\x20ac.html"}, in TEST()
896 "", L""}, in TEST()
899 L"foo-\xe4.html"}, in TEST()
906 "iso-8859-1''foo-%c3%a4-%e2%82%ac.html", "", L""}, in TEST()
910 L""}, in TEST()
913 L"foo-\xe4.html"}, in TEST()
916 L"foo-\xe4.html"}, in TEST()
919 "", L""}, in TEST()
922 "filename*=UTF-8''foo-%c3%a4.html", "", L"foo-\xe4.html"}, in TEST()
925 "filename=\"foo-ae.html\"", "", L"foo-\xe4.html"}, in TEST()
928 L"foo.html"}, in TEST()
991 IDNToUnicode("test.xn--cy2a840a.xn--1lq90ic7f1rc.test", 39, L"zh-CN", in TEST()
1000 L"zh-CN", &offsets); in TEST()
1057 L"", in TEST()
1058 L"test.html"}, in TEST()
1062 L"", in TEST()
1063 L"test.html"}, in TEST()
1067 L"", in TEST()
1068 L"test.html"}, in TEST()
1072 L"", in TEST()
1073 L"test.html"}, in TEST()
1077 L"", in TEST()
1078 L"www.google.com"}, in TEST()
1082 L"", in TEST()
1083 L"test.html"}, in TEST()
1090 L"", in TEST()
1091 L"www.google.com"}, in TEST()
1095 L"", in TEST()
1096 L"path"}, in TEST()
1100 L"", in TEST()
1101 L"download"}, in TEST()
1105 L"", in TEST()
1106 L"download"}, in TEST()
1110 L"download", in TEST()
1111 L"test.html"}, in TEST()
1115 L"download", in TEST()
1116 L"download"}, in TEST()
1120 L"", in TEST()
1121 L"_test.html"}, in TEST()
1125 L"", in TEST()
1126 L"_test.html"}, in TEST()
1130 L"download", in TEST()
1131 L"download"}, in TEST()
1135 L"download", in TEST()
1136 L"test.html"}, in TEST()
1142 L"", in TEST()
1143 L"\uc608\uc220 \uc608\uc220.jpg"}, in TEST()
1147 L"download", in TEST()
1148 L"\uc608\uc220 \uc608\uc220.jpg"}, in TEST()
1152 L"\uB2E4\uC6B4\uB85C\uB4DC", in TEST()
1153 L"\uB2E4\uC6B4\uB85C\uB4DC"}, in TEST()
1158 L"download", in TEST()
1159 L"\u82b8\u88533.png"}, in TEST()
1163 L"", in TEST()
1164 L"caf\u00e9.png"}, in TEST()
1168 L"", in TEST()
1169 L"caf\u03b5.png"}, in TEST()
1173 L"", in TEST()
1174 L"\u4e0b\u8f7d.zip"}, in TEST()
1179 L"", in TEST()
1180 L"test.html"}, in TEST()
1185 L"", in TEST()
1186 L"download"}, in TEST()
1190 L"", in TEST()
1191 L"download"}, in TEST()
1195 L"", in TEST()
1196 L"download"}, in TEST()
1200 L"default_filename_is_given", in TEST()
1201 L"default_filename_is_given"}, in TEST()
1205 L"\u65e5\u672c\u8a9e", // Japanese Kanji. in TEST()
1206 L"\u65e5\u672c\u8a9e"}, in TEST()
1211 L"", in TEST()
1212 L"test.html"}, in TEST()
1216 L"", in TEST()
1217 L"test"}, in TEST()
1221 L"", in TEST()
1222 L"test"}, in TEST()
1227 L"", in TEST()
1228 L"V\u00fdvojov\u00e1 psychologie.doc"}, in TEST()
1236 L"", in TEST()
1237 L"V\u00fdvojov\u00e1 psychologie.doc", in TEST()
1268 {L"Foo", in TEST()
1274 {L"quo\"tes", in TEST()
1281 {L"quo\"tes", in TEST()
1290 {L"\xD55C\xAE00.txt", in TEST()
1299 {L"\xD55C\xAE00.txt", in TEST()
1471 {"Empty URL", "", "", default_format_type, UnescapeRule::NORMAL, L"", 0}, in TEST()
1475 L"http://www.google.com/", 7}, in TEST()
1480 L"http://www.google.com:8080/#\x30B0", 7}, in TEST()
1485 UnescapeRule::NORMAL, L"http://\x671d\x65e5\x3042\x3055\x3072.jp/", 7}, in TEST()
1489 UnescapeRule::NORMAL, L"http://xn--l8jvb1ey91xtjb.jp/", 7}, in TEST()
1495 L"http://\x671d\x65e5\x3042\x3055\x3072.jp/", 7}, in TEST()
1501 L"mailto:foo@xn--l8jvb1ey91xtjb.jp", 7}, in TEST()
1506 L"file://\x671d\x65e5\x3042\x3055\x3072.jp/config.sys", 7}, in TEST()
1511 L"ftp://\x671d\x65e5\x3042\x3055\x3072.jp/config.sys", 6}, in TEST()
1517 L"http://user:passwd@example.com/foo", 19}, in TEST()
1521 UnescapeRule::NORMAL, L"http://example.com/foo", 7}, in TEST()
1525 UnescapeRule::NORMAL, L"http://example.com/foo", 7}, in TEST()
1529 L"http://example.com/foo", 7}, in TEST()
1534 L"mailto:foo@example.com", 7}, in TEST()
1543 L"http://xn--qcka1pmc.jp/%E3%82%B0%E3%83%BC%E3%82%B0%E3%83%AB" in TEST()
1544 L"?q=%E3%82%B0%E3%83%BC%E3%82%B0%E3%83%AB", 7}, in TEST()
1551 L"http://xn--qcka1pmc.jp/\x30B0\x30FC\x30B0\x30EB" in TEST()
1552 L"?q=\x30B0\x30FC\x30B0\x30EB", 7}, in TEST()
1556 UnescapeRule::SPACES, L"http://www.google.com/search?q=Hello World", 7}, in TEST()
1569 UnescapeRule::NORMAL, L"example.com/foo", 0}, in TEST()
1573 UnescapeRule::NORMAL, L"www.google.com/", in TEST()
1578 UnescapeRule::NORMAL, L"https://www.google.com/", in TEST()
1583 UnescapeRule::NORMAL, L"http://ftp.google.com/", in TEST()
1590 L"http://www.google.com", 7}, in TEST()
1594 L"http://www.google.com/#ref", 7}, in TEST()
1598 L"http://www.google.com/?", 7}, in TEST()
1602 L"http://www.google.com/foo", 7}, in TEST()
1605 UnescapeRule::NORMAL, L"data:/", 5}, in TEST()
1608 UnescapeRule::NORMAL, L"file:///", 7}, in TEST()
1613 UnescapeRule::NORMAL, L"view-source:http://\x30B0\x30FC\x30B0\x30EB.jp/", in TEST()
1619 L"view-source:view-source:http://xn--qcka1pmc.jp/", 12}, in TEST()
1625 UnescapeRule::NORMAL, L"view-source:a.b/c", in TEST()
1629 UnescapeRule::NORMAL, L"view-source:http://ftp.b/c", in TEST()
1633 UnescapeRule::NORMAL, L"view-source:a.b", in TEST()
1656 L"http://%E3%82%B0:%E3%83%BC@\x30B0\x30FC\x30B0\x30EB.jp:8080" in TEST()
1657 L"/%E3%82%B0/?q=%E3%82%B0#\x30B0"), formatted); in TEST()
1658 EXPECT_EQ(WideToUTF16(L"%E3%82%B0"), in TEST()
1660 EXPECT_EQ(WideToUTF16(L"%E3%83%BC"), in TEST()
1662 EXPECT_EQ(WideToUTF16(L"\x30B0\x30FC\x30B0\x30EB.jp"), in TEST()
1664 EXPECT_EQ(WideToUTF16(L"8080"), in TEST()
1666 EXPECT_EQ(WideToUTF16(L"/%E3%82%B0/"), in TEST()
1668 EXPECT_EQ(WideToUTF16(L"q=%E3%82%B0"), in TEST()
1670 EXPECT_EQ(WideToUTF16(L"\x30B0"), in TEST()
1679 EXPECT_EQ(WideToUTF16(L"http://\x30B0:\x30FC@\x30B0\x30FC\x30B0\x30EB.jp:8080" in TEST()
1680 L"/\x30B0/?q=\x30B0#\x30B0"), formatted); in TEST()
1681 EXPECT_EQ(WideToUTF16(L"\x30B0"), in TEST()
1683 EXPECT_EQ(WideToUTF16(L"\x30FC"), in TEST()
1685 EXPECT_EQ(WideToUTF16(L"\x30B0\x30FC\x30B0\x30EB.jp"), in TEST()
1687 EXPECT_EQ(WideToUTF16(L"8080"), in TEST()
1689 EXPECT_EQ(WideToUTF16(L"/\x30B0/"), in TEST()
1691 EXPECT_EQ(WideToUTF16(L"q=\x30B0"), in TEST()
1693 EXPECT_EQ(WideToUTF16(L"\x30B0"), in TEST()
1702 EXPECT_EQ(WideToUTF16(L"http://\x30B0\x30FC\x30B0\x30EB.jp:8080" in TEST()
1703 L"/\x30B0/?q=\x30B0#\x30B0"), formatted); in TEST()
1706 EXPECT_EQ(WideToUTF16(L"\x30B0\x30FC\x30B0\x30EB.jp"), in TEST()
1708 EXPECT_EQ(WideToUTF16(L"8080"), in TEST()
1710 EXPECT_EQ(WideToUTF16(L"/\x30B0/"), in TEST()
1712 EXPECT_EQ(WideToUTF16(L"q=\x30B0"), in TEST()
1714 EXPECT_EQ(WideToUTF16(L"\x30B0"), in TEST()
1722 EXPECT_EQ(WideToUTF16(L"view-source:http://host:81/path?query#ref"), in TEST()
1724 EXPECT_EQ(WideToUTF16(L"view-source:http"), in TEST()
1728 EXPECT_EQ(WideToUTF16(L"host"), in TEST()
1730 EXPECT_EQ(WideToUTF16(L"81"), in TEST()
1732 EXPECT_EQ(WideToUTF16(L"/path"), in TEST()
1734 EXPECT_EQ(WideToUTF16(L"query"), in TEST()
1736 EXPECT_EQ(WideToUTF16(L"ref"), in TEST()
1743 EXPECT_EQ(WideToUTF16(L"host:8000/a?b=c#d"), formatted); in TEST()
1747 EXPECT_EQ(WideToUTF16(L"host"), in TEST()
1749 EXPECT_EQ(WideToUTF16(L"8000"), in TEST()
1751 EXPECT_EQ(WideToUTF16(L"/a"), in TEST()
1753 EXPECT_EQ(WideToUTF16(L"b=c"), in TEST()
1755 EXPECT_EQ(WideToUTF16(L"d"), in TEST()
1762 EXPECT_EQ(WideToUTF16(L"http://ftp.host:8000/a?b=c#d"), formatted); in TEST()
1766 EXPECT_EQ(WideToUTF16(L"http"), in TEST()
1768 EXPECT_EQ(WideToUTF16(L"ftp.host"), in TEST()
1770 EXPECT_EQ(WideToUTF16(L"8000"), in TEST()
1772 EXPECT_EQ(WideToUTF16(L"/a"), in TEST()
1774 EXPECT_EQ(WideToUTF16(L"b=c"), in TEST()
1776 EXPECT_EQ(WideToUTF16(L"d"), in TEST()
1783 EXPECT_EQ(WideToUTF16(L"f/"), formatted); in TEST()
1791 EXPECT_EQ(WideToUTF16(L"f"), in TEST()
1793 EXPECT_EQ(WideToUTF16(L"/"), in TEST()