Searched refs:nsTDependentString_CharT (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTDependentString.h42 * nsTDependentString_CharT
52 class nsTDependentString_CharT : public nsTString_CharT class in inherits:nsTString_CharT
56 typedef nsTDependentString_CharT self_type;
75 nsTDependentString_CharT( const char_type* start, const char_type* end ) function in class:nsTDependentString_CharT
81 nsTDependentString_CharT( const char_type* data, PRUint32 length ) function in class:nsTDependentString_CharT
88 nsTDependentString_CharT( const char_type* data ) function in class:nsTDependentString_CharT
95 nsTDependentString_CharT( const substring_type& str ) function in class:nsTDependentString_CharT
135 nsTDependentString_CharT( const substring_tuple_type& );
136 nsTDependentString_CharT( const abstract_string_type& );
H A Dstring-template-def-char.h52 #define nsTDependentString_CharT nsDependentCString macro
H A Dstring-template-def-unichar.h52 #define nsTDependentString_CharT nsDependentString macro
H A Dstring-template-undef.h53 #undef nsTDependentString_CharT macro
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTStringObsolete.cpp372 ReplaceSubstring(nsTDependentString_CharT(aTarget),
373 nsTDependentString_CharT(aNewValue));

Completed in 45 milliseconds