Searched refs:kFileNameIsUtf8_Mask (Results 1 – 2 of 2) sorted by relevance
36 …UInt32 GetWinAttrib() const { return (UInt32)Attributes & ~(UInt32)NHeader::kFileNameIsUtf8_Mask; } in GetWinAttrib()37 bool IsNameUTF() const { return (Attributes & NHeader::kFileNameIsUtf8_Mask) != 0; } in IsNameUTF()
30 const unsigned kFileNameIsUtf8_Mask = 0x80; variable