/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 110 private NFSubstitution sub2 = null; field in NFRule 421 sub2 = null; in extractSubstitutions() 424 sub2 = extractSubstitution(owner, predecessor); in extractSubstitutions() 542 if (sub2 != null) { in setBaseValue() 543 sub2.setDivisor(radix, exponent); in setBaseValue() 623 && Objects.equals(sub2, that2.sub2); in equals() 690 if (sub2 != null) { in toString() 691 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString() 770 if (sub2 != null) { in doFormat() 771 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFRule.java | 111 private NFSubstitution sub2 = null; field in NFRule 422 sub2 = null; in extractSubstitutions() 425 sub2 = extractSubstitution(owner, predecessor); in extractSubstitutions() 543 if (sub2 != null) { in setBaseValue() 544 sub2.setDivisor(radix, exponent); in setBaseValue() 624 && Objects.equals(sub2, that2.sub2); in equals() 691 if (sub2 != null) { in toString() 692 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString() 771 if (sub2 != null) { in doFormat() 772 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 44 , sub2(NULL) in NFRule() 55 if (sub1 != sub2) { in ~NFRule() 56 delete sub2; in ~NFRule() 57 sub2 = NULL; in ~NFRule() 425 sub2 = NULL; in extractSubstitutions() 428 sub2 = extractSubstitution(ruleSet, predecessor, status); in extractSubstitutions() 555 if (sub2 != NULL) { in setBaseValue() 556 sub2->setDivisor(radix, exponent, status); in setBaseValue() 617 util_equalSubstitutions(const NFSubstitution* sub1, const NFSubstitution* sub2) in util_equalSubstitutions() argument 620 if (sub2) { in util_equalSubstitutions() [all …]
|
D | nfrule.h | 114 NFSubstitution* sub2; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.cpp | 44 , sub2(NULL) in NFRule() 55 if (sub1 != sub2) { in ~NFRule() 56 delete sub2; in ~NFRule() 57 sub2 = NULL; in ~NFRule() 425 sub2 = NULL; in extractSubstitutions() 428 sub2 = extractSubstitution(ruleSet, predecessor, status); in extractSubstitutions() 555 if (sub2 != NULL) { in setBaseValue() 556 sub2->setDivisor(radix, exponent, status); in setBaseValue() 617 util_equalSubstitutions(const NFSubstitution* sub1, const NFSubstitution* sub2) in util_equalSubstitutions() argument 620 if (sub2) { in util_equalSubstitutions() [all …]
|
D | nfrule.h | 114 NFSubstitution* sub2; variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfrule.cpp | 44 , sub2(NULL) in NFRule() 55 if (sub1 != sub2) { in ~NFRule() 56 delete sub2; in ~NFRule() 57 sub2 = NULL; in ~NFRule() 425 sub2 = NULL; in extractSubstitutions() 428 sub2 = extractSubstitution(ruleSet, predecessor, status); in extractSubstitutions() 555 if (sub2 != NULL) { in setBaseValue() 556 sub2->setDivisor(radix, exponent, status); in setBaseValue() 617 util_equalSubstitutions(const NFSubstitution* sub1, const NFSubstitution* sub2) in util_equalSubstitutions() argument 620 if (sub2) { in util_equalSubstitutions() [all …]
|
D | nfrule.h | 114 NFSubstitution* sub2; variable
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.cpp | 44 , sub2(NULL) in NFRule() 55 if (sub1 != sub2) { in ~NFRule() 56 delete sub2; in ~NFRule() 57 sub2 = NULL; in ~NFRule() 425 sub2 = NULL; in extractSubstitutions() 428 sub2 = extractSubstitution(ruleSet, predecessor, status); in extractSubstitutions() 555 if (sub2 != NULL) { in setBaseValue() 556 sub2->setDivisor(radix, exponent, status); in setBaseValue() 617 util_equalSubstitutions(const NFSubstitution* sub1, const NFSubstitution* sub2) in util_equalSubstitutions() argument 620 if (sub2) { in util_equalSubstitutions() [all …]
|
D | nfrule.h | 114 NFSubstitution* sub2; variable
|
/third_party/gn/src/gn/ |
D | config_unittest.cc | 38 Config sub2(setup.settings(), Label(SourceDir("//foo/"), "2")); in TEST() local 39 sub2.own_values().defines().push_back("TWO"); in TEST() 40 ASSERT_TRUE(sub2.OnResolved(&err)); in TEST() 45 config.configs().push_back(LabelConfigPair(&sub2)); in TEST()
|
D | command_format.cc | 819 Printer sub2; in Expr() local 820 InitializeSub(&sub2); in Expr() 821 sub2.Newline(); in Expr() 822 int penalty_next_line = sub2.Expr(binop->right(), prec_right, at_end); in Expr() 823 sub2.PrintSuffixComments(root); in Expr() 824 sub2.FlushComments(); in Expr() 825 penalty_next_line += AssessPenalty(sub2.String()); in Expr() 854 ExceedsMaximumWidth(sub2.String()) && in Expr() 1070 Printer sub2; in FunctionCall() local 1071 InitializeSub(&sub2); in FunctionCall() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_ibus.c | 75 DBusMessageIter sub1, sub2; in IBus_GetVariantText() local 87 dbus->message_iter_recurse(&sub1, &sub2); in IBus_GetVariantText() 89 if (dbus->message_iter_get_arg_type(&sub2) != DBUS_TYPE_STRING) { in IBus_GetVariantText() 93 dbus->message_iter_get_basic(&sub2, &struct_id); in IBus_GetVariantText() 98 dbus->message_iter_next(&sub2); in IBus_GetVariantText() 99 dbus->message_iter_next(&sub2); in IBus_GetVariantText() 101 if (dbus->message_iter_get_arg_type(&sub2) != DBUS_TYPE_STRING) { in IBus_GetVariantText() 105 dbus->message_iter_get_basic(&sub2, &text); in IBus_GetVariantText()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
D | LocaleDistanceBuilder.java | 205 Map<String, DistanceTable> sub2 = subtables.get(desired); in getDistance() local 206 if (sub2 == null) { in getDistance() 207 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 210 DistanceTable value = sub2.get(supported); // <*/desired, supported> in getDistance() 212 value = sub2.get(ANY); // <*/desired, *> in getDistance() 214 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 215 value = sub2.get(supported); in getDistance() 217 value = sub2.get(ANY); // <*, *> in getDistance() 243 Map<String, DistanceTable> sub2 = subtables.get(desired); in addSubtable() local 244 if (sub2 == null) { in addSubtable() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
D | LocaleDistanceBuilder.java | 205 Map<String, DistanceTable> sub2 = subtables.get(desired); in getDistance() local 206 if (sub2 == null) { in getDistance() 207 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 210 DistanceTable value = sub2.get(supported); // <*/desired, supported> in getDistance() 212 value = sub2.get(ANY); // <*/desired, *> in getDistance() 214 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 215 value = sub2.get(supported); in getDistance() 217 value = sub2.get(ANY); // <*, *> in getDistance() 243 Map<String, DistanceTable> sub2 = subtables.get(desired); in addSubtable() local 244 if (sub2 == null) { in addSubtable() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/ |
D | subgroup-globals-extract.msl22.frag | 11 uint sub2() { 29 FragColor.x = sub1() + sub2() + sub3() + sub4() + sub5();
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbuffer.c | 112 GstBuffer *buffer, *sub1, *sub2, *span; in GST_START_TEST() local 128 sub2 = gst_buffer_copy_region (buffer, GST_BUFFER_COPY_ALL, 2, 2); in GST_START_TEST() 129 fail_if (sub2 == NULL, "copy_region of buffer returned NULL"); in GST_START_TEST() 133 ASSERT_BUFFER_REFCOUNT (sub2, "sub2", 1); in GST_START_TEST() 137 gst_buffer_ref (sub2); in GST_START_TEST() 138 span = gst_buffer_append (sub1, sub2); in GST_START_TEST() 143 ASSERT_BUFFER_REFCOUNT (sub2, "sub2", 1); in GST_START_TEST() 153 gst_buffer_ref (sub2); in GST_START_TEST() 154 span = gst_buffer_append (sub2, sub1); in GST_START_TEST() 159 ASSERT_BUFFER_REFCOUNT (sub2, "sub2", 1); in GST_START_TEST() [all …]
|
D | gstmemory.c | 100 GstMemory *memory, *sub1, *sub2; in GST_START_TEST() local 107 sub2 = gst_memory_share (memory, 2, 2); in GST_START_TEST() 108 fail_if (sub2 == NULL, "share of memory returned NULL"); in GST_START_TEST() 110 fail_if (gst_memory_is_span (memory, sub2, NULL) == TRUE, in GST_START_TEST() 116 fail_if (gst_memory_is_span (sub1, sub2, NULL) == FALSE, in GST_START_TEST() 121 gst_memory_unref (sub2); in GST_START_TEST()
|
/third_party/cups-filters/cupsfilters/ |
D | colord.c | 364 DBusMessageIter sub2; in get_profile_inhibitors() local 400 dbus_message_iter_recurse(&args, &sub2); in get_profile_inhibitors() 401 dbus_message_iter_recurse(&sub2, &sub); in get_profile_inhibitors()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/ |
D | subgroup-globals-extract.msl22.frag | 57 uint sub2(thread uint& gl_SubgroupSize) 83 …out.FragColor.x = (((sub1(gl_SubgroupSize) + sub2(gl_SubgroupSize)) + sub3(gl_SubgroupSize)) + sub…
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
D | geometric.h | 119 glm_vec4 const sub2 = _mm_sub_ps(mul5, mul4); in glm_vec4_refract() local 121 return sub2; in glm_vec4_refract()
|
D | common.h | 212 glm_vec4 const sub2 = glm_vec4_sub(_mm_set1_ps(3.0f), mul0); in glm_vec4_smoothstep() local 214 glm_vec4 const mul2 = glm_vec4_mul(mul1, sub2); in glm_vec4_smoothstep()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.td | 15 list<SubRegIndex> ret3 = [sub0, sub1, sub2]; 16 list<SubRegIndex> ret4 = [sub0, sub1, sub2, sub3]; 17 list<SubRegIndex> ret5 = [sub0, sub1, sub2, sub3, sub4]; 18 list<SubRegIndex> ret8 = [sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7]; 19 list<SubRegIndex> ret16 = [sub0, sub1, sub2, sub3, 23 list<SubRegIndex> ret32 = [sub0, sub1, sub2, sub3,
|
D | SIRegisterInfo.cpp | 1508 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, in getRegSplitParts() 1519 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, in getRegSplitParts() 1526 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, in getRegSplitParts() 1531 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, AMDGPU::sub4, in getRegSplitParts() 1535 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, in getRegSplitParts() 1539 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, in getRegSplitParts()
|
/third_party/node/deps/npm/test/tap/ |
D | pack-files-and-ignores.js | 619 sub2: Dir({ property 651 sub2: Dir({ property
|