Home
last modified time | relevance | path

Searched defs:C_ (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/
Dglibintl.h20 #define C_(Context,String) glib_pgettext (Context "\004" String, strlen (Context) + 1) macro
31 #define C_(Context,String) (String) macro
Dgi18n-lib.h33 #define C_(Context,String) g_dpgettext (GETTEXT_PACKAGE, Context "\004" String, strlen (Context) + … macro
Dgi18n.h29 #define C_(Context,String) g_dpgettext (NULL, Context "\004" String, strlen (Context) + 1) macro
/third_party/boost/libs/algorithm/string/test/
Dreplace_test.cpp57 #define C_ , macro
/third_party/boost/boost/math/special_functions/detail/
Ddaubechies_scaling_integer_grid.hpp26 # define C_(x) static_cast<Real>(x##Q) macro
28 # define C_(x) static_cast<Real>(x##L) macro
30 # define C_(x) static_cast<Real>(x) macro