2017-01-20 00:20:31 +00:00
|
|
|
// © 2016 and later: Unicode, Inc. and others.
|
2016-06-15 18:58:17 +00:00
|
|
|
// License & terms of use: http://www.unicode.org/copyright.html
|
2006-03-23 00:54:12 +00:00
|
|
|
/*
|
|
|
|
**********************************************************************
|
2016-05-31 21:45:07 +00:00
|
|
|
* Copyright (C) 2006, International Business Machines
|
|
|
|
* Corporation and others. All Rights Reserved.
|
2006-03-23 00:54:12 +00:00
|
|
|
**********************************************************************
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef UBRKIMPL_H
|
|
|
|
#define UBRKIMPL_H
|
|
|
|
|
|
|
|
#define U_ICUDATA_BRKITR U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "brkitr"
|
|
|
|
|
|
|
|
#endif /*UBRKIMPL_H*/
|