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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DASCIIFastPath.h118 const size_t ucharsPerLoop = sourceLoadSize / sizeof(UChar); local
119 if (length > ucharsPerLoop) {
120 const size_t endLength = length - ucharsPerLoop + 1;
121 for (; i < endLength; i += ucharsPerLoop) {
123 for (unsigned checkIndex = 0; checkIndex < ucharsPerLoop; ++checkIndex)

Completed in 660 milliseconds