Home
last modified time | relevance | path

Searched refs:charType (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/Common/
DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
DIntToString.cpp9 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
12 *s++ = (charType)('0' + (unsigned)val); \
/external/lzma/C/
DAlloc.c26 #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/
DPrimitiveType.java60 public static PrimitiveType charType() { in charType() method in PrimitiveType
/external/clang/utils/ABITest/
DABITestGen.py517 charType = BuiltinType('char',1)
523 sbtg = FixedTypeGenerator([charType, intType, floatType, doubleType])
549 type = { 'i8' : charType,
/external/icu/icu4c/source/i18n/
Dplurrule.cpp1245 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
Dplurrule_impl.h159 static tokenType charType(UChar ch);
/external/bcc/src/cc/vendor/
Dtinyformat.hpp342 #define TINYFORMAT_DEFINE_FORMATVALUE_CHAR(charType) \ argument
344 const char* fmtEnd, int /**/, charType value) \
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp578 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument