Searched refs:nsLiteralCString (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dtest_main.cpp471 nsLiteralCString s0("Patrick Beard made me write this: \"This is just a test\"\n");
478 nsLiteralCString s1("This ", 5), s2("is ", 3), s3("a ", 2), s4("test\n", 5);
481 nsLiteralCString s5( "This is " "a " "test" );
484 print_string(nsLiteralCString("The value of the string |x| is \"") + Substring(s0, 0, s0.Length()-1) + NS_LITERAL_CSTRING("\". Hope you liked it."));
491 nsLiteralCString s1("Hello");
532 nsLiteralCString s11("l");
553 nsLiteralCString s13("He");
555 nsLiteralCString s15("lo");
568 nsLiteralCString str1("Hello");
571 nsLiteralCString str
[all...]
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsLiteralString.h114 typedef nsDependentCString nsLiteralCString; typedef

Completed in 235 milliseconds