Home | History | Annotate | Download | only in cintltst

Lines Matching refs:rule2

1657     /*static const char *rule2 = "&\\u2010<x=[variable top]<z";*/
2275 const char* rule2 =
2284 genericRulesStarter(rule2, test, UPRV_LENGTHOF(test));
3588 UChar rule2[256]={0x26, 0x7a, 0x3c, 0x0161, 0}; /* &z<s with caron*/
3720 ruleLen = u_strlen(rule2);
3721 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);
3779 static const UChar rule2[]={
3842 ruleLen = u_strlen(rule2);
3843 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, &parseError, &status);
3880 UChar rule2[256]= {0x26, 0x4C, 0xb7, 0x3c, 0x3c, 0x61, 0};
3965 ruleLen = u_strlen(rule2);
3966 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);