Lines Matching refs:aOffset
66485 int32_t FindChar(char_type, index_type aOffset = 0) const;
67094 void StripChar(char_type aChar, int32_t aOffset = 0);
67096 void StripChars(const char_type* aChars, uint32_t aOffset = 0);
67553 int32_t FindChar(char_type, index_type aOffset = 0) const;
68179 void StripChar(char_type aChar, int32_t aOffset = 0);
68181 void StripChars(const char_type* aChars, uint32_t aOffset = 0);
69158 int32_t aOffset = 0, int32_t aCount = -1) const;
69160 int32_t aOffset = 0, int32_t aCount = -1) const;
69163 int32_t Find(const nsAFlatString& aString, int32_t aOffset = 0,
69165 int32_t Find(const char16_t* aString, int32_t aOffset = 0,
69169 int32_t aOffset = -1, int32_t aCount = -1) const;
69171 int32_t aOffset = -1, int32_t aCount = -1) const;
69174 int32_t RFind(const nsAFlatString& aString, int32_t aOffset = -1,
69176 int32_t RFind(const char16_t* aString, int32_t aOffset = -1,
69179 int32_t RFindChar(char16_t aChar, int32_t aOffset = -1,
69182 int32_t FindCharInSet(const char* aString, int32_t aOffset = 0) const;
69183 int32_t FindCharInSet(const self_type& aString, int32_t aOffset = 0) const
69185 return FindCharInSet(aString.get(), aOffset);
69189 int32_t FindCharInSet(const char16_t* aString, int32_t aOffset = 0) const;
69191 int32_t RFindCharInSet(const char_type* aString, int32_t aOffset = -1) const;
69192 int32_t RFindCharInSet(const self_type& aString, int32_t aOffset = -1) const
69194 return RFindCharInSet(aString.get(), aOffset);
69760 int32_t aOffset = 0, int32_t aCount = -1) const;
69762 int32_t aOffset = 0, int32_t aCount = -1) const;
69765 int32_t aOffset = -1, int32_t aCount = -1) const;
69767 int32_t aOffset = -1, int32_t aCount = -1) const;
69769 int32_t RFindChar(char16_t aChar, int32_t aOffset = -1,
69772 int32_t FindCharInSet(const char* aString, int32_t aOffset = 0) const;
69773 int32_t FindCharInSet(const self_type& aString, int32_t aOffset = 0) const
69775 return FindCharInSet(aString.get(), aOffset);
69778 int32_t RFindCharInSet(const char_type* aString, int32_t aOffset = -1) const;
69779 int32_t RFindCharInSet(const self_type& aString, int32_t aOffset = -1) const
69781 return RFindCharInSet(aString.get(), aOffset);
93370 uint32_t aOffset);
95622 T& operator[](size_t aOffset) const { return mStart[aOffset]; }
113401 const nsPoint& aOffset,
144970 virtual nsresult OnDataAvailable(nsIRequest *aRequest, nsISupports *aContext, nsIInputStream *aInputStream, uint64_t aOffset, uint32_t aCount) = 0;
157897 nsIWidget* GetNearestWidget(nsPoint* aOffset = nullptr);
159254 RoundedRect operator+(const nsPoint& aOffset) const {
159256 r.mRect += aOffset;
172415 virtual nsresult OnDataAvailable(nsIRequest *aRequest, nsISupports *aContext, nsIInputStream *aInputStream, uint64_t aOffset, uint32_t aCount) override;