Home
last modified time | relevance | path

Searched refs:isAscii (Results 1 – 17 of 17) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
DWCharacter.h28 inline boolean isAscii(int c) __attribute__((always_inline));
62 inline boolean isAscii(int c) in isAscii() function
/external/clang/include/clang/Lex/
DLiteralSupport.h148 bool isAscii() const { return Kind == tok::char_constant; } in isAscii() function
211 bool isAscii() const { return Kind == tok::string_literal; } in isAscii() function
/external/clang/lib/Lex/
DLiteralSupport.cpp941 bool NoErrorOnBadEncoding = isAscii(); in CharLiteralParser()
995 else if (isAscii() && NumCharsSoFar == 4) in CharLiteralParser()
997 else if (isAscii()) in CharLiteralParser()
1010 if (isAscii() && isMultiChar()) { in CharLiteralParser()
1034 if (isAscii() && NumCharsSoFar == 1 && (Value & 128) && in CharLiteralParser()
1139 if (isAscii()) { in init()
1377 bool NoErrorOnBadEncoding = isAscii(); in CopyStringFragment()
DPragma.cpp528 assert(Literal.isAscii() && "Didn't allow wide strings in"); in HandlePragmaComment()
610 assert(Literal.isAscii() && "Didn't allow wide strings in"); in HandlePragmaMessage()
1117 assert(Literal.isAscii() && "Didn't allow wide strings in"); in HandlePragma()
DPPDirectives.cpp861 assert(Literal.isAscii() && "Didn't allow wide strings in"); in HandleLineDirective()
997 assert(Literal.isAscii() && "Didn't allow wide strings in"); in HandleDigitDirective()
DPPMacroExpansion.cpp1133 assert(Literal.isAscii() && "Didn't allow wide strings in"); in ExpandBuiltinMacro()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontCacheChromiumWin.cpp214 bool isAscii = false; in LookupAltName() local
220 isAscii = true; in LookupAltName()
232 if ((isAscii && systemCp == fontCp) || (!isAscii && systemCp != fontCp)) { in LookupAltName()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp110 if (!AsmString->isAscii()) in ActOnGCCAsmStmt()
116 if (!Literal->isAscii()) in ActOnGCCAsmStmt()
145 if (!Literal->isAscii()) in ActOnGCCAsmStmt()
192 if (!Literal->isAscii()) in ActOnGCCAsmStmt()
DSemaDeclAttr.cpp1488 if (!Str || !Str->isAscii()) { in handleWeakRefAttr()
1513 if (!Str || !Str->isAscii()) { in handleAliasAttr()
2168 if (!Str || !Str->isAscii()) { in handleVisibilityAttr()
3630 if (!Str || !Str->isAscii()) { in CheckCallingConvAttr()
4143 if (!Str || !Str->isAscii()) { in handleUuidAttr()
DSemaExprObjC.cpp55 if (!S->isAscii()) { in ParseObjCStringLiteral()
391 if (String->isAscii()) { in CheckObjCCollectionLiteralElement()
DSemaChecking.cpp89 if (!Literal || !Literal->isAscii()) { in SemaBuiltinAnnotation()
1261 if (!Literal || !Literal->isAscii()) { in CheckObjCString()
2993 if (!FExpr->isAscii() && !FExpr->isUTF8()) { in CheckFormatString()
DSemaExpr.cpp9642 if (!SL || !SL->isAscii()) in MakeObjCStringLiteralFixItHint()
/external/chromium/chrome/browser/resources/
Dkeyboard_overlay.js196 function isAscii(c) { function
224 if (isAscii(keyLabel) &&
/external/webkit/Source/JavaScriptCore/yarr/
DYarrJIT.cpp170 Jump isAscii = branch32(LessThanOrEqual, character, TrustedImm32(0x7f)); in matchCharacterClass() local
191 isAscii.link(this); in matchCharacterClass()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2328 if (S->isAscii() || S->isUTF8()) { in GetAddrOfConstantStringFromLiteral()
/external/clang/include/clang/AST/
DExpr.h1433 bool isAscii() const { return Kind == Ascii; } in isAscii() function
/external/webkit/Source/WebCore/
DChangeLog-2009-06-168058 (WebCore::isAscii): Moved from v8_custom.cpp.