Lines Matching full:mstring
122 const char16_t* mString;
144 return mString;
149 return SharedBuffer::sizeFromData(mString)/sizeof(char16_t)-1;
154 return SharedBuffer::bufferFromData(mString);
178 return strzcmp16(mString, size(), other.mString, other.size());
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;