Searched refs:is_in (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dmtsm.h158 int is_in(bool_value_state);
159 int is_in(int_value_state);
160 int is_in(units_value_state);
161 int is_in(string_value_state);
H A Dmtsm.cpp604 int state_set::is_in(bool_value_state b) function in class:state_set
609 int state_set::is_in(int_value_state i) function in class:state_set
614 int state_set::is_in(units_value_state u) function in class:state_set
619 int state_set::is_in(string_value_state s) function in class:state_set
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Datffile_test.cpp77 is_in(const std::string& value, const std::vector< std::string >& v) function in namespace:__anon6870
542 ATF_REQUIRE(is_in("tp-1", atffile.tps()));
543 ATF_REQUIRE(is_in("tp-2", atffile.tps()));
544 ATF_REQUIRE(is_in("tp-3", atffile.tps()));
570 ATF_REQUIRE(is_in("foo", atffile.tps()));
571 ATF_REQUIRE(is_in("bar", atffile.tps()));
572 ATF_REQUIRE(is_in("aK", atffile.tps()));
573 ATF_REQUIRE(is_in("KKKKK", atffile.tps()));
574 ATF_REQUIRE(is_in("t_hello", atffile.tps()));
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcrestst.c245 UBool is_in[3]; local
262 is_in[0] = in_Root;
263 is_in[1] = in_te;
264 is_in[2] = in_te_IN;
307 if (is_in[j] && param[i].inherits[j])
322 is_in[j]?"Yes":"No",
333 if (is_in[j])
H A Dcreststn.c1583 UBool is_in[3]; local
1617 is_in[0] = in_Root;
1618 is_in[1] = in_te;
1619 is_in[2] = in_te_IN;
1646 if (is_in[j] && param[i].inherits[j])
1661 is_in[j]?"Yes":"No",
1672 if (is_in[j])
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Drestest.cpp309 UBool is_in[] = { in_Root, in_te, in_te_IN }; local
353 if (is_in[j] && param[i].inherits[j])
371 if (is_in[j])
H A Drestsnew.cpp627 UBool is_in[] = { in_Root, in_te, in_te_IN }; local
671 if (is_in[j] && param[i].inherits[j])
689 if (is_in[j])
/macosx-10.10/groff-38/groff/src/devices/grohtml/
H A Dpost-html.cpp472 int is_in (void);
734 * is_in - returns TRUE if glob contains the tag .in
737 int text_glob::is_in (void) function in class:text_glob
2242 if (g->is_in() || g->is_ti() || g->is_po() || g->is_ce() || g->is_ll()
2555 else if (g->is_in() || g->is_ti() || g->is_po() || g->is_ce() || g->is_ll())
3262 if (g->is_in())
/macosx-10.10/ruby-106/ruby/
H A Dregparse.c5477 int is_in = onig_is_code_in_cc(env->enc, from, cc); local
5479 if ((is_in != 0 && !IS_NCCLASS_NOT(cc)) ||
5480 (is_in == 0 && IS_NCCLASS_NOT(cc))) {
5489 if (is_in != 0) {

Completed in 291 milliseconds