/external/chromium_org/third_party/icu/source/i18n/ |
fpositer.cpp | 61 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) { 62 // Verify that adopt has valid data, and update status if it doesn't. 64 if (adopt) { 65 if ((adopt->size() % 3) != 0) { 68 for (int i = 1; i < adopt->size(); i += 3) { 69 if (adopt->elementAti(i) >= adopt->elementAti(i+1)) { 81 delete adopt; 86 data = adopt; 87 pos = adopt == NULL ? -1 : 0 [all...] |
unesctrn.h | 58 * Constructor. Takes the encoded spec array (does not adopt it).
|
/external/icu4c/i18n/ |
fpositer.cpp | 73 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) { 74 // Verify that adopt has valid data, and update status if it doesn't. 76 if (adopt) { 77 if ((adopt->size() % 3) != 0) { 80 for (int i = 1; i < adopt->size(); i += 3) { 81 if (adopt->elementAti(i) >= adopt->elementAti(i+1)) { 93 delete adopt; 98 data = adopt; 99 pos = adopt == NULL ? -1 : 0 [all...] |
/external/chromium_org/skia/ext/ |
refptr_unittest.cc | 17 // Adopt the reference from the caller on creation. 64 // Adopt the reference from the caller on creation. 80 // Adopt the reference from the caller on creation. 96 // Adopt the reference from the caller on creation.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
caltztst.cpp | 71 void CalendarTimeZoneTest::releaseDateFormat(DateFormat *adopt) 79 fgDateFormat = adopt; 80 adopt = 0; 84 delete adopt; 117 void CalendarTimeZoneTest::releaseCalendar(Calendar* adopt) 125 fgCalendar = adopt; 126 adopt = 0; 131 delete adopt;
|
sfwdchit.cpp | 42 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) { 48 if(adopt == FALSE) { 58 } else { // adopt = TRUE
|
sfwdchit.h | 16 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
|
/external/icu4c/test/intltest/ |
caltztst.cpp | 71 void CalendarTimeZoneTest::releaseDateFormat(DateFormat *adopt) 79 fgDateFormat = adopt; 80 adopt = 0; 84 delete adopt; 117 void CalendarTimeZoneTest::releaseCalendar(Calendar* adopt) 125 fgCalendar = adopt; 126 adopt = 0; 131 delete adopt;
|
sfwdchit.cpp | 42 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) { 48 if(adopt == FALSE) { 58 } else { // adopt = TRUE
|
sfwdchit.h | 16 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
FilePrintStream.h | 38 Adopt, 42 FilePrintStream(FILE*, AdoptionMode = Adopt);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
NamedFlow.cpp | 125 return StaticNodeList::adopt(regionNodes); 133 return StaticNodeList::adopt(regionNodes); 148 return StaticNodeList::adopt(regionNodes); 161 return StaticNodeList::adopt(regionNodes); 173 return StaticNodeList::adopt(regionNodes); 186 return StaticNodeList::adopt(contentNodes); 195 return StaticNodeList::adopt(contentNodes);
|
ChildListMutationScope.cpp | 128 RefPtr<NodeList> addedNodes = StaticNodeList::adopt(m_addedNodes); 129 RefPtr<NodeList> removedNodes = StaticNodeList::adopt(m_removedNodes);
|
StaticNodeList.h | 43 static PassRefPtr<StaticNodeList> adopt(Vector<RefPtr<Node> >& nodes) function in class:WebCore::FINAL
|
/external/svox/pico/tests/data/ |
xsampa_pico_man_README.txt | 17 The test files adopt the following syntax:
|
/external/chromium/net/base/ |
address_list.h | 34 // Adopt the given addrinfo list (assumed to have been created by 38 void Adopt(struct addrinfo* head);
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleICU.cpp | 90 return String::adopt(buffer); 106 return String::adopt(buffer); 166 return String::adopt(buffer); 188 labels->append(String::adopt(buffer)); 329 format = String::adopt(buffer);
|
/external/chromium_org/third_party/icu/source/io/ |
ustdio.c | 63 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;
|
/external/icu4c/io/ |
ustdio.c | 63 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;
|
/external/icu4c/common/ |
dictbe.h | 162 * @param adoptDictionary A DictionaryMatcher to adopt. Deleted when the 224 * @param adoptDictionary A DictionaryMatcher to adopt. Deleted when the 283 * @param adoptDictionary A DictionaryMatcher to adopt. Deleted when the
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
generate.dox | 21 /// In order to use the rulefile, you must adopt the following suffixes for your grammar files, though they are otherwise optional:
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSSelectorList.h | 43 void adopt(CSSSelectorList& list);
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
EventContext.cpp | 51 m_eventPath = StaticNodeList::adopt(nodes);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
ShadowList.h | 50 static PassRefPtr<ShadowList> adopt(ShadowDataVector& shadows) function in class:WebCore::ShadowList
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
HTTPHeaderMap.h | 52 void adopt(PassOwnPtr<CrossThreadHTTPHeaderMapData>);
|