Searched refs:CPPType (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | capi_helper.h | 14 template<typename CType, typename CPPType, int32_t kMagic> 20 static const CPPType* validate(const CType* input, UErrorCode& status); 25 static CPPType* validate(CType* input, UErrorCode& status); 50 template<typename CType, typename CPPType, int32_t kMagic> 51 const CPPType* 52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate() 60 auto* impl = reinterpret_cast<const CPPType*>(input); in validate() 61 if (static_cast<const IcuCApiHelper<CType, CPPType, kMagic>*>(impl)->fMagic != kMagic) { in validate() 68 template<typename CType, typename CPPType, int32_t kMagic> 69 CPPType* [all …]
|
/external/icu/icu4c/source/i18n/ |
D | formattedval_impl.h | 257 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument 265 CPPType fImpl; \
|