Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/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.h69 _STLP_STATIC_CONSTANT(int, left = 0x0001);
70 _STLP_STATIC_CONSTANT(int, right = 0x0002);
71 _STLP_STATIC_CONSTANT(int, internal = 0x0004);
72 _STLP_STATIC_CONSTANT(int, dec = 0x0008);
73 _STLP_STATIC_CONSTANT(int, hex = 0x0010);
74 _STLP_STATIC_CONSTANT(int, oct = 0x0020);
75 _STLP_STATIC_CONSTANT(int, fixed = 0x0040);
76 _STLP_STATIC_CONSTANT(int, scientific = 0x0080);
77 _STLP_STATIC_CONSTANT(int, boolalpha = 0x0100);
78 _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);
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
Dfeatures.h801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment } macro
803 # define _STLP_STATIC_CONSTANT(__type, __assignment) static const __type __assignment macro