Searched refs:fMagic (Results 1 – 7 of 7) sorted by relevance
30 fMagic(0), fSpoofData(NULL), fAllowedCharsSet(NULL) , fAllowedLocales(uprv_strdup("")) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()34 fMagic = USPOOF_MAGIC; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()48 fMagic = USPOOF_MAGIC; in SpoofImpl()60 fMagic(0), fSpoofData(NULL), fAllowedCharsSet(NULL) { in SpoofImpl()64 fMagic = src.fMagic; in SpoofImpl()77 fMagic = 0; // head off application errors by preventing use of in ~SpoofImpl()99 if (This->fMagic != USPOOF_MAGIC || in validateThis()457 rawData->fMagic != USPOOF_MAGIC || in validateDataVersion()547 fRawData->fMagic = USPOOF_MAGIC; in SpoofData()874 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC || in uspoof_swap()[all …]
107 int32_t fMagic; // Internal sanity check. variable329 int32_t fMagic; // (0x3845fdef) member
35 int32_t fMagic; member50 fMagic = REXP_MAGIC; in RegularExpression()72 fMagic = 0; in ~RegularExpression()88 if (re == NULL || re->fMagic != REXP_MAGIC) { in validateRE()
217 int fMagic; member227 theMutex->fMagic = 123456; in myMutexInit()240 TEST_ASSERT(This->fMagic == 123456); in myMutexDestroy()241 This->fMagic = 0; in myMutexDestroy()249 TEST_ASSERT(This->fMagic == 123456); in myMutexLock()257 TEST_ASSERT(This->fMagic == 123456); in myMutexUnlock()
60 … uint32_t fMagic; /* == 0xbla0 */ member
77 if (fHeader->fMagic != 0xb1a0 || fHeader->fFormatVersion[0] != 3) in init()324 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || in ubrk_swap()
177 data->fMagic = 0xb1a0; in flattenData()