Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextCodecLatin1.cpp140 if (!isAllASCII<LChar>(chunk)) in decode()
191 if (!isAllASCII<LChar>(chunk)) in decode()
DTextCodecUTF8.cpp303 if (!isAllASCII<LChar>(chunk)) in decode()
380 if (!isAllASCII<LChar>(chunk)) in decode()
DAtomicString.cpp243 bool isAllASCII; in translate() local
245 …source, source + buffer.length, &target, target + buffer.utf16Length, &isAllASCII) != conversionOK) in translate()
248 if (isAllASCII) in translate()
DASCIIFastPath.h68 inline bool isAllASCII(MachineWord word)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.h179 bool isAllASCII() const { return m_isAllASCII; } in isAllASCII() function
DRenderText.cpp1661 if (isAllASCII() || m_text.is8Bit()) in previousOffset()
1814 if (isAllASCII() || m_text.is8Bit()) in nextOffset()
1831 if (isAllASCII() || m_text.is8Bit()) in computeCanUseSimpleFontCodePath()