HomeSort by relevance Sort by last modified time
    Searched refs:adopt (Results 1 - 25 of 49) sorted by null

1 2

  /external/icu/icu4c/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() == 0) {
66 delete adopt;
67 adopt = NULL;
68 } else if ((adopt->size() % 3) != 0) {
71 for (int i = 1; i < adopt->size(); i += 3) {
72 if (adopt->elementAti(i) >= adopt->elementAti(i+1))
    [all...]
tznames_impl.h 57 /* Adopt a string into the pool, without copying it.
60 const UChar *adopt(const UChar *s, UErrorCode &status);
tznames_impl.cpp 530 // ZNStringPool::adopt() Put a string into the hash, but do not copy the string data
534 const UChar *ZNStringPool::adopt(const UChar * s, UErrorCode &status) { function in class:ZNStringPool
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltztst.cpp 73 void CalendarTimeZoneTest::releaseDateFormat(DateFormat *adopt)
81 fgDateFormat = adopt;
82 adopt = 0;
86 delete adopt;
119 void CalendarTimeZoneTest::releaseCalendar(Calendar* adopt)
127 fgCalendar = adopt;
128 adopt = 0;
133 delete adopt;
sfwdchit.h 18 SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt = FALSE);
sfwdchit.cpp 44 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) {
50 if(adopt == FALSE) {
60 } else { // adopt = TRUE
caltest.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
fpositer.h 114 void setData(UVector32 *adopt, UErrorCode& status);
  /external/icu/icu4c/source/common/
filteredbrk.cpp 81 * Adopt the UnicodeString if not already contained.
85 inline UBool adopt(UnicodeString *str, UErrorCode &status) { function in class:UStringSet
108 return adopt(t, status);
158 SimpleFilteredSentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status);
242 SimpleFilteredSentenceBreakIterator::SimpleFilteredSentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status) :
243 BreakIterator(adopt->getLocale(ULOC_VALID_LOCALE,status),adopt->getLocale(ULOC_ACTUAL_LOCALE,status)),
245 fDelegate(adopt)
562 LocalPointer<BreakIterator> adopt(adoptBreakIterator);
677 return new SimpleFilteredSentenceBreakIterator(adopt.orphan(), forwardsPartialTrie.orphan(), backwardsTrie.orphan(), status)
    [all...]
  /external/icu/icu4c/source/io/
ustdio.cpp 68 UTransliterator *adopt, UErrorCode *status)
74 return adopt;
80 return adopt;
87 return adopt;
90 if(adopt == NULL) /* they are clearing it */
110 return adopt;
123 file->fTranslit->translit = adopt;
  /external/v8/src/inspector/
string-util.h 77 static std::unique_ptr<StringBufferImpl> adopt(String16&);
string-util.cc 117 return StringBufferImpl::adopt(owner);
121 std::unique_ptr<StringBufferImpl> StringBufferImpl::adopt(String16& string) { function in class:v8_inspector::StringBufferImpl
v8-inspector-session-impl.cc 265 *error = StringBufferImpl::adopt(errorMessage);
269 if (objectGroup) *objectGroup = StringBufferImpl::adopt(objectGroupString);
347 return StringBufferImpl::adopt(json);
v8-stack-trace-impl.cc 303 return StringBufferImpl::adopt(string);
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Code.java 222 adopt(this.currentLabel);
319 private void adopt(Label target) { method in class:Code
324 throw new IllegalArgumentException("Cannot adopt label; it belongs to another Code");
334 adopt(label);
350 adopt(target);
367 adopt(catchClause);
464 adopt(newLabel);
536 adopt(trueLabel);
548 adopt(trueLabel);
    [all...]
  /external/kotlinc/bin/
kotlinc.bat 12 rem We adopt the following conventions:
  /external/clang/test/PCH/
cxx-templates.h 202 static String adopt(Vector<char, inlineCapacity>&);
  /external/icu/icu4c/source/io/unicode/
ustdio.h 757 * @param adopt The UTransliterator to set. Can be NULL, which will
772 UTransliterator *adopt, UErrorCode *status);
    [all...]
  /frameworks/base/core/java/android/view/
RenderNode.java 153 * @see RenderNode#adopt(long)
188 public static RenderNode adopt(long nativePtr) { method in class:RenderNode
    [all...]
ThreadedRenderer.java 389 mRootNode = RenderNode.adopt(rootNodePtr);
    [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 32 For best performance, we will adopt HKUST 0 copies approach in our solution. This means:
patch_notes_verbs_with_0_copies.md 5 Following HKUST research on the use of GPU direct, and their [GDR implementation](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/gdr/README.md), we wish to adopt the 0 copies approach and apply it to the current verbs implementation, while keeping the current implementation advantages, such as configurability and the use of RDMA for control messages.
  /prebuilts/tools/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.2.0/
dexmaker-2.2.0.jar 
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 49 MutexLock(Mutex *mu, bool adopt) EXCLUSIVE_LOCKS_REQUIRED(mu);
56 ReaderMutexLock(Mutex *mu, bool adopt) SHARED_LOCKS_REQUIRED(mu);
    [all...]
  /external/annotation-tools/annotation-file-utilities/
annotation-file-format.tex 123 %% forced, to adopt such a file structure. -MDE
    [all...]

Completed in 990 milliseconds

1 2