Searched defs:literal_hello (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dtest_main.cpp21 literal_hello( CharT* ) function
27 literal_hello( char* ) function
34 literal_hello( PRUnichar* ) function
55 static basic_nsLiteralString<PRUnichar> literal_hello() { return ::literal_hello(pointer()); } function in struct:string_class_traits
64 static basic_nsLiteralString<char> literal_hello() { return ::literal_hello(pointer()); } function in struct:string_class_traits
208 if ( aReadable != literal_hello(CharT_ptr()) )
286 string_class_traits<CharT>::implementation_t insertable( string_class_traits<CharT>::literal_hello() );
398 aWritable = literal_hello(CharT_pt
[all...]

Completed in 103 milliseconds