Searched refs:createInstance (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/external/icu4c/i18n/unicode/
H A Dlocdspnm.h42 * {@link #createInstance(const Locale& locale, UDialectHandling dialectHandling)}
48 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale);
60 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale,
66 * not necessarily the same locale passed to {@link #createInstance}.
180 inline LocaleDisplayNames* LocaleDisplayNames::createInstance(const Locale& locale) { function in class:LocaleDisplayNames
181 return LocaleDisplayNames::createInstance(locale, ULDN_STANDARD_NAMES);
H A Dnumsys.h84 static NumberingSystem* U_EXPORT2 createInstance(const Locale & inLocale, UErrorCode& status);
90 static NumberingSystem* U_EXPORT2 createInstance(UErrorCode& status);
101 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status );
/external/icu4c/i18n/
H A Dtmutamt.cpp20 : Measure(number, TimeUnit::createInstance(timeUnitField, status), status) {
28 TimeUnit::createInstance(timeUnitField, status),
/external/webkit/Source/JavaScriptCore/wtf/brew/
H A DShellBrew.h42 static inline PassOwnPtr<T> createInstance(AEECLSID cls) function in namespace:WTF
67 using WTF::createInstance;
/external/webkit/Source/WebKit/win/
H A DWebScriptWorld.h39 static COMPtr<WebScriptWorld> createInstance();
49 static COMPtr<WebScriptWorld> createInstance(PassRefPtr<WebCore::DOMWrapperWorld>);
H A DWebURLCredential.h35 static WebURLCredential* createInstance();
36 static WebURLCredential* createInstance(const WebCore::Credential&);
H A DWebTextRenderer.h36 static WebTextRenderer* createInstance();
H A DWebWorkersPrivate.h38 static WebWorkersPrivate* createInstance();
H A DWebSecurityOrigin.h38 static WebSecurityOrigin* createInstance(WebCore::SecurityOrigin* origin);
39 static WebSecurityOrigin* createInstance(RefPtr<WebCore::SecurityOrigin> origin) { return createInstance(origin.get()); } function
H A DWebScriptWorld.cpp66 static WebScriptWorld* standardWorld = createInstance(mainThreadNormalWorld()).releaseRef();
70 COMPtr<WebScriptWorld> WebScriptWorld::createInstance() function in class:WebScriptWorld
72 return createInstance(ScriptController::createWorld());
75 COMPtr<WebScriptWorld> WebScriptWorld::createInstance(PassRefPtr<DOMWrapperWorld> world) function in class:WebScriptWorld
88 return createInstance(world);
H A DWebURLAuthenticationChallenge.cpp61 WebURLAuthenticationChallenge* WebURLAuthenticationChallenge::createInstance(const AuthenticationChallenge& authenticationChallenge) function in class:WebURLAuthenticationChallenge
68 WebURLAuthenticationChallenge* WebURLAuthenticationChallenge::createInstance(const AuthenticationChallenge& authenticationChallenge, function in class:WebURLAuthenticationChallenge
184 *result = WebError::createInstance(m_authenticationChallenge.error());
191 *result = WebURLResponse::createInstance(m_authenticationChallenge.failureResponse());
205 *result = WebURLCredential::createInstance(m_authenticationChallenge.proposedCredential());
212 *result = WebURLProtectionSpace::createInstance(m_authenticationChallenge.protectionSpace());
221 m_sender.adoptRef(WebURLAuthenticationChallengeSender::createInstance(client));
H A DWebArchive.cpp38 WebArchive* WebArchive::createInstance() function in class:WebArchive
45 WebArchive* WebArchive::createInstance(PassRefPtr<LegacyWebArchive> coreArchive) function in class:WebArchive
153 return MemoryStream::createInstance(buffer).copyRefTo(stream);
H A DWebCache.h34 static WebCache* createInstance();
H A DWebCookieManager.h35 static WebCookieManager* createInstance();
H A DWebJavaScriptCollector.h34 static WebJavaScriptCollector* createInstance();
H A DWebArchive.h41 static WebArchive* createInstance();
42 static WebArchive* createInstance(PassRefPtr<WebCore::LegacyWebArchive>);
/external/icu4c/layout/
H A DNonContextualGlyphSubstProc.cpp34 SubtableProcessor *NonContextualGlyphSubstitutionProcessor::createInstance(const MorphSubtableHeader *morphSubtableHeader) function in class:NonContextualGlyphSubstitutionProcessor
H A DNonContextualGlyphSubstProc.h29 static SubtableProcessor *createInstance(const MorphSubtableHeader *morphSubtableHeader);
/external/skia/src/animator/
H A DSkExtras.h20 virtual SkDisplayable* createInstance(SkDisplayTypes type) = 0;
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.cpp37 WebInspectorDelegate* WebInspectorDelegate::createInstance() function in class:WebInspectorDelegate
/external/icu4c/test/intltest/
H A Djamotest.cpp67 Transliterator* latinJamo = Transliterator::createInstance("Latin-Jamo", UTRANS_FORWARD, parseError, status);
70 dataerrln("FAIL: createInstance() returned 0 - %s", u_errorName(status));
162 t = Transliterator::createInstance("NFD", UTRANS_FORWARD, status); // was Hangul-Jamo
164 dataerrln("FAIL: createInstance failed");
170 t = Transliterator::createInstance("NFC", UTRANS_FORWARD, status); // was Jamo-Hangul
172 errln("FAIL: createInstance failed");
178 t = Transliterator::createInstance("Latin-Jamo", UTRANS_FORWARD, status);
180 dataerrln("FAIL: createInstance failed - %s", u_errorName(status));
186 t = Transliterator::createInstance("Jamo-Latin", UTRANS_FORWARD, status);
188 errln("FAIL: createInstance faile
[all...]
/external/chromium/base/i18n/
H A Dnumber_formatting.cc27 number_format.reset(icu::NumberFormat::createInstance(status));
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebDragSource.h35 static PassRefPtr<WebDragSource> createInstance();
/external/icu4c/samples/translit/answers/
H A Dmain_2.cpp28 cal = Calendar::createInstance(greece, status);
29 check(status, "Calendar::createInstance");
40 greek_latin = Transliterator::createInstance("Greek-Latin");
42 printf("ERROR: Transliterator::createInstance() failed\n");
/external/webkit/Source/WebCore/platform/win/
H A DWCDataObject.h59 static HRESULT createInstance(WCDataObject**);
60 static HRESULT createInstance(WCDataObject**, const DragDataMap&);

Completed in 458 milliseconds

1234567891011>>