HomeSort by relevance Sort by last modified time
    Searched refs:adoptInstead (Results 1 - 12 of 12) sorted by null

  /external/icu4c/common/unicode/
localpointer.h 52 * Destructor and adoptInstead().
142 void adoptInstead(T *p) {
177 * s.adoptInstead(new UnicodeString((UChar)0xfffc));
207 void adoptInstead(T *p) {
223 * a.adoptInstead(new UnicodeString[4]);
253 void adoptInstead(T *p) {
295 void adoptInstead(Type *p) { \
  /external/icu4c/test/intltest/
itutil.cpp 253 // adoptInstead(), orphan()
254 s.adoptInstead(new UnicodeString((UChar)0xfffc));
256 errln("LocalPointer adoptInstead(U+FFFC) failure");
264 s.adoptInstead(new UnicodeString());
266 errln("LocalPointer adoptInstead(empty) failure");
280 // adoptInstead()
281 a.adoptInstead(new UnicodeString[4]);
284 errln("LocalArray adoptInstead() failure");
415 sel.adoptInstead(NULL);
423 cal.adoptInstead(NULL)
    [all...]
strcase.cpp 489 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status));
495 iter.adoptInstead(ubrk_openRules(rules, LENGTHOF(rules), NULL, 0, &parseError, &status));
524 iter.adoptInstead(NULL);
plurults.cpp 175 newRules.adoptInstead(test->createRules(complexRule2, status));
185 newRules.adoptInstead(test->createRules(decimalRule, status));
tscoll.cpp 518 orders.adoptInstead(temp);
533 orders.adoptInstead(temp);
convtest.cpp 451 cnv.adoptInstead(cnv_open(charset, errorCode));
585 cnv.adoptInstead(cnv_open(cnvNames[i], errorCode));
    [all...]
tsmthred.cpp 798 percentFormatter.adoptInstead(NumberFormat::createPercentInstance(Locale::getFrench(),status));
    [all...]
ssearch.cpp 334 uss.adoptInstead(usearch_openFromCollator(pattern.getBuffer(), pattern.length(),
    [all...]
  /external/icu4c/i18n/
numfmt.cpp     [all...]
alphaindex.cpp 315 ownedItem.adoptInstead(new UnicodeString(*item, 0, itemLength - 1));
    [all...]
  /external/icu4c/common/
cmemory.h 171 void adoptInstead(T *p) {
  /external/icu4c/test/iotest/
iotest.cpp 234 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "w", fileLocale, "UTF-8"));
318 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "r", fileLocale, "UTF-8"));
    [all...]

Completed in 604 milliseconds