Searched defs:isAscii (Results 1 - 5 of 5) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
H A DWCharacter.h28 inline boolean isAscii(int c) __attribute__((always_inline));
62 inline boolean isAscii(int c) function
/external/clang/include/clang/Lex/
H A DLiteralSupport.h148 bool isAscii() const { return Kind == tok::char_constant; } function in class:clang::CharLiteralParser
211 bool isAscii() const { return Kind == tok::string_literal; } function in class:clang::StringLiteralParser
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontCacheChromiumWin.cpp214 bool isAscii = false; local
220 isAscii = true;
232 if ((isAscii && systemCp == fontCp) || (!isAscii && systemCp != fontCp)) {
/external/chromium/chrome/browser/resources/
H A Dkeyboard_overlay.js196 function isAscii(c) { function
224 if (isAscii(keyLabel) &&
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp170 Jump isAscii = branch32(LessThanOrEqual, character, TrustedImm32(0x7f)); local
191 isAscii.link(this);

Completed in 185 milliseconds