10 #ifndef INCLUDED_RTL_STRINGUTILS_HXX
11 #define INCLUDED_RTL_STRINGUTILS_HXX
18 #ifndef RTL_DISABLE_FAST_STRING
20 #ifdef LIBO_INTERNAL_ONLY
22 #define RTL_FAST_STRING
31 #ifdef RTL_STRING_UNITTEST
32 #define rtl rtlunittest
38 #ifdef RTL_STRING_UNITTEST
42 namespace libreoffice_internal
69 template<
typename T1,
typename T2 =
void >
72 static const bool ok =
false;
74 template<
typename T >
78 static const bool ok =
true;
80 template<
typename T >
84 static const bool ok =
true;
87 template<
typename T1,
typename T2 >
91 template<
typename T,
int N >
96 #ifdef RTL_STRING_UNITTEST
98 template<
typename T >
103 template<
typename T >
104 struct NonConstCharArrayDetector< const char[], T >
110 template<
typename T1,
typename T2 =
void >
113 static const bool ok =
false;
115 template<
int N,
typename T >
119 static const int size = N;
120 static const bool ok =
true;
124 template<
typename T >
137 template<
typename T >
151 template<
typename T1,
typename T2 =
void >
154 static const bool ok =
false;
156 template<
typename T >
160 static const bool ok =
true;
162 template<
typename T >
166 static const bool ok =
true;
170 template<
typename T,
bool >
175 template<
typename T >
186 #endif // INCLUDED_RTL_STRINGUTILS_HXX
Definition: stringutils.hxx:68
T Type
Definition: stringutils.hxx:83
static const bool ok
Definition: stringutils.hxx:72
T Type
Definition: stringutils.hxx:159
T Type
Definition: stringutils.hxx:118
Definition: stringutils.hxx:138
T Type
Definition: stringutils.hxx:77
Definition: stringutils.hxx:125
T Type
Definition: stringutils.hxx:178
T Type
Definition: stringutils.hxx:165
Definition: stringutils.hxx:171
Definition: stringutils.hxx:111
Definition: stringutils.hxx:70
sal_uInt16 sal_Unicode
Definition: types.h:152
Definition: stringutils.hxx:88
Definition: stringutils.hxx:152
Dummy Type
Definition: stringutils.hxx:127
T Type
Definition: stringutils.hxx:94
static const bool ok
Definition: stringutils.hxx:113
Dummy Type
Definition: stringutils.hxx:140
static const bool ok
Definition: stringutils.hxx:154