Lines Matching refs:rule1
2272 const char* rule1 = in TestBeforePrefixFailure()
2284 genericRulesStarter(rule1, test, sizeof(test)/sizeof(test[0])); in TestBeforePrefixFailure()
2298 uStringLen = u_unescape(rule1, string, 256); in TestBeforePrefixFailure()
2324 const char* rule1 = in TestPrefixCompose() local
2341 uStringLen = u_unescape(rule1, string, 256); in TestPrefixCompose()
3774 static const UChar rule1[]={ in TestTailor6179() local
3814 ruleLen = u_strlen(rule1); in TestTailor6179()
3815 coll = ucol_openRules(rule1, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestTailor6179()
3880 UChar rule1[256]= {0x26, 0xb7, 0x3c, 0x61, 0}; /* & middle-dot < a */ in TestUCAPrecontext() local
3943 ruleLen = u_strlen(rule1); in TestUCAPrecontext()
3944 coll = ucol_openRules(rule1, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestUCAPrecontext()