Lines Matching refs:kMagic
14 template<typename CType, typename CPPType, int32_t kMagic>
46 int32_t fMagic = kMagic;
50 template<typename CType, typename CPPType, int32_t kMagic>
52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { 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>
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate()
76 template<typename CType, typename CPPType, int32_t kMagic>
78 IcuCApiHelper<CType, CPPType, kMagic>::exportConstForC() const { in exportConstForC()
82 template<typename CType, typename CPPType, int32_t kMagic>
84 IcuCApiHelper<CType, CPPType, kMagic>::exportForC() { in exportForC()
88 template<typename CType, typename CPPType, int32_t kMagic>
89 IcuCApiHelper<CType, CPPType, kMagic>::~IcuCApiHelper() { in ~IcuCApiHelper()