Searched defs:charType (Results 1 – 15 of 15) sorted by relevance
11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
9 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
57 public static PrimitiveType charType() { in charType() method in PrimitiveType
131 type charType type
106 prims.put(CtClass.charType, CHAR); in prims.put()
343 const auto &charType{type.characterTypeSpec()}; in From() local
26 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
578 #define CONVERT_INT_TO_STR(charType, tempSize) \ argument
99 public static CtClass charType; field in CtClass
28 if (auto charType = type.dyn_cast<fir::CharacterType>()) in getCharacterType() local
1087 auto charType = fir::CharacterType::get( in genIchar() local
342 #define TINYFORMAT_DEFINE_FORMATVALUE_CHAR(charType) \ argument
1374 int charType = getType(result); in getExtendedChar() local
1373 int charType = getType(result); in getExtendedChar() local
1445 PluralRuleParser::charType(UChar ch) { in charType() function in PluralRuleParser