Home
last modified time | relevance | path

Searched refs:CPPType (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dcapi_helper.h14 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/
Dformattedval_impl.h257 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument
265 CPPType fImpl; \