/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | stsearch.h | 416 virtual StringSearch * safeClone() const override;
|
H A D | search.h | 294 virtual SearchIterator* safeClone(void) const = 0;
|
H A D | coll.h | 999 virtual Collator* safeClone() const;
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | RuleBasedTransliterator.java | 232 public Transliterator safeClone() { in safeClone() method in RuleBasedTransliterator
|
H A D | TransliteratorRegistry.java | 857 return temp.safeClone(); in instantiateEntry() 860 return temp.safeClone(); in instantiateEntry() 863 return temp.safeClone(); in instantiateEntry()
|
H A D | CompoundTransliterator.java | 118 * Internal method for safeClone... 528 public Transliterator safeClone() { in safeClone() method in CompoundTransliterator
|
H A D | AnyTransliterator.java | 406 public Transliterator safeClone() { in safeClone() method in AnyTransliterator
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedTransliterator.java | 234 public Transliterator safeClone() { in safeClone() method in RuleBasedTransliterator
|
H A D | TransliteratorRegistry.java | 858 return temp.safeClone(); in instantiateEntry() 861 return temp.safeClone(); in instantiateEntry() 864 return temp.safeClone(); in instantiateEntry()
|
H A D | CompoundTransliterator.java | 119 * Internal method for safeClone... 529 public Transliterator safeClone() { in safeClone() method in CompoundTransliterator
|
H A D | AnyTransliterator.java | 406 public Transliterator safeClone() { in safeClone() method in AnyTransliterator
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | stsearch.h | 416 virtual StringSearch * safeClone() const override;
|
H A D | search.h | 294 virtual SearchIterator* safeClone(void) const = 0;
|
H A D | coll.h | 999 virtual Collator* safeClone() const;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | stsearch.h | 416 virtual StringSearch * safeClone() const;
|
H A D | search.h | 294 virtual SearchIterator* safeClone(void) const = 0;
|
H A D | coll.h | 999 virtual Collator* safeClone() const;
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_cnv.h | 172 * For converter-specific safeClone processing 251 UConverterSafeClone safeClone; member
|
H A D | ucnv.cpp | 201 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 D | ucnv_cnv.h | 172 * For converter-specific safeClone processing 251 UConverterSafeClone safeClone; member
|
H A D | ucnv.cpp | 201 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 D | ucnv_cnv.h | 172 * For converter-specific safeClone processing 251 UConverterSafeClone safeClone; member
|
H A D | ucnv.cpp | 201 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 D | coll_fe.cpp | 74 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 D | stsearch.cpp | 285 StringSearch * StringSearch::safeClone() const in safeClone() function in StringSearch
|