Searched refs:isAllASCII (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DASCIIFastPath.h68 inline bool isAllASCII(MachineWord word) function in namespace:WTF
H A DTextCodecLatin1.cpp140 if (!isAllASCII<LChar>(chunk))
191 if (!isAllASCII<LChar>(chunk))
H A DTextCodecUTF8.cpp303 if (!isAllASCII<LChar>(chunk))
380 if (!isAllASCII<LChar>(chunk))
H A DAtomicString.cpp243 bool isAllASCII; local
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/
H A DRenderText.h179 bool isAllASCII() const { return m_isAllASCII; } function in class:blink::RenderText
H A DRenderText.cpp1661 if (isAllASCII() || m_text.is8Bit())
1814 if (isAllASCII() || m_text.is8Bit())
1831 if (isAllASCII() || m_text.is8Bit())

Completed in 846 milliseconds