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

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringImpl.h385 int foundNull = 0; local
386 for (unsigned i = 0; !foundNull && i < length; i++) {
388 foundNull |= !c;
390 if (!foundNull)

Completed in 53 milliseconds