Home | History | Annotate | Download | only in i18n

Lines Matching refs:streq

114 streq(const UChar* lhs, const UChar* rhs) {
134 if (!streq(getRuleSetName(i), rhs->getRuleSetName(i))) {
143 // if no locale, ix is -1, getLocaleName returns null, so streq returns false
144 if (!streq(locale, rhs->getLocaleName(ix))) {
148 if (!streq(getDisplayName(i, j), rhs->getDisplayName(ix, j))) {
163 if (streq(locale, getLocaleName(i))) {
174 if (streq(ruleset, getRuleSetName(i))) {