Searched refs:maxUChars (Results 1 – 3 of 3) sorted by relevance
69 static inline size_t maxUChars() { return std::numeric_limits<size_t>::max() / sizeof(UChar); } in maxUChars() function74 if (length > maxUChars()) in allocChars()82 if (length > maxUChars()) in reallocChars()444 ASSERT(expandedSize < maxUChars()); in expandedSize()457 ASSERT(expandedSize < maxUChars()); in expandedSize()468 if ((expandedSize >= size) && (expandedSize < maxUChars())) in expandedSize()
820 (KJS::maxUChars): Ditto.
38249 (KJS::maxUChars): Ditto.