Home
last modified time | relevance | path

Searched refs:safeClone (Results 1 - 25 of 33) sorted by relevance

12

/third_party/icu/icu4c/source/i18n/unicode/
H A Dstsearch.h416 virtual StringSearch * safeClone() const override;
H A Dsearch.h294 virtual SearchIterator* safeClone(void) const = 0;
H A Dcoll.h999 virtual Collator* safeClone() const;
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DRuleBasedTransliterator.java232 public Transliterator safeClone() { in safeClone() method in RuleBasedTransliterator
H A DTransliteratorRegistry.java857 return temp.safeClone(); in instantiateEntry()
860 return temp.safeClone(); in instantiateEntry()
863 return temp.safeClone(); in instantiateEntry()
H A DCompoundTransliterator.java118 * Internal method for safeClone...
528 public Transliterator safeClone() { in safeClone() method in CompoundTransliterator
H A DAnyTransliterator.java406 public Transliterator safeClone() { in safeClone() method in AnyTransliterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedTransliterator.java234 public Transliterator safeClone() { in safeClone() method in RuleBasedTransliterator
H A DTransliteratorRegistry.java858 return temp.safeClone(); in instantiateEntry()
861 return temp.safeClone(); in instantiateEntry()
864 return temp.safeClone(); in instantiateEntry()
H A DCompoundTransliterator.java119 * Internal method for safeClone...
529 public Transliterator safeClone() { in safeClone() method in CompoundTransliterator
H A DAnyTransliterator.java406 public Transliterator safeClone() { in safeClone() method in AnyTransliterator
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dstsearch.h416 virtual StringSearch * safeClone() const override;
H A Dsearch.h294 virtual SearchIterator* safeClone(void) const = 0;
H A Dcoll.h999 virtual Collator* safeClone() const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dstsearch.h416 virtual StringSearch * safeClone() const;
H A Dsearch.h294 virtual SearchIterator* safeClone(void) const = 0;
H A Dcoll.h999 virtual Collator* safeClone() const;
/third_party/icu/icu4c/source/common/
H A Ducnv_cnv.h172 * For converter-specific safeClone processing
251 UConverterSafeClone safeClone; member
H A Ducnv.cpp201 if (cnv->sharedData->impl->safeClone != NULL) { in ucnv_safeClone()
202 /* call the custom safeClone function for sizing */ in ucnv_safeClone()
204 cnv->sharedData->impl->safeClone(cnv, NULL, &bufferSizeNeeded, status); in ucnv_safeClone()
288 if (cnv->sharedData->impl->safeClone != NULL) { in ucnv_safeClone()
289 /* call the custom safeClone function */ in ucnv_safeClone()
290 localConverter = cnv->sharedData->impl->safeClone(cnv, localConverter, pBufferSize, status); in ucnv_safeClone()
/third_party/node/deps/icu-small/source/common/
H A Ducnv_cnv.h172 * For converter-specific safeClone processing
251 UConverterSafeClone safeClone; member
H A Ducnv.cpp201 if (cnv->sharedData->impl->safeClone != nullptr) { in ucnv_safeClone()
202 /* call the custom safeClone function for sizing */ in ucnv_safeClone()
204 cnv->sharedData->impl->safeClone(cnv, nullptr, &bufferSizeNeeded, status); in ucnv_safeClone()
288 if (cnv->sharedData->impl->safeClone != nullptr) { in ucnv_safeClone()
289 /* call the custom safeClone function */ in ucnv_safeClone()
290 localConverter = cnv->sharedData->impl->safeClone(cnv, localConverter, pBufferSize, status); in ucnv_safeClone()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_cnv.h172 * For converter-specific safeClone processing
251 UConverterSafeClone safeClone; member
H A Ducnv.cpp201 if (cnv->sharedData->impl->safeClone != NULL) { in ucnv_safeClone()
202 /* call the custom safeClone function for sizing */ in ucnv_safeClone()
204 cnv->sharedData->impl->safeClone(cnv, NULL, &bufferSizeNeeded, status); in ucnv_safeClone()
285 if (cnv->sharedData->impl->safeClone != NULL) { in ucnv_safeClone()
286 /* call the custom safeClone function */ in ucnv_safeClone()
287 localConverter = cnv->sharedData->impl->safeClone(cnv, localConverter, pBufferSize, status); in ucnv_safeClone()
/third_party/icu/tools/multi/proj/provider/glue/
H A Dcoll_fe.cpp74 virtual Collator* safeClone() CONST_AFTER_50_0_2 ; \
281 Collator* GLUE_SYM ( Collator ) :: safeClone() CONST_AFTER_50_0_2 {
/third_party/icu/icu4c/source/i18n/
H A Dstsearch.cpp285 StringSearch * StringSearch::safeClone() const in safeClone() function in StringSearch

Completed in 30 milliseconds

12