Searched refs:charType (Results 1 – 9 of 9) sorted by relevance
/external/lzma/CPP/Common/ |
D | StringToInt.cpp | 11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument 12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
|
D | IntToString.cpp | 9 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument 12 *s++ = (charType)('0' + (unsigned)val); \
|
/external/lzma/C/ |
D | Alloc.c | 26 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument 29 *s++ = (charType)('0' + (unsigned)val); \
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
D | PrimitiveType.java | 60 public static PrimitiveType charType() { in charType() method in PrimitiveType
|
/external/clang/utils/ABITest/ |
D | ABITestGen.py | 517 charType = BuiltinType('char',1) 523 sbtg = FixedTypeGenerator([charType, intType, floatType, doubleType]) 549 type = { 'i8' : charType,
|
/external/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 1245 type = charType(ch); in getNextToken() 1282 type = charType(ch); in getNextToken() 1290 type = charType(ch); in getNextToken() 1323 PluralRuleParser::charType(UChar ch) { in charType() function in PluralRuleParser
|
D | plurrule_impl.h | 159 static tokenType charType(UChar ch);
|
/external/bcc/src/cc/vendor/ |
D | tinyformat.hpp | 342 #define TINYFORMAT_DEFINE_FORMATVALUE_CHAR(charType) \ argument 344 const char* fmtEnd, int /**/, charType value) \
|
/external/lzma/CPP/7zip/Bundles/LzmaSpec/ |
D | LzmaSpec.cpp | 578 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
|