Lines Matching refs:rule1
2271 const char* rule1 = in TestBeforePrefixFailure()
2283 genericRulesStarter(rule1, test, UPRV_LENGTHOF(test)); in TestBeforePrefixFailure()
2297 uStringLen = u_unescape(rule1, string, 256); in TestBeforePrefixFailure()
2323 const char* rule1 = in TestPrefixCompose() local
2340 uStringLen = u_unescape(rule1, string, 256); in TestPrefixCompose()
3773 static const UChar rule1[]={ in TestTailor6179() local
3813 ruleLen = u_strlen(rule1); in TestTailor6179()
3814 coll = ucol_openRules(rule1, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestTailor6179()
3879 UChar rule1[256]= {0x26, 0xb7, 0x3c, 0x61, 0}; /* & middle-dot < a */ in TestUCAPrecontext() local
3942 ruleLen = u_strlen(rule1); in TestUCAPrecontext()
3943 coll = ucol_openRules(rule1, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestUCAPrecontext()