Home | History | Annotate | Download | only in utils

Lines Matching refs:mString

139             const char16_t*     mString;
159 return mString;
164 return SharedBuffer::sizeFromData(mString)/sizeof(char16_t)-1;
169 return SharedBuffer::bufferFromData(mString);
193 return strzcmp16(mString, size(), other.mString, other.size());
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 strzcmp16(mString, size(), other.mString, other.size()) != 0;
218 return strzcmp16(mString, size(), other.mString, other.size()) >= 0;
223 return strzcmp16(mString, size(), other.mString, other.size()) > 0;
228 return strcmp16(mString, other) < 0;
233 return strcmp16(mString, other) <= 0;
238 return strcmp16(mString, other) == 0;
243 return strcmp16(mString, other) != 0;
248 return strcmp16(mString, other) >= 0;
253 return strcmp16(mString, other) > 0;
258 return mString;