// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** * Copyright (C) 1999-2011, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Date Name Description * 11/17/99 aliu Creation. ********************************************************************** */ #include "unicode/utypes.h" #if !UCONFIG_NO_TRANSLITERATION #include "unicode/unifilt.h" #include "unicode/uniset.h" #include "cpdtrans.h" #include "uvector.h" #include "tridpars.h" #include "cmemory.h" // keep in sync with Transliterator //static const char16_t ID_SEP = 0x002D; /*-*/ static const char16_t ID_DELIM = …; /*;*/ static const char16_t NEWLINE = …; static const char16_t COLON_COLON[] = …; //"::" U_NAMESPACE_BEGIN #endif /* #if !UCONFIG_NO_TRANSLITERATION */ /* eof */