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

1234567891011>>

/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dlocdspnm.h43 * {@link #createInstance(const Locale& locale, UDialectHandling dialectHandling)}
49 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale);
61 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale,
76 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale,
83 * not necessarily the same locale passed to {@link #createInstance}.
198 inline LocaleDisplayNames* LocaleDisplayNames::createInstance(const Locale& locale) { function in class:LocaleDisplayNames
199 return LocaleDisplayNames::createInstance(locale, ULDN_STANDARD_NAMES);
H A Dnumsys.h87 static NumberingSystem* U_EXPORT2 createInstance(const Locale & inLocale, UErrorCode& status);
93 static NumberingSystem* U_EXPORT2 createInstance(UErrorCode& status);
104 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status );
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtmutamt.cpp20 : Measure(number, TimeUnit::createInstance(timeUnitField, status), status) {
28 TimeUnit::createInstance(timeUnitField, status),
/macosx-10.9.5/WebKit-7537.78.2/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()).leakRef();
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.cpp32 WebCookieManager* WebCookieManager::createInstance() function in class:WebCookieManager
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>);
/macosx-10.9.5/ICU-511.35/icuSources/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);
H A DNonContextualGlyphSubstProc2.cpp34 SubtableProcessor2 *NonContextualGlyphSubstitutionProcessor2::createInstance(const MorphSubtableHeader2 *morphSubtableHeader) function in class:NonContextualGlyphSubstitutionProcessor2
H A DNonContextualGlyphSubstProc2.h29 static SubtableProcessor2 *createInstance(const MorphSubtableHeader2 *morphSubtableHeader);
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebInspectorDelegate.cpp37 WebInspectorDelegate* WebInspectorDelegate::createInstance() function in class:WebInspectorDelegate
/macosx-10.9.5/ICU-511.35/icuSources/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...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dlistformatter.h71 static ListFormatter* createInstance(UErrorCode& errorCode);
82 static ListFormatter* createInstance(const Locale& locale, UErrorCode& errorCode);
/macosx-10.9.5/ICU-511.35/icuSources/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");
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWCDataObject.h59 static HRESULT createInstance(WCDataObject**);
60 static HRESULT createInstance(WCDataObject**, const DragDataMap&);

Completed in 129 milliseconds

1234567891011>>