HomeSort by relevance Sort by last modified time
    Searched defs:safeClone (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
stsearch.cpp 311 SearchIterator * StringSearch::safeClone(void) const
tblcoll.cpp 538 Collator* RuleBasedCollator::safeClone(void)
  /libcore/luni/src/main/java/libcore/icu/
NativeCollation.java 31 public static native int safeClone(int address);
  /external/icu4c/common/
ucnv_cnv.h 167 * For converter-specific safeClone processing
246 UConverterSafeClone safeClone;
  /external/icu4c/test/intltest/
srchtest.cpp 666 copy = (StringSearch *)result->safeClone();
    [all...]
apicoll.cpp 463 col = someCollators[index]->safeClone();
465 errln("SafeClone of collator should not return null\n");
    [all...]

Completed in 115 milliseconds