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

  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 59 static bool charactersAreAllASCII(const String& s)
61 return charactersAreAllASCII(s.characters(), s.length());
216 if (charactersAreAllASCII(name)) {
  /external/webkit/WebCore/platform/text/
PlatformString.h 299 bool charactersAreAllASCII(const UChar*, size_t);
326 inline bool charactersAreAllASCII(const UChar* characters, size_t length)
  /external/webkit/WebCore/platform/cf/
BinaryPropertyList.cpp 291 if (!charactersAreAllASCII(characters, length))
699 if (charactersAreAllASCII(characters, length)) {
  /external/webkit/WebCore/rendering/
RenderText.cpp 52 static inline bool charactersAreAllASCII(StringImpl* text)
54 return charactersAreAllASCII(text->characters(), text->length());
69 , m_isAllASCII(charactersAreAllASCII(m_text.get()))
    [all...]
  /external/webkit/WebCore/platform/
KURL.cpp 354 bool allASCII = charactersAreAllASCII(rel.characters(), rel.length());
    [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp     [all...]
  /external/webkit/WebCore/css/
CSSParser.cpp 192 if (charactersAreAllASCII(characters, length)) {
    [all...]

Completed in 200 milliseconds