Lines Matching refs:uprv_strcmp
487 if (uprv_strcmp(Locale().getLanguage(), "tl") != 0) { in TestDisplayNames()
877 if (uprv_strcmp(test[j],spotCheck1[i])== 0) in TestGetLangsAndCountries()
879 if (j == testCount || (uprv_strcmp(test[j],spotCheck1[i])!=0)) in TestGetLangsAndCountries()
1685 if(uprv_strcmp(testCases[i].expectedLocaleID, result) != 0) { in TestKeywordVariants()
1717 if(uprv_strcmp(testCases[i].expectedValue, buffer) != 0) { in TestKeywordVariantParsing()
1751 if(uprv_strcmp(testCases[i].value, buffer) != 0) { in TestSetKeywordValue()
1791 if (uprv_strcmp(prefix, "root") == 0) { in _loccmp()
1792 return (uprv_strcmp(string, "root") == 0) ? 0 : 1; in _loccmp()
1819 if (((0 == uprv_strcmp(expReqValid, "gt") && reqValid > 0) || in _checklocs()
1820 (0 == uprv_strcmp(expReqValid, "ge") && reqValid >= 0) || in _checklocs()
1821 (0 == uprv_strcmp(expReqValid, "eq") && reqValid == 0)) && in _checklocs()
1822 ((0 == uprv_strcmp(expValidActual, "gt") && validActual > 0) || in _checklocs()
1823 (0 == uprv_strcmp(expValidActual, "ge") && validActual >= 0) || in _checklocs()
1824 (0 == uprv_strcmp(expValidActual, "eq") && validActual == 0))) { in _checklocs()
2205 if(uprv_strcmp(expected, getName) != 0) { in TestCanonicalization()