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.h152 bool isAscii() const { return Kind == tok::char_constant; } function in class:clang::CharLiteralParser
215 bool isAscii() const { return Kind == tok::string_literal; } function in class:clang::StringLiteralParser
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontCacheWin.cpp209 bool isAscii = false; local
215 isAscii = true;
227 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/chromium_org/chrome/browser/resources/chromeos/
H A Dkeyboard_overlay.js288 function isAscii(c) { function
325 if (isAscii(keyLabel) &&

Completed in 261 milliseconds