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

/external/icu4c/test/cintltst/
H A Dhpmufn.c217 int fMagic; member in struct:DummyMutex
227 theMutex->fMagic = 123456;
240 TEST_ASSERT(This->fMagic == 123456);
241 This->fMagic = 0;
249 TEST_ASSERT(This->fMagic == 123456);
257 TEST_ASSERT(This->fMagic == 123456);
323 * uresbund.c:resbMutex's fMagic is wrong, check if ures_flushCache() did
/external/icu4c/i18n/
H A Duspoof_impl.cpp30 fMagic(0), fSpoofData(NULL), fAllowedCharsSet(NULL) , fAllowedLocales(NULL) {
34 fMagic = USPOOF_MAGIC;
48 fMagic = USPOOF_MAGIC;
60 fMagic(0), fSpoofData(NULL), fAllowedCharsSet(NULL) {
64 fMagic = src.fMagic;
78 fMagic = 0; // head off application errors by preventing use of
100 if (This->fMagic != USPOOF_MAGIC ||
448 rawData->fMagic != USPOOF_MAGIC ||
538 fRawData->fMagic
[all...]
H A Duspoof_impl.h112 int32_t fMagic; // Internal sanity check. member in class:SpoofImpl
336 int32_t fMagic; // (0x3845fdef) member in struct:SpoofDataHeader
H A Duregex.cpp35 int32_t fMagic; member in struct:RegularExpression
50 fMagic = REXP_MAGIC;
72 fMagic = 0;
88 if (re == NULL || re->fMagic != REXP_MAGIC) {
/external/icu4c/common/
H A Drbbidata.h60 uint32_t fMagic; /* == 0xbla0 */ member in struct:RBBIDataHeader
H A Drbbidata.cpp77 if (fHeader->fMagic != 0xb1a0 || fHeader->fFormatVersion[0] != 3)
324 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 ||
H A Drbbirb.cpp177 data->fMagic = 0xb1a0;

Completed in 466 milliseconds