Lines Matching refs:uprv_strcmp
332 if (uprv_strcmp(uloc_getDefault(), "qq_BLA") != 0) { in TestNullDefault()
336 if (uprv_strcmp(uloc_getDefault(), original) != 0) { in TestNullDefault()
1666 if (uprv_strcmp(testCases[i].expectedLocaleID, buffer) != 0) { in TestKeywordVariants()
1671 if (uprv_strcmp(testCases[i].expectedCanonicalID, buffer) != 0) { in TestKeywordVariants()
1701 if(uprv_strcmp(testCases[i].expectedValue, buffer) != 0) { in TestKeywordVariantParsing()
2014 if(uprv_strcmp(expected, buffer) != 0) { in TestCanonicalization()
2318 if (uprv_strcmp(prefix, "root") == 0) { in _loccmp()
2319 return (uprv_strcmp(string, "root") == 0) ? 0 : 1; in _loccmp()
2620 if((outResult>0)&&uprv_strcmp(tmp, tests[i].expect)) { in TestAcceptLanguage()
3047 …else if (uprv_strcmp(temp3, rawData2[LANG][i]) && !(uprv_strcmp(temp3, "nn") == 0 && uprv_strcmp(r… in TestGetLocaleForLCID()
3056 else if (uprv_strcmp(temp3, rawData2[SCRIPT][i])) { in TestGetLocaleForLCID()
3065 else if (uprv_strlen(rawData2[CTRY][i]) && uprv_strcmp(temp3, rawData2[CTRY][i])) { in TestGetLocaleForLCID()
5627 } else if (uprv_strcmp(langtag, expected) != 0) { in TestToLanguageTag()
5648 } else if (uprv_strcmp(langtag, expected) != 0) { in TestToLanguageTag()
5719 if (uprv_strcmp(langtag_to_locale[i].locID, locale) != 0) { in TestForLanguageTag()