Home | History | Annotate | Download | only in cintltst

Lines Matching refs:rule3

2861     /*static const char *rule3 = "&' '<x<[variable top]=z";*/
4862 UChar rule3[256]={0x26, 0x7a, 0x3c, 0x0061, 0x00ea, 0}; /* &z<a+e with circumflex.*/
4999 ruleLen = u_strlen(rule3);
5000 coll = ucol_openRules(rule3, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status);