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

  /external/icu4c/common/unicode/
localpointer.h 52 * Destructor and adoptInstead().
142 void adoptInstead(T *p) {
173 * s.adoptInstead(new UnicodeString((UChar)0xfffc));
203 void adoptInstead(T *p) {
219 * a.adoptInstead(new UnicodeString[4]);
249 void adoptInstead(T *p) {
291 void adoptInstead(Type *p) { \
  /external/icu4c/test/intltest/
itutil.cpp 235 // adoptInstead(), orphan()
236 s.adoptInstead(new UnicodeString((UChar)0xfffc));
238 errln("LocalPointer adoptInstead(U+FFFC) failure");
246 s.adoptInstead(new UnicodeString());
248 errln("LocalPointer adoptInstead(empty) failure");
262 // adoptInstead()
263 a.adoptInstead(new UnicodeString[4]);
266 errln("LocalArray adoptInstead() failure");
385 sel.adoptInstead(NULL);
393 cal.adoptInstead(NULL)
    [all...]
strcase.cpp 492 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status));
498 iter.adoptInstead(ubrk_openRules(rules, LENGTHOF(rules), NULL, 0, &parseError, &status));
527 iter.adoptInstead(NULL);
tscoll.cpp 514 orders.adoptInstead(temp);
529 orders.adoptInstead(temp);
convtest.cpp 451 cnv.adoptInstead(cnv_open(charset, errorCode));
585 cnv.adoptInstead(cnv_open(cnvNames[i], errorCode));
    [all...]
tsmthred.cpp 647 percentFormatter.adoptInstead(NumberFormat::createPercentInstance(Locale::getFrench(),status));
    [all...]
ssearch.cpp 334 uss.adoptInstead(usearch_openFromCollator(pattern.getBuffer(), pattern.length(),
    [all...]
  /external/icu4c/common/
cmemory.h 125 void adoptInstead(T *p) {
  /external/icu4c/test/iotest/
iotest.cpp 233 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "w", fileLocale, "UTF-8"));
317 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "r", fileLocale, "UTF-8"));
    [all...]

Completed in 136 milliseconds