Searched refs:_STLP_ARRAY_AND_SIZE (Results 1 – 4 of 4) sorted by relevance
/external/stlport/src/ |
D | time_facets.cpp | 134 table._M_dayname[i] = _WLocale_abbrev_dayofweek(time, i, _STLP_ARRAY_AND_SIZE(buf)); in _Init_timeinfo() 136 table._M_dayname[i+7] = _WLocale_full_dayofweek(time, i, _STLP_ARRAY_AND_SIZE(buf)); in _Init_timeinfo() 138 table._M_monthname[i] = _WLocale_abbrev_monthname(time, i, _STLP_ARRAY_AND_SIZE(buf)); in _Init_timeinfo() 140 table._M_monthname[i+12] = _WLocale_full_monthname(time, i, _STLP_ARRAY_AND_SIZE(buf)); in _Init_timeinfo() 141 table._M_am_pm[0] = _WLocale_am_str(time, _STLP_ARRAY_AND_SIZE(buf)); in _Init_timeinfo() 142 table._M_am_pm[1] = _WLocale_pm_str(time, _STLP_ARRAY_AND_SIZE(buf)); in _Init_timeinfo()
|
D | facets_byname.cpp | 501 return _WLocale_true(_M_numeric, _STLP_ARRAY_AND_SIZE(buf)); in do_truename() 506 return _WLocale_false(_M_numeric, _STLP_ARRAY_AND_SIZE(buf)); in do_falsename() 999 { wchar_t buf[16]; return _WLocale_int_curr_symbol(_M_monetary, _STLP_ARRAY_AND_SIZE(buf)); } in do_curr_symbol() 1002 { wchar_t buf[16]; return _WLocale_positive_sign(_M_monetary, _STLP_ARRAY_AND_SIZE(buf)); } in do_positive_sign() 1005 { wchar_t buf[16]; return _WLocale_negative_sign(_M_monetary, _STLP_ARRAY_AND_SIZE(buf)); } in do_negative_sign() 1043 { wchar_t buf[16]; return _WLocale_currency_symbol(_M_monetary, _STLP_ARRAY_AND_SIZE(buf)); } in do_curr_symbol() 1046 { wchar_t buf[16]; return _WLocale_positive_sign(_M_monetary, _STLP_ARRAY_AND_SIZE(buf)); } in do_positive_sign() 1049 { wchar_t buf[16]; return _WLocale_negative_sign(_M_monetary, _STLP_ARRAY_AND_SIZE(buf)); } in do_negative_sign()
|
D | num_put_float.cpp | 395 # define _STLP_CVT_BUFFER(B) _STLP_ARRAY_AND_SIZE(B) 761 snprintf(_STLP_ARRAY_AND_SIZE(static_buf), fmtbuf, precision, x); 849 snprintf(_STLP_ARRAY_AND_SIZE(cvtbuf), "%Lf", __x); // check for 1234.56! 851 snprintf(_STLP_ARRAY_AND_SIZE(cvtbuf), "%f", __x); // check for 1234.56!
|
/external/stlport/stlport/stl/config/ |
D | features.h | 1058 #define _STLP_ARRAY_AND_SIZE(A) A, sizeof(A) / sizeof(A[0]) macro
|