Searched defs:CharType (Results 1 - 6 of 6) sorted by path

/external/chromium_org/base/
H A Dcommand_line.h39 typedef StringType::value_type CharType; typedef in class:base::CommandLine
51 CommandLine(int argc, const CharType* const* argv);
94 void InitFromArgv(int argc, const CharType* const* argv);
/external/chromium_org/base/files/
H A Dfile_path.h59 // instead, use a FilePath::CharType[] and initialize it with
63 // | const FilePath::CharType kLogFileName[] = FILE_PATH_LITERAL("log.txt");
145 typedef StringType::value_type CharType; typedef in class:base::FilePath
151 static const CharType kSeparators[];
157 static const CharType kCurrentDirectory[];
160 static const CharType kParentDirectory[];
163 static const CharType kExtensionSeparator;
187 static bool IsSeparator(CharType character);
379 FilePath NormalizePathSeparatorsTo(CharType separator) const;
441 // Macros for string literal initialization of FilePath::CharType[], an
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8StringResource.cpp62 typedef UChar CharType; typedef in struct:blink::V8StringTwoBytesTrait
63 ALWAYS_INLINE static void write(v8::Handle<v8::String> v8String, CharType* buffer, int length)
70 typedef LChar CharType; typedef in struct:blink::V8StringOneByteTrait
71 ALWAYS_INLINE static void write(v8::Handle<v8::String> v8String, CharType* buffer, int length)
81 typename V8StringTrait::CharType* buffer;
91 static const int inlineBufferSize = 32 / sizeof(typename V8StringTrait::CharType);
93 typename V8StringTrait::CharType inlineBuffer[inlineBufferSize];
97 typename V8StringTrait::CharType* buffer;
/external/clang/lib/AST/
H A DExprConstant.cpp2023 QualType CharType = CAT->getElementType(); local
2024 assert(CharType->isIntegerType() && "unexpected character type");
2027 CharType->isUnsignedIntegerType());
2040 QualType CharType = CAT->getElementType(); local
2041 assert(CharType->isIntegerType() && "unexpected character type");
2047 CharType->isUnsignedIntegerType());
/external/clang/lib/Sema/
H A DSemaExpr.cpp7221 const QualType CharType = CharExpr->getType(); local
7222 if (!CharType->isAnyCharacterType() &&
7223 CharType->isIntegerType() &&
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 449 milliseconds