scuffed-code/icu4c/source/test/cintltst/callcoll.h
George Rhoten c0ecb9aa96 ICU-832 Each test string does not need to be 128 UChars big.
Setting MAX_TOKEN_LEN to a lower limit takes out about 100K from the executable on Windows.
If you need larger test string, you can raise the limit where it's needed.

X-SVN-Rev: 4411
2001-03-30 03:49:29 +00:00

33 lines
1009 B
C

/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2001, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
*
* File CALLCOLL.H
*
* Modification History:
* Name Description
* Madhu Katragadda Ported to C
*********************************************************************************
*/
/**
* CollationDummyTest is a third level test class. This tests creation of
* a customized collator object. For example, number 1 to be sorted
* equlivalent to word 'one'.
*/
#ifndef _CALLCOLLTST
#define _CALLCOLLTST
#include "cintltst.h"
/* tests comparison of custom collation with different strengths */
void doTest(UCollator*, const UChar* source, const UChar* target, UCollationResult result);
#endif