![]() |
Filter Control Masks |
Header: UnicodeConverter.h |
Used to set the filter indicators of the QueryUnicodeMappings and CountUnicodeMappings iFilter fields.
enum { kUnicodeMatchUnicodeBaseMask = 1, kUnicodeMatchUnicodeVariantMask = 2, kUnicodeMatchUnicodeFormatMask = 4, kUnicodeMatchOtherBaseMask = 8, kUnicodeMatchOtherVariantMask = 16, kUnicodeMatchOtherFormatMask = 32 };
If set, excludes mappings that do not match the text encoding base of the unicodeEncoding field of the structure
If set, excludes mappings that do not match the text encoding variant of the unicodeEncoding field of the specified Unicode mapping structure. If not set, the function ignores the text encoding variant of that field.
If set, excludes mappings that do not match the text encoding format of the unicodeEncoding field of the specified Unicode mapping structure. If not set, the function ignores the text encoding format of that field.
If set, excludes mappings that do not match the text encoding base of the otherEncoding field of the structure
If set, excludes mappings that do not match the text encoding variant of the otherEncoding field of the specified Unicode mapping structure. If not set, the function ignores the text encoding variant of that field.
If set, excludes mappings that do not match the text encoding format of the otherEncoding field of the specified Unicode mapping structure. If not set, the function ignores the text encoding format of that field.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)