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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
ASCIIFastPath.h 68 inline bool isAllASCII(MachineWord word)
AtomicString.cpp 243 bool isAllASCII;
245 if (convertUTF8ToUTF16(&source, source + buffer.length, &target, target + buffer.utf16Length, &isAllASCII) != conversionOK)
248 if (isAllASCII)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h 179 bool isAllASCII() const { return m_isAllASCII; }

Completed in 195 milliseconds