From 10c60368cd42904bd991453f02b684ebe02ef915 Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Tue, 25 Jul 2006 12:37:43 +0000 Subject: adding ICU library sources used by xetex git-svn-id: svn://tug.org/texlive/trunk@1915 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/icu-xetex/test/cintltst/cestst.h | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Build/source/libs/icu-xetex/test/cintltst/cestst.h (limited to 'Build/source/libs/icu-xetex/test/cintltst/cestst.h') diff --git a/Build/source/libs/icu-xetex/test/cintltst/cestst.h b/Build/source/libs/icu-xetex/test/cintltst/cestst.h new file mode 100644 index 00000000000..e15f32d4875 --- /dev/null +++ b/Build/source/libs/icu-xetex/test/cintltst/cestst.h @@ -0,0 +1,44 @@ +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 1997-2001, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ +/******************************************************************************** +* +* File CESTST.H +* +* Modification History: +* Name Description +* Madhu Katragadda Converted to C +*********************************************************************************/ +/** + * CollationSpanishTest is a third level test class. This tests the locale + * specific primary, secondary and tertiary rules. For example, the ignorable + * character '-' in string "black-bird". The en_US locale uses the default + * collation rules as its sorting sequence. + */ + +#ifndef _CESCOLLTST +#define _CESCOLLTST + +#include "unicode/utypes.h" + +#if !UCONFIG_NO_COLLATION + +#include "cintltst.h" + + +#define MAX_TOKEN_LEN 16 + + + /* perform test with strength SECONDARY */ + static void TestPrimary(void); + + /* perform test with strength TERTIARY */ + static void TestTertiary(void); + + +#endif /* #if !UCONFIG_NO_COLLATION */ + + +#endif -- cgit v1.2.3