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

/external/webkit/Source/WebCore/platform/win/
H A DLoggingWin.cpp47 static const String& hexadecimalPrefix = *new String("0x"); local
48 if (variableValue.length() < 3 || !variableValue.startsWith(hexadecimalPrefix, false)) {

Completed in 69 milliseconds