Lines Matching refs:kMagic
14 template<typename CType, typename CPPType, int32_t kMagic>
44 * While the object is valid, fMagic equals 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) {
61 if (static_cast<const IcuCApiHelper<CType, CPPType, kMagic>*>(impl)->fMagic != kMagic) {
68 template<typename CType, typename CPPType, int32_t kMagic>
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) {
76 template<typename CType, typename CPPType, int32_t kMagic>
78 IcuCApiHelper<CType, CPPType, kMagic>::exportConstForC() const {
82 template<typename CType, typename CPPType, int32_t kMagic>
84 IcuCApiHelper<CType, CPPType, kMagic>::exportForC() {
88 template<typename CType, typename CPPType, int32_t kMagic>
89 IcuCApiHelper<CType, CPPType, kMagic>::~IcuCApiHelper() {