// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * Copyright (C) 2010-2015, International Business Machines Corporation and * others. All Rights Reserved. ******************************************************************************* * * * File NUMSYS.CPP * * Modification History:* * Date Name Description * ******************************************************************************** */ #include "unicode/utypes.h" #include "unicode/localpointer.h" #include "unicode/uchar.h" #include "unicode/unistr.h" #include "unicode/ures.h" #include "unicode/ustring.h" #include "unicode/uloc.h" #include "unicode/schriter.h" #include "unicode/numsys.h" #include "cstring.h" #include "uassert.h" #include "ucln_in.h" #include "umutex.h" #include "uresimp.h" #include "numsys_impl.h" #if !UCONFIG_NO_FORMATTING U_NAMESPACE_BEGIN #endif /* #if !UCONFIG_NO_FORMATTING */ //eof