Searched refs:SameValueSubstitution (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | nfsubs.cpp | 53 class SameValueSubstitution : public NFSubstitution { class 55 SameValueSubstitution(int32_t pos, 59 virtual ~SameValueSubstitution(); 72 SameValueSubstitution::~SameValueSubstitution() {} in ~SameValueSubstitution() 395 return new SameValueSubstitution(pos, ruleSet, description, status); in makeSubstitution() 793 SameValueSubstitution::SameValueSubstitution(int32_t _pos, in SameValueSubstitution() function in SameValueSubstitution 805 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SameValueSubstitution)
|
/third_party/icu/icu4c/source/i18n/ |
D | nfsubs.cpp | 53 class SameValueSubstitution : public NFSubstitution { class 55 SameValueSubstitution(int32_t pos, 59 virtual ~SameValueSubstitution(); 72 SameValueSubstitution::~SameValueSubstitution() {} in ~SameValueSubstitution() 395 return new SameValueSubstitution(pos, ruleSet, description, status); in makeSubstitution() 793 SameValueSubstitution::SameValueSubstitution(int32_t _pos, in SameValueSubstitution() function in SameValueSubstitution 805 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SameValueSubstitution)
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfsubs.cpp | 53 class SameValueSubstitution : public NFSubstitution { class 55 SameValueSubstitution(int32_t pos, 59 virtual ~SameValueSubstitution(); 72 SameValueSubstitution::~SameValueSubstitution() {} in ~SameValueSubstitution() 395 return new SameValueSubstitution(pos, ruleSet, description, status); in makeSubstitution() 793 SameValueSubstitution::SameValueSubstitution(int32_t _pos, in SameValueSubstitution() function in SameValueSubstitution 805 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SameValueSubstitution)
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfsubs.cpp | 53 class SameValueSubstitution : public NFSubstitution { class 55 SameValueSubstitution(int32_t pos, 59 virtual ~SameValueSubstitution(); 72 SameValueSubstitution::~SameValueSubstitution() {} in ~SameValueSubstitution() 395 return new SameValueSubstitution(pos, ruleSet, description, status); in makeSubstitution() 793 SameValueSubstitution::SameValueSubstitution(int32_t _pos, in SameValueSubstitution() function in SameValueSubstitution 805 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SameValueSubstitution)
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFSubstitution.java | 141 return new SameValueSubstitution(pos, ruleSet, description); in makeSubstitution() 567 class SameValueSubstitution extends NFSubstitution { class 578 SameValueSubstitution(int pos, in SameValueSubstitution() method in SameValueSubstitution
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFSubstitution.java | 140 return new SameValueSubstitution(pos, ruleSet, description); in makeSubstitution() 566 class SameValueSubstitution extends NFSubstitution { class 577 SameValueSubstitution(int pos, in SameValueSubstitution() method in SameValueSubstitution
|