Searched refs:charactersAreAllASCII (Results 1 - 6 of 6) 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)) {
/external/webkit/Source/WebCore/platform/cf/
H A DBinaryPropertyList.cpp291 if (!charactersAreAllASCII(characters, length))
699 if (charactersAreAllASCII(characters, length)) {
/external/webkit/Source/WebCore/platform/
H A DKURL.cpp369 bool allASCII = charactersAreAllASCII(rel.characters(), rel.length());
1536 if (strLen > hostnameBufferLength || charactersAreAllASCII(str, strLen)) {
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp1034 if (!charactersAreAllASCII(path.characters(), path.length()))
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp191 if (charactersAreAllASCII(characters, length)) {

Completed in 163 milliseconds