noCase            178 libbase/string_table.cpp     return caseless && (st.noCase(a) == st.noCase(b));
noCase            142 libbase/string_table.h     key noCase(key a) const;
noCase            958 libcore/DisplayObject.cpp     const string_table::key noCaseKey = uri.noCase(st);
noCase             85 libcore/ObjectURI.h     string_table::key noCase(string_table& st) const {
noCase             90 libcore/ObjectURI.h             nameNoCase = st.noCase(name);
noCase            139 libcore/ObjectURI.h         if (_caseless) return a.noCase(_st) < b.noCase(_st);
noCase            156 libcore/ObjectURI.h         if (_caseless) return a.noCase(_st) == b.noCase(_st);
noCase            177 libcore/ObjectURI.h         const string_table::key nameNoCase = uri.noCase(_st);