Lines Matching refs:uprv_strcmp
180 return (uprv_strcmp(unit.getType(), "currency") == 0);
240 if (uprv_strcmp(key, "dnam") == 0) {
242 } else if (uprv_strcmp(key, "per") == 0) {
285 if (U_SUCCESS(errorCode) && uprv_strcmp(key, "per") == 0) {
304 if (uprv_strcmp(key, "currency") == 0) {
306 } else if (uprv_strcmp(key, "compound") == 0) {
360 } else if (uprv_strcmp(key, "Short") == 0) {
362 } else if (uprv_strcmp(key, "Narrow") == 0) {
511 return uprv_strcmp(mu.getType(), "duration") == 0 &&
512 uprv_strcmp(mu.getSubtype(), tu) == 0;
673 if (uprv_strcmp(localeId, rhsLocaleId) != 0) {