Lines Matching refs:uprv_strcmp

701         || uprv_strcmp(id, "PST8PDT") == 0  in isValidOlsonID()
702 || uprv_strcmp(id, "MST7MDT") == 0 in isValidOlsonID()
703 || uprv_strcmp(id, "CST6CDT") == 0 in isValidOlsonID()
704 || uprv_strcmp(id, "EST5EDT") == 0); in isValidOlsonID()
936 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0) { in searchForTZFile()
957 … } else if (uprv_strcmp(TZFILE_SKIP, dirName) != 0 && uprv_strcmp(TZFILE_SKIP2, dirName) != 0) { in searchForTZFile()
1000 && uprv_strcmp(tzid, TZ_ENV_CHECK) != 0 in uprv_tzname()
1381 || (uprv_strcmp("C", posixID) == 0) in uprv_getPOSIXIDForCategory()
1382 || (uprv_strcmp("POSIX", posixID) == 0)) in uprv_getPOSIXIDForCategory()
1395 || (uprv_strcmp("C", posixID) == 0) in uprv_getPOSIXIDForCategory()
1396 || (uprv_strcmp("POSIX", posixID) == 0)) in uprv_getPOSIXIDForCategory()
1504 if (!uprv_strcmp(p, "nynorsk")) { in uprv_getDefaultLocaleID()
1627 if ((uprv_strcmp("C", correctedLocale) == 0) || in uprv_getDefaultLocaleID()
1628 (uprv_strcmp("POSIX", correctedLocale) == 0) || in uprv_getDefaultLocaleID()
1670 else if (uprv_strcmp(correctedLocale, "zh_CN_GBK") == 0) in uprv_getDefaultLocaleID()
1701 if (uprv_strcmp(name, "IBM-943") == 0) { in remapPlatformDependentCodepage()
1705 else if (uprv_strcmp(name, "IBM-1252") == 0) { in remapPlatformDependentCodepage()
1710 if (locale != NULL && uprv_strcmp(name, "EUC") == 0) { in remapPlatformDependentCodepage()
1712 if (uprv_strcmp(locale, "zh_CN") == 0) { in remapPlatformDependentCodepage()
1715 else if (uprv_strcmp(locale, "zh_TW") == 0) { in remapPlatformDependentCodepage()
1718 else if (uprv_strcmp(locale, "ko_KR") == 0) { in remapPlatformDependentCodepage()
1722 else if (uprv_strcmp(name, "eucJP") == 0) { in remapPlatformDependentCodepage()
1729 else if (uprv_strcmp(name, "646") == 0) { in remapPlatformDependentCodepage()
1745 else if (uprv_strcmp(name, "CP949") == 0) { in remapPlatformDependentCodepage()
1749 …else if (locale != NULL && uprv_strcmp(locale, "en_US_POSIX") != 0 && uprv_strcmp(name, "US-ASCII"… in remapPlatformDependentCodepage()
1756 if (uprv_strcmp(name, "CP949") == 0) { in remapPlatformDependentCodepage()
1761 if (locale != NULL && uprv_strcmp(locale, "zh_HK") == 0 && uprv_strcmp(name, "big5") == 0) { in remapPlatformDependentCodepage()
1766 else if (uprv_strcmp(name, "eucJP") == 0) { in remapPlatformDependentCodepage()
1775 if (locale != NULL && uprv_strcmp(name, "euc") == 0) { in remapPlatformDependentCodepage()
1777 if (uprv_strcmp(locale, "korean") == 0) { in remapPlatformDependentCodepage()
1780 else if (uprv_strcmp(locale, "japanese") == 0) { in remapPlatformDependentCodepage()
1785 else if (uprv_strcmp(name, "eucjp") == 0) { in remapPlatformDependentCodepage()
1793 else if (locale != NULL && uprv_strcmp(locale, "en_US_POSIX") != 0 && in remapPlatformDependentCodepage()
1794 (uprv_strcmp(name, "ANSI_X3.4-1968") == 0 || uprv_strcmp(name, "US-ASCII") == 0)) { in remapPlatformDependentCodepage()
1891 if (uprv_strcmp(localeName, "en_US_POSIX") != 0) { in int_getDefaultCodepage()