HomeSort by relevance Sort by last modified time
    Searched refs:charactersAreAllASCII (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 68 bool charactersAreAllASCII(const UChar*, size_t);
343 bool containsOnlyASCII() const { return charactersAreAllASCII(characters(), length()); }
406 inline bool charactersAreAllASCII(const UChar* characters, size_t length)
510 using WTF::charactersAreAllASCII;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 54 static bool charactersAreAllASCII(const String& s)
56 return WTF::charactersAreAllASCII(s.characters(), s.length());
219 if (charactersAreAllASCII(name)) {
  /external/webkit/Source/WebCore/platform/cf/
BinaryPropertyList.cpp 291 if (!charactersAreAllASCII(characters, length))
699 if (charactersAreAllASCII(characters, length)) {
  /external/webkit/Source/WebCore/platform/
KURL.cpp 369 bool allASCII = charactersAreAllASCII(rel.characters(), rel.length());
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 191 if (charactersAreAllASCII(characters, length)) {
    [all...]

Completed in 1069 milliseconds