• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_FE
13 #define _COLL_FE
14 
15 #include <icuglue/icuglue.h>
16 #include <unicode/coll.h>
17 
18 #if defined(XP_CPLUSPLUS)
19 
GLUE_SYM(GlueFECollator)20 class GLUE_SYM( GlueFECollator ) : public Collator {
21 
22 };
23 
24 #endif /* XP_CPLUSPLUS */
25 
26 #endif
27