Home
last modified time | relevance | path

Searched refs:charType (Results 1 – 11 of 11) 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.java57 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.cpp1256 type = charType(ch); in getNextToken()
1293 type = charType(ch); in getNextToken()
1301 type = charType(ch); in getNextToken()
1334 PluralRuleParser::charType(UChar ch) { in charType() function in PluralRuleParser
Dplurrule_impl.h159 static tokenType charType(UChar ch);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterName.java1373 int charType = getType(result); in getExtendedChar() local
1378 if (charType == i) { in getExtendedChar()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterName.java1374 int charType = getType(result); in getExtendedChar() local
1379 if (charType == i) { in getExtendedChar()
/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