Home
last modified time | relevance | path

Searched refs:maxUChars (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DUString.cpp69 static inline size_t maxUChars() { return std::numeric_limits<size_t>::max() / sizeof(UChar); } in maxUChars() function
74 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()
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-14820 (KJS::maxUChars): Ditto.
DChangeLog-2009-06-1638249 (KJS::maxUChars): Ditto.