HomeSort by relevance Sort by last modified time
    Searched refs:uti (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/graphics/cg/
ImageSourceCGMac.mm 34 String MIMETypeForImageSourceType(const String& uti)
36 RetainPtr<CFStringRef> utiref(AdoptCF, uti.createCFString());
41 String preferredExtensionForImageSourceType(const String& uti)
43 RetainPtr<CFStringRef> type(AdoptCF, uti.createCFString());
  /external/webkit/WebCore/platform/network/mac/
WebCoreURLResponse.mm 203 // <rdar://problem/7007389> CoreTypes UTI map is missing 100+ file extensions that GateKeeper knew about
330 static NSString *mimeTypeFromUTITree(CFStringRef uti)
332 // Check if this UTI has a MIME type.
333 RetainPtr<CFStringRef> mimeType(AdoptCF, UTTypeCopyPreferredTagWithClass(uti, kUTTagClassMIMEType));
337 // If not, walk the ancestory of this UTI via its "ConformsTo" tags and return the first MIME type we find.
338 RetainPtr<CFDictionaryRef> decl(AdoptCF, UTTypeCopyDeclaration(uti));
374 // extensions even when scouring the UTI maps would end up with a better result, so we'll give a chance for that to happen.
383 // <rdar://problem/7007389> CoreTypes UTI map is missing 100+ file extensions that GateKeeper knew about
390 // looking up the file extension in the UTI maps.
391 RetainPtr<CFStringRef> uti(AdoptCF, UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, (CFStringRef)extensio (…)
    [all...]
  /external/icu4c/test/intltest/
utxttest.cpp 441 int64_t uti = 0; // UText position, native index. local
452 TEST_ASSERT(uti == usi);
455 uti = utext_getNativeIndex(targetUT);
464 uti = utext_getNativeIndex(targetUT);
465 TEST_ASSERT(uti == expectedNativeLength);
517 int64_t uti = 0; // UText position, native index. local
529 TEST_ASSERT(uti == usi);
532 uti = utext_getNativeIndex(targetUT);
538 uti = utext_getNativeIndex(targetUT);
539 TEST_ASSERT(uti == expectedNativeLength)
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm     [all...]

Completed in 20 milliseconds