Home | History | Annotate | Download | only in i18n

Lines Matching refs:gOPERATORS

97 static const UChar gOPERATORS[] = { // "=><"
1288 if (pos == limit || u_strchr(gOPERATORS, (op = rule.charAt(--pos))) == NULL) {