summaryrefslogtreecommitdiff
path: root/libicuuc/libicu/data/brkitr.c
blob: 684de028099478ba022260fc813d429a566fca73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* file      : libicu/data/brkitr.c -*- C -*-
 * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
 * license   : Unicode License; see accompanying LICENSE file
 */

#include <libicu/data/config.h>

#if U_IS_BIG_ENDIAN
#  include <libicu/data/be/brkitr.c>
#else
#  include <libicu/data/le/brkitr.c>
#endif