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

  /libcore/luni/src/main/java/libcore/icu/
NativeCollation.java 36 public static native long safeClone(long address);
RuleBasedCollatorICU.java 63 return new RuleBasedCollatorICU(NativeCollation.safeClone(address));
  /external/chromium_org/third_party/icu/source/i18n/unicode/
stsearch.h 422 virtual SearchIterator * safeClone(void) const;
search.h 291 virtual SearchIterator* safeClone(void) const = 0;
coll.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
stsearch.h 413 virtual SearchIterator * safeClone(void) const;
search.h 291 virtual SearchIterator* safeClone(void) const = 0;
coll.h     [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_cnv.h 170 * For converter-specific safeClone processing
249 UConverterSafeClone safeClone;
ucnv.c 198 if (cnv->sharedData->impl->safeClone != NULL) {
199 /* call the custom safeClone function for sizing */
201 cnv->sharedData->impl->safeClone(cnv, NULL, &bufferSizeNeeded, status);
282 /* now either call the safeclone fcn or not */
283 if (cnv->sharedData->impl->safeClone != NULL) {
284 /* call the custom safeClone function */
285 localConverter = cnv->sharedData->impl->safeClone(cnv, localConverter, pBufferSize, status);
    [all...]
  /external/icu/icu4c/source/common/
ucnv_cnv.h 170 * For converter-specific safeClone processing
249 UConverterSafeClone safeClone;
ucnv.c 198 if (cnv->sharedData->impl->safeClone != NULL) {
199 /* call the custom safeClone function for sizing */
201 cnv->sharedData->impl->safeClone(cnv, NULL, &bufferSizeNeeded, status);
282 /* now either call the safeclone fcn or not */
283 if (cnv->sharedData->impl->safeClone != NULL) {
284 /* call the custom safeClone function */
285 localConverter = cnv->sharedData->impl->safeClone(cnv, localConverter, pBufferSize, status);
    [all...]
  /external/icu/icu4c/source/i18n/
stsearch.cpp 283 SearchIterator * StringSearch::safeClone(void) const
coll.cpp 476 Collator::safeClone() const {
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 261 NATIVE_METHOD(NativeCollation, safeClone, "(J)J"),
  /external/chromium_org/third_party/icu/source/i18n/
stsearch.cpp 311 SearchIterator * StringSearch::safeClone(void) const
coll.cpp 407 Collator::safeClone() const {
  /external/chromium_org/third_party/icu/source/test/intltest/
srchtest.cpp 769 copy = (StringSearch *)result->safeClone();
    [all...]
apicoll.cpp 458 col = someCollators[index]->safeClone();
460 errln("SafeClone of collator should not return null\n");
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 769 copy = (StringSearch *)result->safeClone();
    [all...]
apicoll.cpp 416 col = someCollators[index]->safeClone();
418 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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 413 milliseconds