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

  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
NativeCollation.java 150 static native int safeClone(int collatoraddress);
RuleBasedCollator.java 356 int collatoraddress = NativeCollation.safeClone(m_collator_);
  /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...]
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
NativeConverter.java 407 public static final native long safeClone(long converterHandle);
  /external/icu4c/common/
ucnv_cnv.h 167 * For converter-specific safeClone processing
246 UConverterSafeClone safeClone;
ucnv.c 193 if (cnv->sharedData->impl->safeClone != NULL) {
194 /* call the custom safeClone function for sizing */
196 cnv->sharedData->impl->safeClone(cnv, NULL, &bufferSizeNeeded, status);
270 /* now either call the safeclone fcn or not */
271 if (cnv->sharedData->impl->safeClone != NULL) {
272 /* call the custom safeClone function */
273 localConverter = cnv->sharedData->impl->safeClone(cnv, localConverter, pBufferSize, status);
    [all...]
  /dalvik/libcore/icu/src/main/native/
NativeCollation.cpp 450 static jint safeClone(JNIEnv *env, jclass obj, jint address) {
555 { "safeClone", "(I)I", (void*) safeClone },
NativeConverter.cpp     [all...]
  /external/icu4c/i18n/
stsearch.cpp 311 SearchIterator * StringSearch::safeClone(void) const
tblcoll.cpp 536 Collator* RuleBasedCollator::safeClone(void)
  /external/icu4c/test/intltest/
srchtest.cpp 654 copy = (StringSearch *)result->safeClone();
    [all...]
apicoll.cpp 449 col = someCollators[index]->safeClone();
451 errln("SafeClone of collator should not return null\n");
    [all...]

Completed in 434 milliseconds