Home
last modified time | relevance | path

Searched defs:charType (Results 1 – 16 of 16) sorted by relevance

/external/lzma/CPP/Common/
DStringToInt.cpp20 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
DIntToString.cpp9 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/processing/
DKSBuiltIns.kt35 val charType: KSType constant
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
DPrimitiveType.java57 public static PrimitiveType charType() { in charType() method in PrimitiveType
/external/lzma/C/Util/Lzma/
DLzmaUtil.c48 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java106 prims.put(CtClass.charType, CHAR); in prims.put()
/external/lzma/C/
DAlloc.c41 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/
DResolverAAImpl.kt96 override val charType: KSType by lazy { KSTypeImpl.getCached(builtIns.CHAR) } in <lambda>() constant
/external/javassist/src/main/javassist/
DCtClass.java99 public static CtClass charType; field in CtClass
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
DUCharacterName.java1373 int charType = getType(result); in getExtendedChar() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterName.java1374 int charType = getType(result); in getExtendedChar() local
/external/bcc/src/cc/vendor/
Dtinyformat.hpp342 #define TINYFORMAT_DEFINE_FORMATVALUE_CHAR(charType) \ argument
/external/cronet/stable/third_party/icu/source/i18n/
Dplurrule.cpp1471 PluralRuleParser::charType(char16_t ch) { in charType() function in PluralRuleParser
/external/cronet/tot/third_party/icu/source/i18n/
Dplurrule.cpp1471 PluralRuleParser::charType(char16_t ch) { in charType() function in PluralRuleParser
/external/icu/icu4c/source/i18n/
Dplurrule.cpp1488 PluralRuleParser::charType(char16_t ch) { in charType() function in PluralRuleParser
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/processing/impl/
DResolverImpl.kt1136 override val charType: KSType by lazy { getKSTypeCached(builtIns.charType) } in <lambda>() constant