Home | History | Annotate | Download | only in i18n

Lines Matching refs:fMagic

30     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 = USPOOF_MAGIC;
865 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC ||
949 // int32_t fMagic // swap this
953 uint32_t magic = ds->readUInt32(spoofDH->fMagic);
954 ds->writeUInt32((uint32_t *)&outputDH->fMagic, magic);