Searched defs:charactersAreAllASCII (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DWTFString.h68 bool charactersAreAllASCII(const UChar*, size_t);
343 bool containsOnlyASCII() const { return charactersAreAllASCII(characters(), length()); }
406 inline bool charactersAreAllASCII(const UChar* characters, size_t length) function in namespace:WTF
510 using WTF::charactersAreAllASCII;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontCacheChromiumWin.cpp54 static bool charactersAreAllASCII(const String& s) function in namespace:WebCore
56 return WTF::charactersAreAllASCII(s.characters(), s.length());
219 if (charactersAreAllASCII(name)) {

Completed in 163 milliseconds