Searched defs:combine (Results 1 – 4 of 4) sorted by relevance
154 locale combine(const locale& __loc) const { in combine() function252 locale combine(const locale& __loc) const { in combine() function
230 struct combine struct232 typedef applyBoth<PredA,PredB> Both ;233 …edef void NNone ; // 'None' is defined as a macro in (/usr/X11R6/include/X11/X.h)235 typedef typename PredA::do_apply do_applyA ;236 typedef typename PredB::do_apply do_applyB ;238 typedef typename for_both<do_applyA, do_applyB, Both, PredA, PredB, NNone>::type type ;
236 void LocaleTest::combine() in combine() function in LocaleTest