Searched refs:adopt (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dfpositer.cpp59 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) { argument
60 // Verify that adopt has valid data, and update status if it doesn't.
62 if (adopt) {
63 if ((adopt->size() % 3) != 0) {
66 for (int i = 1; i < adopt->size(); i += 3) {
67 if (adopt->elementAti(i) >= adopt->elementAti(i+1)) {
79 delete adopt;
84 data = adopt;
85 pos = adopt
[all...]
H A Dfilteredbrk.cpp32 ULISentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status);
95 ULISentenceBreakIterator::ULISentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status) : argument
96 BreakIterator(adopt->getLocale(ULOC_VALID_LOCALE,status),adopt->getLocale(ULOC_ACTUAL_LOCALE,status)),
97 fDelegate(adopt),
276 LocalPointer<BreakIterator> adopt(adoptBreakIterator);
376 return new ULISentenceBreakIterator(adopt.orphan(), forwardsPartialTrie.orphan(), backwardsTrie.orphan(), status);
H A Dtznames_impl.h55 const UChar *adopt(const UChar *s, UErrorCode &status);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcaltztst.cpp71 void CalendarTimeZoneTest::releaseDateFormat(DateFormat *adopt) argument
79 fgDateFormat = adopt;
80 adopt = 0;
84 delete adopt;
117 void CalendarTimeZoneTest::releaseCalendar(Calendar* adopt) argument
125 fgCalendar = adopt;
126 adopt = 0;
131 delete adopt;
H A Dsfwdchit.cpp42 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) { argument
48 if(adopt == FALSE) {
58 } else { // adopt = TRUE
H A Dsfwdchit.h16 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/cpp/efl/
H A DWKEinaSharedString.cpp37 ALWAYS_INLINE const char* fromRefType(WKRefType strRef, bool adopt = false)
43 if (adopt)
61 : m_string(fromRefType(stringRef, /*adopt*/ true))
72 : m_string(fromRefType(urlRef, /*adopt*/ true))
109 WKEinaSharedString WKEinaSharedString::adopt(Eina_Stringshare* string) function in class:WKEinaSharedString
H A DWKEinaSharedString.h66 static WKEinaSharedString adopt(Eina_Stringshare*);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dfpositer.h107 void setData(UVector32 *adopt, UErrorCode& status);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebSerializedScriptValue.h52 static PassRefPtr<WebSerializedScriptValue> adopt(Vector<uint8_t>& buffer) function in class:WebKit::WebSerializedScriptValue
54 return adoptRef(new WebSerializedScriptValue(WebCore::SerializedScriptValue::adopt(buffer)));
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_eina_shared_string.cpp79 WKEinaSharedString string(WKEinaSharedString::adopt(eina_stringshare_add(testString)));
82 string = WKEinaSharedString::adopt(eina_stringshare_add(anotherTestString));
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/cpp/
H A DWKRetainPtr.h119 void adopt(PtrType);
174 adopt(o.leakRef());
180 adopt(o.leakRef());
184 template<typename T> inline void WKRetainPtr<T>::adopt(PtrType optr) function in class:WebKit::WKRetainPtr
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSStringBuilder.h80 return jsString(exec, String::adopt(buffer8));
85 return jsString(exec, String::adopt(buffer16));
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DCOMEnumVariant.h41 static COMEnumVariant* adopt(ContainerType&);
78 COMEnumVariant<typename ContainerType>* COMEnumVariant<ContainerType>::adopt(ContainerType& container) function in class:COMEnumVariant
H A DWebDatabaseManager.cpp226 COMPtr<COMEnumVariant<Vector<RefPtr<SecurityOrigin> > > > enumVariant(AdoptCOM, COMEnumVariant<Vector<RefPtr<SecurityOrigin> > >::adopt(origins));
251 COMPtr<COMEnumVariant<Vector<String> > > enumVariant(AdoptCOM, COMEnumVariant<Vector<String> >::adopt(databaseNames));
405 COMPtr<IPropertyBag> userInfoBag(AdoptCOM, COMPropertyBag<String>::adopt(userInfo));
H A DCOMPropertyBag.h47 static COMPropertyBag* adopt(HashMapType&);
93 COMPropertyBag<ValueType, KeyType, HashType>* COMPropertyBag<typename ValueType, typename KeyType, HashType>::adopt(HashMapType& hashMap) function in class:COMPropertyBag
H A DWebCoreStatistics.cpp315 *statistics = COMPropertyBag<unsigned long long, String, CaseFoldingHash>::adopt(fields);
H A DWebIconDatabase.cpp391 COMPtr<IPropertyBag> userInfo(AdoptCOM, COMPropertyBag<String>::adopt(dictionary));
H A DWebURLResponse.cpp367 *headerFields = COMPropertyBag<String, String, CaseFoldingHash>::adopt(fields);
/macosx-10.10.1/ICU-531.30/icuSources/io/
H A Dustdio.c63 UTransliterator *adopt, UErrorCode *status)
69 return adopt;
75 return adopt;
82 return adopt;
85 if(adopt == NULL) /* they are clearing it */
105 return adopt;
118 file->fTranslit->translit = adopt;
62 u_fsettransliterator(UFILE *file, UFileDirection direction, UTransliterator *adopt, UErrorCode *status) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSRetainPtr.h70 void adopt(T);
148 template<typename T> inline void JSRetainPtr<T>::adopt(T optr) function in class:JSRetainPtr
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/UserContent/
H A DWebUserContentControllerProxy.cpp165 RefPtr<WebCore::SerializedScriptValue> value = WebCore::SerializedScriptValue::adopt(buffer);
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DWTFString.h93 // copying, consider using String::adopt instead.
142 static String adopt(StringBuffer<LChar>& buffer) { return StringImpl::adopt(buffer); } function in class:WTF::String
143 static String adopt(StringBuffer<UChar>& buffer) { return StringImpl::adopt(buffer); } function in class:WTF::String
145 static String adopt(Vector<CharacterType, inlineCapacity, OverflowHandler>& vector) { return StringImpl::adopt(vector); } function in class:WTF::String
/macosx-10.10.1/ICU-531.30/icuSources/io/unicode/
H A Dustdio.h730 * @param adopt The UTransliterator to set. Can be NULL, which will
745 UTransliterator *adopt, UErrorCode *status);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DSessionStateConversion.cpp156 historyItem.setStateObject(SerializedScriptValue::adopt(stateObjectData));

Completed in 228 milliseconds

123