• Home
  • Raw
  • Download

Lines Matching refs:uprv_strcmp

713         || uprv_strcmp(id, "PST8PDT") == 0  in isValidOlsonID()
714 || uprv_strcmp(id, "MST7MDT") == 0 in isValidOlsonID()
715 || uprv_strcmp(id, "CST6CDT") == 0 in isValidOlsonID()
716 || uprv_strcmp(id, "EST5EDT") == 0); in isValidOlsonID()
948 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0) { in searchForTZFile()
969 … } else if (uprv_strcmp(TZFILE_SKIP, dirName) != 0 && uprv_strcmp(TZFILE_SKIP2, dirName) != 0) { in searchForTZFile()
1419 || (uprv_strcmp("C", posixID) == 0) in uprv_getPOSIXIDForCategory()
1420 || (uprv_strcmp("POSIX", posixID) == 0)) in uprv_getPOSIXIDForCategory()
1433 || (uprv_strcmp("C", posixID) == 0) in uprv_getPOSIXIDForCategory()
1434 || (uprv_strcmp("POSIX", posixID) == 0)) in uprv_getPOSIXIDForCategory()
1542 if (!uprv_strcmp(p, "nynorsk")) { in uprv_getDefaultLocaleID()
1683 if ((uprv_strcmp("C", correctedLocale) == 0) || in uprv_getDefaultLocaleID()
1684 (uprv_strcmp("POSIX", correctedLocale) == 0) || in uprv_getDefaultLocaleID()
1726 else if (uprv_strcmp(correctedLocale, "zh_CN_GBK") == 0) in uprv_getDefaultLocaleID()
1757 if (uprv_strcmp(name, "IBM-943") == 0) { in remapPlatformDependentCodepage()
1761 else if (uprv_strcmp(name, "IBM-1252") == 0) { in remapPlatformDependentCodepage()
1766 if (locale != NULL && uprv_strcmp(name, "EUC") == 0) { in remapPlatformDependentCodepage()
1768 if (uprv_strcmp(locale, "zh_CN") == 0) { in remapPlatformDependentCodepage()
1771 else if (uprv_strcmp(locale, "zh_TW") == 0) { in remapPlatformDependentCodepage()
1774 else if (uprv_strcmp(locale, "ko_KR") == 0) { in remapPlatformDependentCodepage()
1778 else if (uprv_strcmp(name, "eucJP") == 0) { in remapPlatformDependentCodepage()
1785 else if (uprv_strcmp(name, "646") == 0) { in remapPlatformDependentCodepage()
1801 else if (uprv_strcmp(name, "CP949") == 0) { in remapPlatformDependentCodepage()
1805 …else if (locale != NULL && uprv_strcmp(locale, "en_US_POSIX") != 0 && uprv_strcmp(name, "US-ASCII"… in remapPlatformDependentCodepage()
1812 if (uprv_strcmp(name, "CP949") == 0) { in remapPlatformDependentCodepage()
1817 if (locale != NULL && uprv_strcmp(locale, "zh_HK") == 0 && uprv_strcmp(name, "big5") == 0) { in remapPlatformDependentCodepage()
1822 else if (uprv_strcmp(name, "eucJP") == 0) { in remapPlatformDependentCodepage()
1831 if (locale != NULL && uprv_strcmp(name, "euc") == 0) { in remapPlatformDependentCodepage()
1833 if (uprv_strcmp(locale, "korean") == 0) { in remapPlatformDependentCodepage()
1836 else if (uprv_strcmp(locale, "japanese") == 0) { in remapPlatformDependentCodepage()
1841 else if (uprv_strcmp(name, "eucjp") == 0) { in remapPlatformDependentCodepage()
1849 else if (locale != NULL && uprv_strcmp(locale, "en_US_POSIX") != 0 && in remapPlatformDependentCodepage()
1850 (uprv_strcmp(name, "ANSI_X3.4-1968") == 0 || uprv_strcmp(name, "US-ASCII") == 0)) { in remapPlatformDependentCodepage()
1950 if (uprv_strcmp(localeName, "en_US_POSIX") != 0) { in int_getDefaultCodepage()