OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
262
bool
isAllASCII
;
264
if (convertUTF8ToUTF16(&source, source + buffer.length, &target, target + buffer.utf16Length, &
isAllASCII
) != conversionOK)
267
if (
isAllASCII
)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h
180
bool
isAllASCII
() const { return m_isAllASCII; }
Completed in 413 milliseconds