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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextEncodingRegistry.cpp49 const size_t maxEncodingNameLength = 63; member in namespace:WTF
161 ASSERT(strlen(alias) <= maxEncodingNameLength);
274 char buffer[maxEncodingNameLength + 1];
278 if (j == maxEncodingNameLength)

Completed in 331 milliseconds