Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-01-07 10:23:59

0001 // © 2024 and later: Unicode, Inc. and others.
0002 // License & terms of use: http://www.unicode.org/copyright.html
0003 
0004 #include "unicode/utypes.h"
0005 
0006 #ifndef MESSAGEFORMAT_DATA_MODEL_NAMES_H
0007 #define MESSAGEFORMAT_DATA_MODEL_NAMES_H
0008 
0009 #if U_SHOW_CPLUSPLUS_API
0010 
0011 #if !UCONFIG_NO_FORMATTING
0012 
0013 #if !UCONFIG_NO_MF2
0014 
0015 #include "unicode/unistr.h"
0016 
0017 #ifndef U_HIDE_DEPRECATED_API
0018 
0019 U_NAMESPACE_BEGIN
0020 
0021 namespace message2 {
0022 
0023     namespace data_model {
0024         typedef UnicodeString VariableName;
0025         typedef UnicodeString FunctionName;
0026     } // namespace data_model
0027 } // namespace message2
0028 
0029 U_NAMESPACE_END
0030 
0031 #endif // U_HIDE_DEPRECATED_API
0032 
0033 #endif /* #if !UCONFIG_NO_MF2 */
0034 
0035 #endif /* #if !UCONFIG_NO_FORMATTING */
0036 
0037 #endif /* U_SHOW_CPLUSPLUS_API */
0038 
0039 #endif // MESSAGEFORMAT_DATA_MODEL_NAMES_H
0040 
0041 // eof
0042