Lines Matching refs:uprv_strcmp
480 if (uprv_strcmp(Locale().getLanguage(), "tl") != 0) {
870 if (uprv_strcmp
872 if (j == testCount || (uprv_strcmp(test[j],spotCheck1[i])!=0))
1678 if(uprv_strcmp(testCases[i].expectedLocaleID, result) != 0) {
1711 if(uprv_strcmp(testCases[i].expectedValue, buffer) != 0) {
1746 if(uprv_strcmp(testCases[i].value, buffer) != 0) {
1801 if (uprv_strcmp(prefix, "root") == 0) {
1802 return (uprv_strcmp(string, "root") == 0) ? 0 : 1;
1829 if (((0 == uprv_strcmp(expReqValid, "gt") && reqValid > 0) ||
1830 (0 == uprv_strcmp(expReqValid, "ge") && reqValid >= 0) ||
1831 (0 == uprv_strcmp(expReqValid, "eq") && reqValid == 0)) &&
1832 ((0 == uprv_strcmp(expValidActual, "gt") && validActual > 0) ||
1833 (0 == uprv_strcmp(expValidActual, "ge") && validActual >= 0) ||
1834 (0 == uprv_strcmp(expValidActual, "eq") && validActual == 0))) {
2330 if(uprv_strcmp(expected, getName) != 0) {