Home
last modified time | relevance | path

Searched refs:strEqNoCase (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dbase.cpp194 if (strEqNoCase(str,*p)) return i; in lookupNoCase()
253 Bool strEqNoCase(const char* s1, const char* s2) in strEqNoCase() function
H A Ddatastr.cpp363 return (strEqNoCase(operator char*(), (char*) other) ? TRUE : FALSE); in eqNoCase()
368 return (strEqNoCase(operator char*(), other) ? TRUE : FALSE); in eqNoCase()
H A Dbase.h348 extern Bool strEqNoCase(const char*, const char*);
H A Dparser.cpp1160 if (!strEqNoCase(p,"xml")) in setQNameFromExpat()
H A Dverts.cpp1942 strEqNoCase( qloc, "xml") || (qloc == "") ) in execute()