HomeSort by relevance Sort by last modified time
    Searched refs:isAscii (Results 1 - 14 of 14) sorted by null

  /external/clang/include/clang/Lex/
LiteralSupport.h 137 bool isAscii() const { return Kind == tok::char_constant; }
192 bool isAscii() { return Kind == tok::string_literal; }
  /external/clang/lib/Lex/
LiteralSupport.cpp 812 if (!isAscii()) {
834 if (!isAscii())
851 if (isAscii() && NumCharsSoFar == 1 && (Value & 128) &&
959 if (isAscii()) {
    [all...]
Pragma.cpp 449 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");
    [all...]
PPDirectives.cpp 800 assert(Literal.isAscii() && "Didn't allow wide strings in");
    [all...]
PPMacroExpansion.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 214 bool isAscii = false;
220 isAscii = true;
232 if ((isAscii && systemCp == fontCp) || (!isAscii && systemCp != fontCp)) {
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 196 function isAscii(c) {
224 if (isAscii(keyLabel) &&
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaChecking.cpp 97 if (!Literal || !Literal->isAscii()) {
866 if (!Literal || !Literal->isAscii()) {
    [all...]
SemaExprObjC.cpp 53 if (!S->isAscii()) {
    [all...]
SemaExpr.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 170 Jump isAscii = branch32(LessThanOrEqual, character, TrustedImm32(0x7f));
191 isAscii.link(this);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 1628 milliseconds