Home | History | Annotate | Download | only in cintltst

Lines Matching refs:TRUE

76   { "root",         U_ZERO_ERROR,             e_Root,    { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
77 { "te", U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
78 { "te_IN", U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
79 { "te_NE", U_USING_FALLBACK_WARNING, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
80 { "te_IN_NE", U_USING_FALLBACK_WARNING, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
81 { "ne", U_USING_DEFAULT_WARNING, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } }
142 testTag("only_in_Root", TRUE, FALSE, FALSE);
143 testTag("in_Root_te", TRUE, TRUE, FALSE);
144 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
145 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
146 testTag("only_in_te", FALSE, TRUE, FALSE);
147 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
148 testTag("in_te_te_IN", FALSE, TRUE, TRUE);