Searched refs:isAscii (Results 1 - 14 of 14) sorted by relevance

/external/clang/include/clang/Lex/
H A DLiteralSupport.h137 bool isAscii() const { return Kind == tok::char_constant; } function in class:clang::CharLiteralParser
192 bool isAscii() { return Kind == tok::string_literal; } function in class:clang::StringLiteralParser
/external/clang/lib/Lex/
H A DLiteralSupport.cpp812 if (!isAscii()) {
834 if (!isAscii())
851 if (isAscii() && NumCharsSoFar == 1 && (Value & 128) &&
959 if (isAscii()) {
H A DPragma.cpp449 assert(Literal.isAscii() && "Didn't allow wide strings in");
525 assert(Literal.isAscii() && "Didn't allow wide strings in");
907 assert(Literal.isAscii() && "Didn't allow wide strings in");
H A DPPDirectives.cpp800 assert(Literal.isAscii() && "Didn't allow wide strings in");
933 assert(Literal.isAscii() && "Didn't allow wide strings in");
H A DPPMacroExpansion.cpp1063 assert(Literal.isAscii() && "Didn't allow wide strings in");
/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/clang/lib/Sema/
H A DSemaStmt.cpp2027 if (!AsmString->isAscii())
2033 if (!Literal->isAscii())
2062 if (!Literal->isAscii())
2109 if (!Literal->isAscii())
H A DSemaDeclAttr.cpp1177 if (!Str || !Str->isAscii()) {
1202 if (!Str || !Str->isAscii()) {
1644 if (!Str || !Str->isAscii()) {
2954 if (!Str || !Str->isAscii()) {
3009 if (!Str || !Str->isAscii()) {
3425 if (!Str || !Str->isAscii()) {
H A DSemaChecking.cpp97 if (!Literal || !Literal->isAscii()) {
866 if (!Literal || !Literal->isAscii()) {
2070 if (!FExpr->isAscii()) {
H A DSemaExprObjC.cpp53 if (!S->isAscii()) {
H A DSemaExpr.cpp8987 if (!SL || !SL->isAscii())
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp170 Jump isAscii = branch32(LessThanOrEqual, character, TrustedImm32(0x7f)); local
191 isAscii.link(this);
/external/clang/include/clang/AST/
H A DExpr.h1307 bool isAscii() const { return Kind == Ascii; } function in class:clang::StringLiteral

Completed in 572 milliseconds