HomeSort by relevance Sort by last modified time
    Searched refs:adoptInstead (Results 1 - 10 of 10) 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 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 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 516 orders.adoptInstead(temp);
531 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/i18n/
numfmt.cpp     [all...]
  /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...]
  /external/icu4c/common/
cmemory.h 124 void adoptInstead(T *p) {

Completed in 538 milliseconds