Searched refs:IsDependentOn (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTSubstringTuple.cpp116 nsTSubstringTuple_CharT::IsDependentOn( const char_type *start, const char_type *end ) const function in class:nsTSubstringTuple_CharT
120 if (TO_SUBSTRING(mFragB).IsDependentOn(start, end))
124 return mHead->IsDependentOn(start, end);
126 return TO_SUBSTRING(mFragA).IsDependentOn(start, end);
H A DnsTSubstring.cpp286 if (IsDependentOn(data, data + length))
303 if (IsDependentOn(data, data + length))
361 if (tuple.IsDependentOn(mData, mData + mLength))
423 if (IsDependentOn(data, data + length))
448 if (IsDependentOn(data, data + length))
467 if (tuple.IsDependentOn(mData, mData + mLength))
H A DnsTAString.cpp494 nsTAString_CharT::IsDependentOn(const char_type* start, const char_type *end) const function in class:nsTAString_CharT
498 return AsSubstring()->IsDependentOn(start, end);
500 return ToSubstring().IsDependentOn(start, end);
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTSubstringTuple.h92 NS_COM PRBool IsDependentOn(const char_type *start, const char_type *end) const;
H A DnsTAString.h523 PRBool NS_FASTCALL IsDependentOn(const char_type *start, const char_type *end) const;
H A DnsTSubstring.h497 PRBool IsDependentOn( const char_type *start, const char_type *end ) const function in class:nsTSubstring_CharT

Completed in 49 milliseconds