Lines Matching refs:rule2
2272 const char* rule2 = in TestBeforePrefixFailure()
2281 genericRulesStarter(rule2, test, UPRV_LENGTHOF(test)); in TestBeforePrefixFailure()
3585 UChar rule2[256]={0x26, 0x7a, 0x3c, 0x0161, 0}; /* &z<s with caron*/ in TestVI5913() local
3717 ruleLen = u_strlen(rule2); in TestVI5913()
3718 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestVI5913()
3776 static const UChar rule2[]={ in TestTailor6179() local
3839 ruleLen = u_strlen(rule2); in TestTailor6179()
3840 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, &parseError, &status); in TestTailor6179()
3877 UChar rule2[256]= {0x26, 0x4C, 0xb7, 0x3c, 0x3c, 0x61, 0}; in TestUCAPrecontext() local
3962 ruleLen = u_strlen(rule2); in TestUCAPrecontext()
3963 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestUCAPrecontext()