Home | History | Annotate | Download | only in i18n

Lines Matching refs:uprv_strcmp

185         variantType = (0 == uprv_strcmp(variant, VAR_EURO))
186 | ((0 == uprv_strcmp(variant, VAR_PRE_EURO)) << 1);
282 if (uprv_strcmp(id, p->id) == 0) {
1265 uprv_strcmp(locale, currCache[i]->locale) == 0) {
1289 uprv_strcmp(locale, currCache[i]->locale) == 0) {
2169 UBool isPrefRegion = uprv_strcmp(region, prefRegion) == 0 ? TRUE : FALSE;