Home
last modified time | relevance | path

Searched refs:_STLP_STATIC_CONSTANT (Results 1 – 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
D_limits.h65 _STLP_STATIC_CONSTANT(int, digits = 0);
66 _STLP_STATIC_CONSTANT(int, digits10 = 0);
67 _STLP_STATIC_CONSTANT(int, radix = 0);
68 _STLP_STATIC_CONSTANT(int, min_exponent = 0);
69 _STLP_STATIC_CONSTANT(int, min_exponent10 = 0);
70 _STLP_STATIC_CONSTANT(int, max_exponent = 0);
71 _STLP_STATIC_CONSTANT(int, max_exponent10 = 0);
73 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = denorm_absent);
74 _STLP_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero);
76 _STLP_STATIC_CONSTANT(bool, is_specialized = false);
[all …]
D_ios_base.h67 _STLP_STATIC_CONSTANT(int, left = 0x0001);
68 _STLP_STATIC_CONSTANT(int, right = 0x0002);
69 _STLP_STATIC_CONSTANT(int, internal = 0x0004);
70 _STLP_STATIC_CONSTANT(int, dec = 0x0008);
71 _STLP_STATIC_CONSTANT(int, hex = 0x0010);
72 _STLP_STATIC_CONSTANT(int, oct = 0x0020);
73 _STLP_STATIC_CONSTANT(int, fixed = 0x0040);
74 _STLP_STATIC_CONSTANT(int, scientific = 0x0080);
75 _STLP_STATIC_CONSTANT(int, boolalpha = 0x0100);
76 _STLP_STATIC_CONSTANT(int, showbase = 0x0200);
[all …]
D_locale.h110 _STLP_STATIC_CONSTANT(category, none = 0x000);
111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
112 _STLP_STATIC_CONSTANT(category, ctype = 0x020);
113 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
114 _STLP_STATIC_CONSTANT(category, numeric = 0x100);
115 _STLP_STATIC_CONSTANT(category, time = 0x200);
116 _STLP_STATIC_CONSTANT(category, messages = 0x400);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
D_monetary.h103 _STLP_STATIC_CONSTANT(bool, intl = true);
143 _STLP_STATIC_CONSTANT(bool, intl = false);
184 _STLP_STATIC_CONSTANT(bool, intl = true);
223 _STLP_STATIC_CONSTANT(bool, intl = false);
D_ctype.h115 _STLP_STATIC_CONSTANT(size_t, table_size = 256);
/external/stlport/stlport/stl/config/
Dfeatures.h807 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment } macro
809 # define _STLP_STATIC_CONSTANT(__type, __assignment) static const __type __assignment macro
/external/stlport/etc/
DChangeLog2833 newly introduce _STLP_STATIC_CONSTANT macro which use an enum or a
2844 _STLP_STATIC_CONSTANT.