/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | ConstantAffixModifier.java | 20 private final boolean strong; field in ConstantAffixModifier 35 * @param strong 39 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier() argument 45 this.strong = strong; in ConstantAffixModifier() 53 strong = false; in ConstantAffixModifier() 76 return strong; in isStrong() 98 && strong == _other.strong; in semanticallyEquivalent()
|
H A D | ConstantMultiFieldModifier.java | 24 private final boolean strong; field in ConstantMultiFieldModifier 33 boolean strong) { in ConstantMultiFieldModifier() 34 this(prefix, suffix, overwrite, strong, null); in ConstantMultiFieldModifier() 41 boolean strong, in ConstantMultiFieldModifier() 48 this.strong = strong; in ConstantMultiFieldModifier() 75 return strong; in isStrong() 109 && overwrite == _other.overwrite && strong == _other.strong; in semanticallyEquivalent() 29 ConstantMultiFieldModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong) ConstantMultiFieldModifier() argument 37 ConstantMultiFieldModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong, Parameters parameters) ConstantMultiFieldModifier() argument
|
H A D | SimpleModifier.java | 19 private final boolean strong; field in SimpleModifier 28 public SimpleModifier(String compiledPattern, Field field, boolean strong) { in SimpleModifier() argument 29 this(compiledPattern, field, strong, null); in SimpleModifier() 33 public SimpleModifier(String compiledPattern, Field field, boolean strong, Parameters parameters) { in SimpleModifier() argument 37 this.strong = strong; in SimpleModifier() 58 return strong; in isStrong() 82 return compiledPattern.equals(_other.compiledPattern) && field == _other.field && strong == _other.strong; in semanticallyEquivalent()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | ConstantAffixModifier.java | 22 private final boolean strong; field in ConstantAffixModifier 37 * @param strong 41 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier() argument 47 this.strong = strong; in ConstantAffixModifier() 55 strong = false; in ConstantAffixModifier() 78 return strong; in isStrong() 100 && strong == _other.strong; in semanticallyEquivalent()
|
H A D | SimpleModifier.java | 21 private final boolean strong; field in SimpleModifier 30 public SimpleModifier(String compiledPattern, Field field, boolean strong) { in SimpleModifier() argument 31 this(compiledPattern, field, strong, null); in SimpleModifier() 35 public SimpleModifier(String compiledPattern, Field field, boolean strong, Parameters parameters) { in SimpleModifier() argument 39 this.strong = strong; in SimpleModifier() 60 return strong; in isStrong() 84 return compiledPattern.equals(_other.compiledPattern) && field == _other.field && strong == _other.strong; in semanticallyEquivalent()
|
H A D | ConstantMultiFieldModifier.java | 26 private final boolean strong; field in ConstantMultiFieldModifier 35 boolean strong) { in ConstantMultiFieldModifier() 36 this(prefix, suffix, overwrite, strong, null); in ConstantMultiFieldModifier() 43 boolean strong, in ConstantMultiFieldModifier() 50 this.strong = strong; in ConstantMultiFieldModifier() 77 return strong; in isStrong() 111 && overwrite == _other.overwrite && strong == _other.strong; in semanticallyEquivalent() 31 ConstantMultiFieldModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong) ConstantMultiFieldModifier() argument 39 ConstantMultiFieldModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong, Parameters parameters) ConstantMultiFieldModifier() argument
|
/third_party/protobuf/objectivec/ |
H A D | GPBUnknownField.h | 52 @property(nonatomic, readonly, strong) GPBUInt64Array *varintList; 55 @property(nonatomic, readonly, strong) GPBUInt32Array *fixed32List; 58 @property(nonatomic, readonly, strong) GPBUInt64Array *fixed64List; 61 @property(nonatomic, readonly, strong) NSArray<NSData*> *lengthDelimitedList; 64 @property(nonatomic, readonly, strong) NSArray<GPBUnknownFieldSet*> *groupList;
|
H A D | GPBType.pbobjc.h | 209 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBField*> *fieldsArray; 214 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *oneofsArray; 219 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray; 224 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext; 293 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray; 348 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBEnumValue*> *enumvalueArray; 353 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray; 358 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext; 399 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray; 432 @property(nonatomic, readwrite, strong, null_resettabl [all...] |
H A D | GPBApi.pbobjc.h | 89 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMethod*> *methodsArray; 94 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray; 125 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext; 130 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMixin*> *mixinsArray; 184 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
|
H A D | GPBStruct.pbobjc.h | 101 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields; 154 @property(nonatomic, readwrite, strong, null_resettable) GPBStruct *structValue; 157 @property(nonatomic, readwrite, strong, null_resettable) GPBListValue *listValue; 192 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBValue*> *valuesArray;
|
H A D | GPBDescriptor.h | 70 @property(nonatomic, readonly, strong, nullable) NSArray<GPBFieldDescriptor*> *fields; 72 @property(nonatomic, readonly, strong, nullable) NSArray<GPBOneofDescriptor*> *oneofs; 197 @property(nonatomic, readonly, strong, nullable) GPBEnumDescriptor *enumDescriptor; 312 @property(nonatomic, readonly, strong, nullable) GPBEnumDescriptor *enumDescriptor;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_modifiers.h | 28 bool strong) in ConstantAffixModifier() 29 : fPrefix(prefix), fSuffix(suffix), fField(field), fStrong(strong) {} in ConstantAffixModifier() 59 SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong); 61 SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong, 142 bool strong, in ConstantMultiFieldModifier() 147 fStrong(strong), in ConstantMultiFieldModifier() 154 bool strong) in ConstantMultiFieldModifier() 158 fStrong(strong) {} in ConstantMultiFieldModifier() 193 bool strong, 27 ConstantAffixModifier(const UnicodeString &prefix, const UnicodeString &suffix, Field field, bool strong) ConstantAffixModifier() argument 138 ConstantMultiFieldModifier( const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const Modifier::Parameters parameters) ConstantMultiFieldModifier() argument 150 ConstantMultiFieldModifier( const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong) ConstantMultiFieldModifier() argument
|
H A D | number_modifiers.cpp | 116 SimpleModifier::SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong) in SimpleModifier() argument 117 : SimpleModifier(simpleFormatter, field, strong, {}) {} in SimpleModifier() 119 SimpleModifier::SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong, in SimpleModifier() argument 121 : fCompiledPattern(simpleFormatter.compiledPattern), fField(field), fStrong(strong), in SimpleModifier() 339 bool strong, in CurrencySpacingEnabledModifier() 342 : ConstantMultiFieldModifier(prefix, suffix, overwrite, strong) { in CurrencySpacingEnabledModifier() 336 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_modifiers.h | 28 bool strong) in ConstantAffixModifier() 29 : fPrefix(prefix), fSuffix(suffix), fField(field), fStrong(strong) {} in ConstantAffixModifier() 59 SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong); 61 SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong, 142 bool strong, in ConstantMultiFieldModifier() 147 fStrong(strong), in ConstantMultiFieldModifier() 154 bool strong) in ConstantMultiFieldModifier() 158 fStrong(strong) {} in ConstantMultiFieldModifier() 193 bool strong, 27 ConstantAffixModifier(const UnicodeString &prefix, const UnicodeString &suffix, Field field, bool strong) ConstantAffixModifier() argument 138 ConstantMultiFieldModifier( const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const Modifier::Parameters parameters) ConstantMultiFieldModifier() argument 150 ConstantMultiFieldModifier( const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong) ConstantMultiFieldModifier() argument
|
H A D | number_modifiers.cpp | 125 SimpleModifier::SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong) in SimpleModifier() argument 126 : SimpleModifier(simpleFormatter, field, strong, {}) {} in SimpleModifier() 128 SimpleModifier::SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong, in SimpleModifier() argument 130 : fCompiledPattern(simpleFormatter.compiledPattern), fField(field), fStrong(strong), in SimpleModifier() 348 bool strong, in CurrencySpacingEnabledModifier() 351 : ConstantMultiFieldModifier(prefix, suffix, overwrite, strong) { in CurrencySpacingEnabledModifier() 345 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_modifiers.h | 28 bool strong) in ConstantAffixModifier() 29 : fPrefix(prefix), fSuffix(suffix), fField(field), fStrong(strong) {} in ConstantAffixModifier() 59 SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong); 61 SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong, 142 bool strong, in ConstantMultiFieldModifier() 147 fStrong(strong), in ConstantMultiFieldModifier() 154 bool strong) in ConstantMultiFieldModifier() 158 fStrong(strong) {} in ConstantMultiFieldModifier() 193 bool strong, 27 ConstantAffixModifier(const UnicodeString &prefix, const UnicodeString &suffix, Field field, bool strong) ConstantAffixModifier() argument 138 ConstantMultiFieldModifier( const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const Modifier::Parameters parameters) ConstantMultiFieldModifier() argument 150 ConstantMultiFieldModifier( const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong) ConstantMultiFieldModifier() argument
|
H A D | number_modifiers.cpp | 116 SimpleModifier::SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong) in SimpleModifier() argument 117 : SimpleModifier(simpleFormatter, field, strong, {}) {} in SimpleModifier() 119 SimpleModifier::SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong, in SimpleModifier() argument 121 : fCompiledPattern(simpleFormatter.compiledPattern), fField(field), fStrong(strong), in SimpleModifier() 339 bool strong, in CurrencySpacingEnabledModifier() 342 : ConstantMultiFieldModifier(prefix, suffix, overwrite, strong) { in CurrencySpacingEnabledModifier() 336 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | BaseObjectJS.cpp | 94 void TrueRootObject::SetNativeObject(META_NS::IObject::Ptr real, bool strong) in SetNativeObject() argument 96 if (strong) { in SetNativeObject() 104 // if we have a strong ref... in GetNativeObject() 114 // Synchronously destroy the lume object in engine thread.. (only for strong refs.) in Finalize() 127 NapiApi::Object CreateJsObj(napi_env env, const BASE_NS::string_view jsName, META_NS::IObject::Ptr real, bool strong, in CreateJsObj() argument 135 oo->SetNativeObject(real, strong); in CreateJsObj() 208 napi_env env, const META_NS::IObject::Ptr& obj, bool strong, uint32_t argc, napi_value* argv) in CreateFromNativeInstance() 254 nodeJS = CreateJsObj(env, name, obj, strong, argc, argv); in CreateFromNativeInstance() 207 CreateFromNativeInstance( napi_env env, const META_NS::IObject::Ptr& obj, bool strong, uint32_t argc, napi_value* argv) CreateFromNativeInstance() argument
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | entropy.h | 56 #define MBEDTLS_ERR_ENTROPY_NO_STRONG_SOURCE -0x003D /**< No strong sources have been added to poll. */ 86 #define MBEDTLS_ENTROPY_SOURCE_STRONG 1 /**< Entropy source is strong */ 116 int strong; /**< Is the source strong? */ member 168 * \param strong MBEDTLS_ENTROPY_SOURCE_STRONG or 170 * At least one strong source needs to be added. 178 size_t threshold, int strong );
|
/third_party/mbedtls/include/mbedtls/ |
H A D | entropy.h | 43 /** No strong sources have been added to poll. */ 69 #define MBEDTLS_ENTROPY_SOURCE_STRONG 1 /**< Entropy source is strong */ 98 int MBEDTLS_PRIVATE(strong); /**< Is the source strong? */ 152 * \param strong MBEDTLS_ENTROPY_SOURCE_STRONG or 154 * At least one strong source needs to be added. 162 size_t threshold, int strong);
|
/third_party/python/Lib/test/ |
H A D | test_cgitb.py | 13 self.assertEqual(cgitb.strong(text), "<strong>{}</strong>".format(text)) 19 self.assertEqual(cgitb.strong(""), "") 50 self.assertIn("<strong><module></strong>", out)
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | refbase.cpp | 74 RefTracker::RefTracker(RefTracker* exTracker, const void* id, int strong, int weak, int ref, int pid, int tid) in RefTracker() argument 75 : ptrID (id), strongRefCNT (strong), weakRefCNT (weak), refCNT (ref), PID (pid), TID (tid), exTrace (exTracker) in RefTracker() 79 void RefTracker::GetTrace(RefTracker* exTracker, const void* id, int strong, int weak, int ref, int pid, int tid) in GetTrace() argument 82 strongRefCNT = strong; in GetTrace() 90 void RefTracker::GetStrongTrace(RefTracker* exTracker, const void* id, int strong, int pid, int tid) in GetStrongTrace() argument 93 strongRefCNT = strong; in GetStrongTrace() 231 // unexpected case: there had never a strong reference. in DecStrongRefCount() 273 // only weak ptr case: no strong reference, delete the object in DecWeakRefCount() 322 // if the object already had strong references.just promoting it. in AttemptIncStrongRef() 353 // the object destroyed on strong referenc in AttemptIncStrongRef() [all...] |
/third_party/python/Lib/ |
H A D | cgitb.py | 57 def strong(text): function 59 return '<strong>' + text + '</strong>' 119 <big><big><strong>{html_escape(str(etype))}</strong></big></big></font></td> 138 call = 'in ' + strong(pydoc.html.escape(func)) 170 name = ('<em>%s</em> ' % where) + strong(name) 172 name = strong(name) 174 name = where + strong(name.split('.')[-1]) 184 exception = ['<p>%s: %s' % (strong(pydo [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | submesh_impl.cpp | 135 auto strong = ite->lock(); variable 136 if (!strong || bridge == strong) {
|
/foundation/arkui/ace_engine/frameworks/base/memory/ |
H A D | referenced.h | 82 // Release this instance, while its strong reference have reduced to zero. in DecRefCount() 156 // Decrease strong reference count. in ~RefPtr() 195 // Construct a temporary 'RefPtr' by different parameters to increase strong reference count of the new instance, 196 // swap with 'this', and then decrease strong reference of the old instance while destroying the temporary 'RefPtr'. 289 // 'WeakPtr' may construct 'RefPtr' without increasing its strong reference count, 290 // because strong reference count is already increased in 'WeakPtr' while upgrading. 295 // Increase strong reference count for holding instance. in RefPtr() 441 bool operator==(const RefPtr<O>& strong) const in operator ==() 443 return strong.rawPtr_ != nullptr ? strong in operator ==() [all...] |