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

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A Dstring-template-def-char.h46 #define nsTFixedString_CharT nsFixedCString macro
H A Dstring-template-def-unichar.h46 #define nsTFixedString_CharT nsFixedString macro
H A Dstring-template-undef.h47 #undef nsTFixedString_CharT macro
H A DnsTString.h447 class nsTFixedString_CharT : public nsTString_CharT class in inherits:nsTString_CharT
451 typedef nsTFixedString_CharT self_type;
452 typedef nsTFixedString_CharT fixed_string_type;
466 nsTFixedString_CharT( char_type* data, size_type storageSize ) function in class:nsTFixedString_CharT
472 nsTFixedString_CharT( char_type* data, size_type storageSize, size_type length ) function in class:nsTFixedString_CharT
503 class nsTAutoString_CharT : public nsTFixedString_CharT
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTSubstring.cpp43 inline const nsTFixedString_CharT*
46 return NS_STATIC_CAST(const nsTFixedString_CharT*, s);

Completed in 46 milliseconds