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

  /libcore/luni/src/main/java/libcore/icu/
NativeCollation.java 31 public static native int safeClone(int address);
RuleBasedCollatorICU.java 63 return new RuleBasedCollatorICU(NativeCollation.safeClone(address));
  /external/icu4c/i18n/unicode/
stsearch.h 422 virtual SearchIterator * safeClone(void) const;
search.h 291 virtual SearchIterator* safeClone(void) const = 0;
coll.h     [all...]
tblcoll.h 619 virtual Collator* safeClone(void);
    [all...]
  /external/icu4c/common/
ucnv_cnv.h 167 * For converter-specific safeClone processing
246 UConverterSafeClone safeClone;
ucnv.c 195 if (cnv->sharedData->impl->safeClone != NULL) {
196 /* call the custom safeClone function for sizing */
198 cnv->sharedData->impl->safeClone(cnv, NULL, &bufferSizeNeeded, status);
272 /* now either call the safeclone fcn or not */
273 if (cnv->sharedData->impl->safeClone != NULL) {
274 /* call the custom safeClone function */
275 localConverter = cnv->sharedData->impl->safeClone(cnv, localConverter, pBufferSize, status);
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 192 NATIVE_METHOD(NativeCollation, safeClone, "(I)I"),
  /external/icu4c/i18n/
stsearch.cpp 311 SearchIterator * StringSearch::safeClone(void) const
tblcoll.cpp 564 Collator* RuleBasedCollator::safeClone(void)
  /external/icu4c/test/intltest/
srchtest.cpp 769 copy = (StringSearch *)result->safeClone();
    [all...]
apicoll.cpp 465 col = someCollators[index]->safeClone();
467 errln("SafeClone of collator should not return null\n");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 366 milliseconds