Lines Matching refs:rule2
2274 const char* rule2 = in TestBeforePrefixFailure()
2283 genericRulesStarter(rule2, test, UPRV_LENGTHOF(test)); in TestBeforePrefixFailure()
3587 UChar rule2[256]={0x26, 0x7a, 0x3c, 0x0161, 0}; /* &z<s with caron*/ in TestVI5913() local
3719 ruleLen = u_strlen(rule2); in TestVI5913()
3720 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestVI5913()
3778 static const UChar rule2[]={ in TestTailor6179() local
3841 ruleLen = u_strlen(rule2); in TestTailor6179()
3842 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, &parseError, &status); in TestTailor6179()
3879 UChar rule2[256]= {0x26, 0x4C, 0xb7, 0x3c, 0x3c, 0x61, 0}; in TestUCAPrecontext() local
3964 ruleLen = u_strlen(rule2); in TestUCAPrecontext()
3965 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestUCAPrecontext()