Lines Matching refs:mString
122 const char16_t* mString;
144 return mString; in string()
149 return SharedBuffer::sizeFromData(mString)/sizeof(char16_t)-1; in size()
154 return SharedBuffer::bufferFromData(mString); in sharedBuffer()
178 return strzcmp16(mString, size(), other.mString, other.size()); in compare()
183 return strzcmp16(mString, size(), other.mString, other.size()) < 0;
188 return strzcmp16(mString, size(), other.mString, other.size()) <= 0;
193 return strzcmp16(mString, size(), other.mString, other.size()) == 0;
198 return strzcmp16(mString, size(), other.mString, other.size()) != 0;
203 return strzcmp16(mString, size(), other.mString, other.size()) >= 0;
208 return strzcmp16(mString, size(), other.mString, other.size()) > 0;
213 return strcmp16(mString, other) < 0;
218 return strcmp16(mString, other) <= 0;
223 return strcmp16(mString, other) == 0;
228 return strcmp16(mString, other) != 0;
233 return strcmp16(mString, other) >= 0;
238 return strcmp16(mString, other) > 0;
243 return mString;