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

/external/stlport/stlport/stl/
H A 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(boo
[all...]
H A 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(in
[all...]
H A 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);
H A 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);
H A D_ctype.h115 _STLP_STATIC_CONSTANT(size_t, table_size = 256);
/external/stlport/stlport/stl/config/
H A Dfeatures.h807 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment } macro
809 # define _STLP_STATIC_CONSTANT(__type, __assignment) static const __type __assignment macro

Completed in 2040 milliseconds