Lines Matching refs:rule1
2268 const char* rule1 = in TestBeforePrefixFailure()
2280 genericRulesStarter(rule1, test, UPRV_LENGTHOF(test)); in TestBeforePrefixFailure()
2294 uStringLen = u_unescape(rule1, string, 256); in TestBeforePrefixFailure()
2320 const char* rule1 = in TestPrefixCompose() local
2337 uStringLen = u_unescape(rule1, string, 256); in TestPrefixCompose()
3770 static const UChar rule1[]={ in TestTailor6179() local
3810 ruleLen = u_strlen(rule1); in TestTailor6179()
3811 coll = ucol_openRules(rule1, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestTailor6179()
3876 UChar rule1[256]= {0x26, 0xb7, 0x3c, 0x61, 0}; /* & middle-dot < a */ in TestUCAPrecontext() local
3939 ruleLen = u_strlen(rule1); in TestUCAPrecontext()
3940 coll = ucol_openRules(rule1, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestUCAPrecontext()