Home | History | Annotate | Download | only in intltest

Lines Matching refs:TRUE

101     { "root",       0,   U_ZERO_ERROR,             e_Root,      { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
102 { "te", 0, U_ZERO_ERROR, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
103 { "te_IN", 0, U_ZERO_ERROR, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
104 { "te_NE", 0, U_USING_FALLBACK_WARNING, e_te, { FALSE, TRUE, FALSE }, { TRUE, TRUE, FALSE } },
105 { "te_IN_NE", 0, U_USING_FALLBACK_WARNING, e_te_IN, { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
106 { "ne", 0, U_USING_DEFAULT_WARNING, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } }
124 initialized = TRUE;
218 testTag("only_in_Root", TRUE, FALSE, FALSE);
219 testTag("only_in_te", FALSE, TRUE, FALSE);
220 testTag("only_in_te_IN", FALSE, FALSE, TRUE);
221 testTag("in_Root_te", TRUE, TRUE, FALSE);
222 testTag("in_Root_te_te_IN", TRUE, TRUE, TRUE);
223 testTag("in_Root_te_IN", TRUE, FALSE, TRUE);
224 testTag("in_te_te_IN", FALSE, TRUE, TRUE);
425 TRUE;
711 string.setTo(TRUE, kErrorUChars, kErrorLength);