Home
last modified time | relevance | path

Searched refs:strIgnoreCaseCmp (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dwrapper_i18n.c1495 if (strIgnoreCaseCmp(encodingMB, "Shift_JIS") == 0) {
1503 } else if (strIgnoreCaseCmp(encodingMB, "eucJP") == 0) {
1511 } else if (strIgnoreCaseCmp(encodingMB, "UTF-8") == 0) {
1519 } else if (strIgnoreCaseCmp(encodingMB, "ISO-8859-1") == 0) {
1527 } else if (strIgnoreCaseCmp(encodingMB, "CP1252") == 0) {
1533 } else if (strIgnoreCaseCmp(encodingMB, "ISO-8859-2") == 0) {
1645 } else if (strIgnoreCaseCmp(encodingMB, "CP1250") == 0) {
1651 } else if (strIgnoreCaseCmp(encodingMB, "CP1251") == 0) {
1657 } else if (strIgnoreCaseCmp(encodingMB, "KOI8-R") == 0) {
1663 } else if (strIgnoreCaseCmp(encodingMB, "KOI8-U") == 0) {
[all …]
H A Dwrapper_i18n.h576 #define strIgnoreCaseCmp _stricmp macro
578 #define strIgnoreCaseCmp strcasecmp macro
H A Dwrapper_file.c240 if ((hadBOM) && (strIgnoreCaseCmp(encodingMB, "UTF-8") != 0)) {