Lines Matching refs:uprv_strcmp
66 if (uprv_strcmp(source, "convertUnits") != 0) {
82 if (uprv_strcmp(key, "target") == 0) {
84 } else if (uprv_strcmp(key, "factor") == 0) {
86 } else if (uprv_strcmp(key, "offset") == 0) {
153 if (uprv_strcmp(key, "unitPreferenceData") != 0) {
206 if (uprv_strcmp(key, "unit") == 0) {
210 } else if (uprv_strcmp(key, "geq") == 0) {
218 } else if (uprv_strcmp(key, "skeleton") == 0) {
299 } else if (uprv_strcmp(desired.usage.data(), "default") != 0) {
312 if (uprv_strcmp(desired.region.data(), "001") != 0) {
342 int32_t cmp = uprv_strcmp(category.data(), other.category.data());
344 cmp = uprv_strcmp(usage.data(), other.usage.data());
347 cmp = uprv_strcmp(region.data(), other.region.data());
354 int32_t cmp = uprv_strcmp(category.data(), other.category.data());
357 cmp = uprv_strcmp(usage.data(), other.usage.data());
361 cmp = uprv_strcmp(region.data(), other.region.data());