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

  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLQueryCanonicalizer.h 58 static bool isAllASCII(const InChar* spec, const URLComponent& query)
92 if (isAllASCII(spec, query)) {
  /external/webkit/Source/WebCore/platform/text/
TextCodecASCIIFastPath.h 74 inline bool isAllASCII(MachineWord word)
TextCodecLatin1.cpp 136 if (!isAllASCII(chunk))
TextCodecUTF8.cpp 248 if (!isAllASCII(chunk))
  /external/webkit/Source/WebCore/rendering/
RenderText.h 160 bool isAllASCII() const { return m_isAllASCII; }

Completed in 92 milliseconds