Home | History | Annotate | Download | only in stringprep

Lines Matching defs:www

3 // License & terms of use: http://www.unicode.org/copyright.html#License
419 String www = "www.";
421 StringBuffer source = new StringBuffer(www);
422 StringBuffer uni0 = new StringBuffer(www);
423 StringBuffer uni1 = new StringBuffer(www);
424 StringBuffer ascii0 = new StringBuffer(www);
425 StringBuffer ascii1 = new StringBuffer(www);
442 // prepend www. and append .com
451 doTestCompare(source.toString(),www+TestData.asciiIn[i]+com,true);
534 "www.example.com" is composed of three labels: "www", "example", and
536 be explicit as in "www.example.com." or implicit as in
537 "www.example.com", is not considered a label in this specification.)
541 String www = "www.";
543 StringBuffer source = new StringBuffer(www);
544 StringBuffer uni0 = new StringBuffer(www);
545 StringBuffer uni1 = new StringBuffer(www);
546 StringBuffer ascii0 = new StringBuffer(www);
547 StringBuffer ascii1 = new StringBuffer(www);
564 // prepend www. and append .com
573 doTestCompare(source.toString(),www+TestData.asciiIn[i]+com,true);