home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / test / cintltst / ccolltst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-16  |  1.7 KB  |  41 lines

  1. /*
  2. *****************************************************************************************
  3. *                                                                                       *
  4. * COPYRIGHT:                                                                            *
  5. *   (C) Copyright Taligent, Inc.,  1996                                                 *
  6. *   (C) Copyright International Business Machines Corporation,  1999                    *
  7. *   Licensed Material - Program-Property of IBM - All Rights Reserved.                  *
  8. *   US Government Users Restricted Rights - Use, duplication, or disclosure             *
  9. *   restricted by GSA ADP Schedule Contract with IBM Corp.                              *
  10. *                                                                                       *
  11. *****************************************************************************************
  12. ********************************************************************************
  13. *
  14. * File CCOLLTST.H
  15. *
  16. * Modification History:
  17. *        Name                     Description            
  18. *     Madhu Katragadda               Creation
  19. *********************************************************************************
  20. */
  21. #ifndef _CCOLLTST
  22. #define _CCOLLTST
  23.  
  24. #include "cintltst.h"
  25. #include "ucol.h"
  26.  
  27. /* Internal Functions used*/
  28.  
  29. void reportCResult( const UChar source[], const UChar target[], 
  30.                          uint8_t *sourceKey, uint8_t *targetKey,
  31.                          UCollationResult compareResult,
  32.                          UCollationResult keyResult,
  33.                          UCollationResult expectedResult );
  34.  
  35. UChar* appendCompareResult(UCollationResult result, UChar* target);
  36.  
  37.  
  38. UChar* CharsToUChars(const char* chars);
  39.  
  40. #endif
  41.