Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextEncodingRegistry.cpp48 const size_t maxEncodingNameLength = 63; variable
162 ASSERT(strlen(alias) <= maxEncodingNameLength); in addToTextEncodingNameMap()
318 char buffer[maxEncodingNameLength + 1]; in atomicCanonicalTextEncodingName()
322 if (j == maxEncodingNameLength) in atomicCanonicalTextEncodingName()