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()
1669 if (uprv_strcmp(testCases[i].expectedLocaleID, buffer) != 0) { in TestKeywordVariants()
1674 if (uprv_strcmp(testCases[i].expectedCanonicalID, buffer) != 0) { in TestKeywordVariants()
1704 if(uprv_strcmp(testCases[i].expectedValue, buffer) != 0) { in TestKeywordVariantParsing()
2017 if(uprv_strcmp(expected, buffer) != 0) { in TestCanonicalization()
2321 if (uprv_strcmp(prefix, "root") == 0) { in _loccmp()
2322 return (uprv_strcmp(string, "root") == 0) ? 0 : 1; in _loccmp()
2623 if((outResult>0)&&uprv_strcmp(tmp, tests[i].expect)) { in TestAcceptLanguage()
3050 …else if (uprv_strcmp(temp3, rawData2[LANG][i]) && !(uprv_strcmp(temp3, "nn") == 0 && uprv_strcmp(r… in TestGetLocaleForLCID()
3059 else if (uprv_strcmp(temp3, rawData2[SCRIPT][i])) { in TestGetLocaleForLCID()
3068 else if (uprv_strlen(rawData2[CTRY][i]) && uprv_strcmp(temp3, rawData2[CTRY][i])) { in TestGetLocaleForLCID()
5630 } else if (uprv_strcmp(langtag, expected) != 0) { in TestToLanguageTag()
5651 } else if (uprv_strcmp(langtag, expected) != 0) { in TestToLanguageTag()
5733 if (uprv_strcmp(langtag_to_locale[i].locID, locale) != 0) { in TestForLanguageTag()