1 // © 2017 and later: Unicode, Inc. and others. 2 // License & terms of use: http://www.unicode.org/copyright.html 3 /* 4 ******************************************************************************* 5 * 6 * Copyright (C) 2009, International Business Machines 7 * Corporation and others. All Rights Reserved. 8 * 9 ******************************************************************************* 10 */ 11 12 #ifndef _COLL_BE 13 #define _COLL_BE 14 15 #include <icuglue/icuglue.h> 16 #include <unicode/ucoll.h> /* for definitions */ 17 18 #if defined(XP_CPLUSPLUS) 19 extern "C" { 20 #endif 21 22 void * GLUE_SYM(ucol_open) (const char *locale); 23 void * GLUE_SYM(ucol_close) (void *coll); 24 void * GLUE_SYM( 25 26 27 #if defined(XP_CPLUSPLUS) 28 } 29 #endif 30 31 #endif