Home
last modified time | relevance | path

Searched refs:fMagic (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/i18n/
Duspoof_impl.cpp30 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 …]
Duspoof_impl.h107 int32_t fMagic; // Internal sanity check. variable
329 int32_t fMagic; // (0x3845fdef) member
Duregex.cpp35 int32_t fMagic; member
50 fMagic = REXP_MAGIC; in RegularExpression()
72 fMagic = 0; in ~RegularExpression()
88 if (re == NULL || re->fMagic != REXP_MAGIC) { in validateRE()
/external/icu4c/test/cintltst/
Dhpmufn.c217 int fMagic; member
227 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()
/external/icu4c/common/
Drbbidata.h60 … uint32_t fMagic; /* == 0xbla0 */ member
Drbbidata.cpp77 if (fHeader->fMagic != 0xb1a0 || fHeader->fFormatVersion[0] != 3) in init()
324 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || in ubrk_swap()
Drbbirb.cpp177 data->fMagic = 0xb1a0; in flattenData()