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

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTDependentSubstring.h42 * nsTDependentSubstring_CharT
44 class nsTDependentSubstring_CharT : public nsTSubstring_CharT class in inherits:nsTSubstring_CharT
48 typedef nsTDependentSubstring_CharT self_type;
63 nsTDependentSubstring_CharT( const abstract_string_type& str, PRUint32 startPos, PRUint32 length = size_type(-1) ) function in class:nsTDependentSubstring_CharT
69 nsTDependentSubstring_CharT( const substring_type& str, PRUint32 startPos, PRUint32 length = size_type(-1) ) function in class:nsTDependentSubstring_CharT
75 nsTDependentSubstring_CharT( const char_type* start, const char_type* end ) function in class:nsTDependentSubstring_CharT
78 nsTDependentSubstring_CharT( const const_iterator& start, const const_iterator& end ) function in class:nsTDependentSubstring_CharT
89 const nsTDependentSubstring_CharT
92 return nsTDependentSubstring_CharT(str, startPos, length);
96 const nsTDependentSubstring_CharT
[all...]
H A Dstring-template-def-char.h53 #define nsTDependentSubstring_CharT nsDependentCSubstring macro
H A Dstring-template-def-unichar.h53 #define nsTDependentSubstring_CharT nsDependentSubstring macro
H A Dstring-template-undef.h54 #undef nsTDependentSubstring_CharT macro

Completed in 43 milliseconds