Lines Matching refs:uprv_strcmp
696 || uprv_strcmp(id, "PST8PDT") == 0 in isValidOlsonID()
697 || uprv_strcmp(id, "MST7MDT") == 0 in isValidOlsonID()
698 || uprv_strcmp(id, "CST6CDT") == 0 in isValidOlsonID()
699 || uprv_strcmp(id, "EST5EDT") == 0); in isValidOlsonID()
929 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0) { in searchForTZFile()
950 … } else if (uprv_strcmp(TZFILE_SKIP, dirName) != 0 && uprv_strcmp(TZFILE_SKIP2, dirName) != 0) { in searchForTZFile()
1394 || (uprv_strcmp("C", posixID) == 0) in uprv_getPOSIXIDForCategory()
1395 || (uprv_strcmp("POSIX", posixID) == 0)) in uprv_getPOSIXIDForCategory()
1408 || (uprv_strcmp("C", posixID) == 0) in uprv_getPOSIXIDForCategory()
1409 || (uprv_strcmp("POSIX", posixID) == 0)) in uprv_getPOSIXIDForCategory()
1515 if (!uprv_strcmp(p, "nynorsk")) { in uprv_getDefaultLocaleID()
1656 if ((uprv_strcmp("C", correctedLocale) == 0) || in uprv_getDefaultLocaleID()
1657 (uprv_strcmp("POSIX", correctedLocale) == 0) || in uprv_getDefaultLocaleID()
1699 else if (uprv_strcmp(correctedLocale, "zh_CN_GBK") == 0) in uprv_getDefaultLocaleID()
1730 if (uprv_strcmp(name, "IBM-943") == 0) { in remapPlatformDependentCodepage()
1734 else if (uprv_strcmp(name, "IBM-1252") == 0) { in remapPlatformDependentCodepage()
1739 if (locale != NULL && uprv_strcmp(name, "EUC") == 0) { in remapPlatformDependentCodepage()
1741 if (uprv_strcmp(locale, "zh_CN") == 0) { in remapPlatformDependentCodepage()
1744 else if (uprv_strcmp(locale, "zh_TW") == 0) { in remapPlatformDependentCodepage()
1747 else if (uprv_strcmp(locale, "ko_KR") == 0) { in remapPlatformDependentCodepage()
1751 else if (uprv_strcmp(name, "eucJP") == 0) { in remapPlatformDependentCodepage()
1758 else if (uprv_strcmp(name, "646") == 0) { in remapPlatformDependentCodepage()
1774 else if (uprv_strcmp(name, "CP949") == 0) { in remapPlatformDependentCodepage()
1778 …else if (locale != NULL && uprv_strcmp(locale, "en_US_POSIX") != 0 && uprv_strcmp(name, "US-ASCII"… in remapPlatformDependentCodepage()
1785 if (uprv_strcmp(name, "CP949") == 0) { in remapPlatformDependentCodepage()
1790 if (locale != NULL && uprv_strcmp(locale, "zh_HK") == 0 && uprv_strcmp(name, "big5") == 0) { in remapPlatformDependentCodepage()
1795 else if (uprv_strcmp(name, "eucJP") == 0) { in remapPlatformDependentCodepage()
1804 if (locale != NULL && uprv_strcmp(name, "euc") == 0) { in remapPlatformDependentCodepage()
1806 if (uprv_strcmp(locale, "korean") == 0) { in remapPlatformDependentCodepage()
1809 else if (uprv_strcmp(locale, "japanese") == 0) { in remapPlatformDependentCodepage()
1814 else if (uprv_strcmp(name, "eucjp") == 0) { in remapPlatformDependentCodepage()
1822 else if (locale != NULL && uprv_strcmp(locale, "en_US_POSIX") != 0 && in remapPlatformDependentCodepage()
1823 (uprv_strcmp(name, "ANSI_X3.4-1968") == 0 || uprv_strcmp(name, "US-ASCII") == 0)) { in remapPlatformDependentCodepage()
1923 if (uprv_strcmp(localeName, "en_US_POSIX") != 0) { in int_getDefaultCodepage()