Searched defs:charType (Results 1 – 15 of 15) sorted by relevance
20 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
9 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
35 val charType: KSType constant
57 public static PrimitiveType charType() { in charType() method in PrimitiveType
48 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
106 prims.put(CtClass.charType, CHAR); in prims.put()
96 override val charType: KSType by lazy { KSTypeImpl.getCached(builtIns.CHAR) } in <lambda>() constant
41 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
99 public static CtClass charType; field in CtClass
1373 int charType = getType(result); in getExtendedChar() local
1374 int charType = getType(result); in getExtendedChar() local
342 #define TINYFORMAT_DEFINE_FORMATVALUE_CHAR(charType) \ argument
1462 PluralRuleParser::charType(char16_t ch) { in charType() function in PluralRuleParser
1488 PluralRuleParser::charType(char16_t ch) { in charType() function in PluralRuleParser
1136 override val charType: KSType by lazy { getKSTypeCached(builtIns.charType) } in <lambda>() constant