summaryrefslogtreecommitdiffstats
path: root/sal/qa/rtl_strings/rtl_String_Const.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl_strings/rtl_String_Const.h')
-rw-r--r--sal/qa/rtl_strings/rtl_String_Const.h51
1 files changed, 0 insertions, 51 deletions
diff --git a/sal/qa/rtl_strings/rtl_String_Const.h b/sal/qa/rtl_strings/rtl_String_Const.h
index 1a65f8c9fe6a..37128465acb6 100644
--- a/sal/qa/rtl_strings/rtl_String_Const.h
+++ b/sal/qa/rtl_strings/rtl_String_Const.h
@@ -26,9 +26,6 @@
*
************************************************************************/
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#ifndef _RTL_STRING_CONST_H_
#define _RTL_STRING_CONST_H_
@@ -36,14 +33,8 @@
#include <rtl_String_Utils.hxx>
#endif
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#include <limits.h>
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
#endif
@@ -56,28 +47,16 @@
#include <rtl/ustring.h>
#endif
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#ifdef __cplusplus
extern "C"
{
#endif
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
static const rtl_TextEncoding kEncodingRTLTextUSASCII = RTL_TEXTENCODING_ASCII_US;
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
static const sal_uInt32 kConvertFlagsOUStringToOString = OUSTRING_TO_OSTRING_CVTFLAGS;
static const sal_uInt32 kConvertFlagsOStringToOUString = OSTRING_TO_OUSTRING_CVTFLAGS;
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
static const sal_Char *kTestStr1 = "Sun Microsystems";
static const sal_Char *kTestStr2 = "Sun Microsystems Java Technology";
static const sal_Char *kTestStr3 = "Sun microsystems";
@@ -137,8 +116,6 @@ static const sal_Char *kTestStr56 = "\50\3\5\7\11\13\15\17suns";
//static const sal_Char *kTestStr57 = "\50\3\5\7\11\13\15\17sun\77777";
//static const sal_Char *kTestStr58 = "\50\3\5\7\11\13\15\17sun\10000";
static const sal_Char *kTestStr1PlusStr6 = "Sun Microsystems" "Java Technology";
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
static const sal_Int32 kTestStr1Len = 16;
static const sal_Int32 kTestStr2Len = 32;
@@ -200,8 +177,6 @@ static const sal_Int32 kTestStr57Len = 12;
static const sal_Int32 kTestStr58Len = 12;
static const sal_Int32 kTestStr1PlusStr6Len = kTestStr1Len + kTestStr6Len;
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
static sal_Unicode aUStr1[kTestStr1Len+1];
static sal_Unicode aUStr2[kTestStr2Len+1];
static sal_Unicode aUStr3[kTestStr3Len+1];
@@ -401,33 +376,18 @@ static const sal_Int32 uTestStr5Len = 16;
static const sal_Int32 uTestStr9Len = 32;
static const sal_Int32 uTestStr22Len = 32;
-
-
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
const sal_Unicode uTestStr31[]= {0x400,0x410,0x4DF};
const sal_Unicode uTestStr32[]= {0x9F9F,0xA000,0x8F80,0x9AD9};
-
-
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
static const sal_Int32 uTestStr31Len = 3;
static const sal_Int32 uTestStr32Len = 4;
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
static const sal_Int16 kRadixBinary = 2;
static const sal_Int16 kRadixOctol = 8;
static const sal_Int16 kRadixDecimal = 10;
static const sal_Int16 kRadixHexdecimal = 16;
static const sal_Int16 kRadixBase36 = 36;
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
static const sal_Int8 kSInt8Max = SCHAR_MAX;
static const sal_Int16 kUInt8Max = UCHAR_MAX;
static const sal_Int16 kSInt16Max = SHRT_MAX;
@@ -460,9 +420,6 @@ static const sal_Int64 kInt64MaxNums[kInt64MaxNumsCount] =
kSInt64Max
};
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
static const sal_Char *kSInt8MaxBinaryStr = "1111111";
static const sal_Char *kUInt8MaxBinaryStr = "11111111";
static const sal_Char *kSInt16MaxBinaryStr = "111111111111111";
@@ -514,9 +471,6 @@ static const sal_Char *kSInt32MaxBase36Str = "zik0zj";
static const sal_Char *kUInt32MaxBase36Str = "1z141z3";
static const sal_Char *kSInt64MaxBase36Str = "1y2p0ij32e8e7";
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
static const sal_Int32 kBinaryNumsCount = 16;
static const sal_Char *kBinaryNumsStr[kBinaryNumsCount] =
@@ -645,8 +599,6 @@ static const sal_Char *kBase36MaxNumsStr[kBase36MaxNumsCount] =
kSInt64MaxBase36Str
};
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
static const sal_Int32 nDoubleCount=24;
// static const sal_Char *inputDouble[nDoubleCount] =
// {
@@ -879,9 +831,6 @@ static const sal_Int32 kNonSInt16Max = SHRT_MIN;
}
#endif
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#endif /* _RTL_STRING_CONST_H_ */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */