HomeSort by relevance Sort by last modified time
    Searched defs:charactersAreAllASCII (Results 1 - 2 of 2) 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)) {

Completed in 88 milliseconds