/external/chromium_org/third_party/WebKit/Source/core/dom/ |
SelectorQuery.cpp | 173 return StaticNodeList::adopt(result);
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleWin.cpp | 186 return String::adopt(buffer);
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
AtomicString.cpp | 118 // If the string is newly-translated, then we need to adopt it.
|
WTFString.h | 135 static String adopt(StringBuffer<CharType>& buffer) function in class:WTF::String
|
/external/chromium_org/third_party/icu/ |
README.chromium | 199 Alternatively, one can just generate icudt46l_dat.S on Linux and adopt
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dcfmapts.cpp | 197 errln((UnicodeString)"ERROR: adopt or set DecimalFormatSymbols() failed");
|
strcase.cpp | 402 // Clone the break iterator so that the UCaseMap can safely adopt it.
|
/external/icu4c/test/intltest/ |
dcfmapts.cpp | 203 errln((UnicodeString)"ERROR: adopt or set DecimalFormatSymbols() failed");
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DocumentImpl.java | 269 "Cannot adopt nodes of type " + nodeImpl.getNodeType());
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
rbbi.h | 176 * which does not adopt the memory indicated by the RBBIDataHeader* 201 * This version does not adopt the memory, and does not
|
/external/clang/lib/Sema/ |
DeclSpec.cpp | 121 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) { 129 Builder.Adopt(Other); [all...] |
SemaTemplateInstantiateDecl.cpp | 786 SS.Adopt(QualifierLoc); [all...] |
TreeTransform.h | [all...] |
/external/icu4c/common/unicode/ |
rbbi.h | 177 * which does not adopt the memory indicated by the RBBIDataHeader* 202 * This version does not adopt the memory, and does not
|
/external/chromium_org/third_party/icu/source/i18n/ |
msgfmt.cpp | 877 // An adopt method must always take ownership. Delete 915 // Adopt a single format by format number. 929 // Adopt a single format by format name. [all...] |
zstrfmt.cpp | 2193 const UChar *ZSFStringPool::adopt(const UChar * s, UErrorCode &status) { function in class:ZSFStringPool [all...] |
tblcoll.cpp | 469 sortkey.adopt(result, resultLen);
|
/external/clang/include/clang/Sema/ |
DeclSpec.h | 149 /// \c Adopt() with a proper \c NestedNameSpecifierLoc. 153 /// \brief Adopt an existing nested-name-specifier (with source-range 155 void Adopt(NestedNameSpecifierLoc Other); [all...] |
/external/chromium_org/third_party/icu/source/io/unicode/ |
ustdio.h | 692 * @param adopt The UTransliterator to set. Can be NULL, which will 707 UTransliterator *adopt, UErrorCode *status); [all...] |
/external/icu4c/i18n/ |
rbnf.cpp | 305 * and return NULL. The StringLocalizationInfo will adopt locData if it is created. [all...] |
tznames_impl.cpp | 447 // ZNStringPool::adopt() Put a string into the hash, but do not copy the string data 451 const UChar *ZNStringPool::adopt(const UChar * s, UErrorCode &status) { function in class:ZNStringPool [all...] |
/external/icu4c/io/unicode/ |
ustdio.h | 732 * @param adopt The UTransliterator to set. Can be NULL, which will 747 UTransliterator *adopt, UErrorCode *status); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGSVGElement.cpp | 347 return StaticNodeList::adopt(nodes);
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathFunctions.cpp | 361 return Value(result, Value::adopt);
|
/external/clang/lib/Parse/ |
ParseInit.cpp | 263 // adopt the expression for further analysis below.
|