Home | History | Annotate | Download | only in cintltst

Lines Matching defs:rule2

2899     /*static const char *rule2 = "&\\u2010<x=[variable top]<z";*/
3548 const char* rule2 =
3557 genericRulesStarter(rule2, test, sizeof(test)/sizeof(test[0]));
4925 UChar rule2[256]={0x26, 0x7a, 0x3c, 0x0161, 0}; /* &z<s with caron*/
5046 ruleLen = u_strlen(rule2);
5047 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);
5101 static const UChar rule2[]={
5161 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);
5198 UChar rule2[256]= {0x26, 0x4C, 0xb7, 0x3c, 0x3c, 0x61, 0};
5283 ruleLen = u_strlen(rule2);
5284 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);