Home
last modified time | relevance | path

Searched refs:rightIndex (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
168 UChar32 c = right[rightIndex++]; in compareUTF16()
188 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
245 if(rightIndex == rightLength) { in compareUTF16()
249 UChar32 c = right[rightIndex++]; in compareUTF16()
264 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
309 if(rightIndex == rightLength) { in compareUTF16()
[all …]
Dcollationcompare.cpp115 int32_t rightIndex = 0; in compareUpToQuaternary() local
124 rightSecondary = ((uint32_t)right.getCE(rightIndex++)) >> 16; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary() local
163 while(rightSecondary == 0 && rightIndex > rightStart) { in compareUpToQuaternary()
164 rightSecondary = ((uint32_t)right.getCE(--rightIndex)) >> 16; in compareUpToQuaternary()
188 int32_t rightIndex = 0; in compareUpToQuaternary() local
206 ce = right.getCE(rightIndex++); in compareUpToQuaternary()
232 rightCase = (uint32_t)right.getCE(rightIndex++); in compareUpToQuaternary()
255 int32_t rightIndex = 0; in compareUpToQuaternary() local
269 rightLower32 = (uint32_t)right.getCE(rightIndex++); in compareUpToQuaternary()
[all …]
Dnumber_padding.cpp63 FormattedStringBuilder &string, int32_t leftIndex, int32_t rightIndex, in padAndApply() argument
68 rightIndex == string.length()); // fix the previous line to remove this assertion in padAndApply()
73 length += mod1.apply(string, leftIndex, rightIndex, status); in padAndApply()
74 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
83 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
85 length += mod1.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
86 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
90 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
Dnumber_modifiers.cpp72 int32_t ConstantAffixModifier::apply(FormattedStringBuilder &output, int leftIndex, int rightIndex, in apply() argument
75 int length = output.insert(rightIndex, fSuffix, fField, status); in apply()
157 int32_t SimpleModifier::apply(FormattedStringBuilder &output, int leftIndex, int rightIndex, in apply() argument
159 return formatAsPrefixSuffix(output, leftIndex, rightIndex, status); in apply()
287 …_t ConstantMultiFieldModifier::apply(FormattedStringBuilder &output, int leftIndex, int rightIndex, in apply() argument
293 rightIndex + length, in apply()
297 length += output.insert(rightIndex + length, fSuffix, status); in apply()
377 …urrencySpacingEnabledModifier::apply(FormattedStringBuilder &output, int leftIndex, int rightIndex, in apply() argument
381 if (rightIndex - leftIndex > 0 && !fAfterPrefixUnicodeSet.isBogus() && in apply()
390 if (rightIndex - leftIndex > 0 && !fBeforeSuffixUnicodeSet.isBogus() && in apply()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
168 UChar32 c = right[rightIndex++]; in compareUTF16()
188 rightPair = nextPair(table, c, rightPair, right, nullptr, rightIndex, rightLength); in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
245 if(rightIndex == rightLength) { in compareUTF16()
249 UChar32 c = right[rightIndex++]; in compareUTF16()
264 … rightPair = nextPair(table, c, rightPair, right, nullptr, rightIndex, rightLength); in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
309 if(rightIndex == rightLength) { in compareUTF16()
[all …]
Dcollationcompare.cpp115 int32_t rightIndex = 0; in compareUpToQuaternary() local
124 rightSecondary = ((uint32_t)right.getCE(rightIndex++)) >> 16; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary() local
163 while(rightSecondary == 0 && rightIndex > rightStart) { in compareUpToQuaternary()
164 rightSecondary = ((uint32_t)right.getCE(--rightIndex)) >> 16; in compareUpToQuaternary()
188 int32_t rightIndex = 0; in compareUpToQuaternary() local
206 ce = right.getCE(rightIndex++); in compareUpToQuaternary()
232 rightCase = (uint32_t)right.getCE(rightIndex++); in compareUpToQuaternary()
255 int32_t rightIndex = 0; in compareUpToQuaternary() local
269 rightLower32 = (uint32_t)right.getCE(rightIndex++); in compareUpToQuaternary()
[all …]
Dnumber_padding.cpp63 FormattedStringBuilder &string, int32_t leftIndex, int32_t rightIndex, in padAndApply() argument
68 rightIndex == string.length()); // fix the previous line to remove this assertion in padAndApply()
73 length += mod1.apply(string, leftIndex, rightIndex, status); in padAndApply()
74 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
83 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
85 length += mod1.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
86 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
90 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
Dnumber_modifiers.cpp81 int32_t ConstantAffixModifier::apply(FormattedStringBuilder &output, int leftIndex, int rightIndex, in apply() argument
84 int length = output.insert(rightIndex, fSuffix, fField, status); in apply()
166 int32_t SimpleModifier::apply(FormattedStringBuilder &output, int leftIndex, int rightIndex, in apply() argument
168 return formatAsPrefixSuffix(output, leftIndex, rightIndex, status); in apply()
296 …_t ConstantMultiFieldModifier::apply(FormattedStringBuilder &output, int leftIndex, int rightIndex, in apply() argument
302 rightIndex + length, in apply()
306 length += output.insert(rightIndex + length, fSuffix, status); in apply()
386 …urrencySpacingEnabledModifier::apply(FormattedStringBuilder &output, int leftIndex, int rightIndex, in apply() argument
390 if (rightIndex - leftIndex > 0 && !fAfterPrefixUnicodeSet.isBogus() && in apply()
399 if (rightIndex - leftIndex > 0 && !fBeforeSuffixUnicodeSet.isBogus() && in apply()
[all …]
/third_party/icu/icu4c/source/i18n/
Dcollationfastlatin.cpp123 int32_t leftIndex = 0, rightIndex = 0; in compareUTF16() local
164 if(rightIndex == rightLength) { in compareUTF16()
168 UChar32 c = right[rightIndex++]; in compareUTF16()
188 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); in compareUTF16()
216 leftIndex = rightIndex = 0; in compareUTF16()
245 if(rightIndex == rightLength) { in compareUTF16()
249 UChar32 c = right[rightIndex++]; in compareUTF16()
264 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); in compareUTF16()
292 leftIndex = rightIndex = 0; in compareUTF16()
309 if(rightIndex == rightLength) { in compareUTF16()
[all …]
Dcollationcompare.cpp115 int32_t rightIndex = 0; in compareUpToQuaternary() local
124 rightSecondary = ((uint32_t)right.getCE(rightIndex++)) >> 16; in compareUpToQuaternary()
155 int32_t rightIndex = rightLimit; in compareUpToQuaternary() local
163 while(rightSecondary == 0 && rightIndex > rightStart) { in compareUpToQuaternary()
164 rightSecondary = ((uint32_t)right.getCE(--rightIndex)) >> 16; in compareUpToQuaternary()
188 int32_t rightIndex = 0; in compareUpToQuaternary() local
206 ce = right.getCE(rightIndex++); in compareUpToQuaternary()
232 rightCase = (uint32_t)right.getCE(rightIndex++); in compareUpToQuaternary()
255 int32_t rightIndex = 0; in compareUpToQuaternary() local
269 rightLower32 = (uint32_t)right.getCE(rightIndex++); in compareUpToQuaternary()
[all …]
Dnumber_padding.cpp63 FormattedStringBuilder &string, int32_t leftIndex, int32_t rightIndex, in padAndApply() argument
68 rightIndex == string.length()); // fix the previous line to remove this assertion in padAndApply()
73 length += mod1.apply(string, leftIndex, rightIndex, status); in padAndApply()
74 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
83 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
85 length += mod1.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
86 length += mod2.apply(string, leftIndex, rightIndex + length, status); in padAndApply()
90 length += addPaddingHelper(paddingCp, requiredPadding, string, rightIndex + length, status); in padAndApply()
Dnumber_modifiers.cpp72 int32_t ConstantAffixModifier::apply(FormattedStringBuilder &output, int leftIndex, int rightIndex, in apply() argument
75 int length = output.insert(rightIndex, fSuffix, fField, status); in apply()
157 int32_t SimpleModifier::apply(FormattedStringBuilder &output, int leftIndex, int rightIndex, in apply() argument
159 return formatAsPrefixSuffix(output, leftIndex, rightIndex, status); in apply()
287 …_t ConstantMultiFieldModifier::apply(FormattedStringBuilder &output, int leftIndex, int rightIndex, in apply() argument
293 rightIndex + length, in apply()
297 length += output.insert(rightIndex + length, fSuffix, status); in apply()
377 …urrencySpacingEnabledModifier::apply(FormattedStringBuilder &output, int leftIndex, int rightIndex, in apply() argument
381 if (rightIndex - leftIndex > 0 && !fAfterPrefixUnicodeSet.isBogus() && in apply()
390 if (rightIndex - leftIndex > 0 && !fBeforeSuffixUnicodeSet.isBogus() && in apply()
[all …]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatin.java296 int leftIndex = startIndex, rightIndex = startIndex; in compareUTF16() local
342 if(rightIndex == right.length()) { in compareUTF16()
346 int c = right.charAt(rightIndex++); in compareUTF16()
366 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex); in compareUTF16()
368 ++rightIndex; in compareUTF16()
399 leftIndex = rightIndex = startIndex; in compareUTF16()
432 if(rightIndex == right.length()) { in compareUTF16()
436 int c = right.charAt(rightIndex++); in compareUTF16()
451 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex); in compareUTF16()
453 ++rightIndex; in compareUTF16()
[all …]
DCollationCompare.java101 int rightIndex = 0; in compareUpToQuaternary() local
110 rightSecondary = ((int) right.getCE(rightIndex++)) >>> 16; in compareUpToQuaternary()
141 int rightIndex = rightLimit; in compareUpToQuaternary() local
149 while (rightSecondary == 0 && rightIndex > rightStart) { in compareUpToQuaternary()
150 rightSecondary = ((int) right.getCE(--rightIndex)) >>> 16; in compareUpToQuaternary()
178 int rightIndex = 0; in compareUpToQuaternary() local
196 ce = right.getCE(rightIndex++); in compareUpToQuaternary()
222 rightCase = (int) right.getCE(rightIndex++); in compareUpToQuaternary()
249 int rightIndex = 0; in compareUpToQuaternary() local
262 rightLower32 = (int) right.getCE(rightIndex++); in compareUpToQuaternary()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationFastLatin.java300 int leftIndex = startIndex, rightIndex = startIndex; in compareUTF16() local
346 if(rightIndex == right.length()) { in compareUTF16()
350 int c = right.charAt(rightIndex++); in compareUTF16()
370 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex); in compareUTF16()
372 ++rightIndex; in compareUTF16()
403 leftIndex = rightIndex = startIndex; in compareUTF16()
436 if(rightIndex == right.length()) { in compareUTF16()
440 int c = right.charAt(rightIndex++); in compareUTF16()
455 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex); in compareUTF16()
457 ++rightIndex; in compareUTF16()
[all …]
DCollationCompare.java105 int rightIndex = 0; in compareUpToQuaternary() local
114 rightSecondary = ((int) right.getCE(rightIndex++)) >>> 16; in compareUpToQuaternary()
145 int rightIndex = rightLimit; in compareUpToQuaternary() local
153 while (rightSecondary == 0 && rightIndex > rightStart) { in compareUpToQuaternary()
154 rightSecondary = ((int) right.getCE(--rightIndex)) >>> 16; in compareUpToQuaternary()
182 int rightIndex = 0; in compareUpToQuaternary() local
200 ce = right.getCE(rightIndex++); in compareUpToQuaternary()
226 rightCase = (int) right.getCE(rightIndex++); in compareUpToQuaternary()
253 int rightIndex = 0; in compareUpToQuaternary() local
266 rightLower32 = (int) right.getCE(rightIndex++); in compareUpToQuaternary()
[all …]
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/
D0.spvasm.expected.hlsl33 int rightIndex;
84 const int x_71 = tree[x_70_save].rightIndex;
86 tree[x_70_save].rightIndex = 1;
92 x_76 = tree[x_70_save].rightIndex;
150 const int x_104 = tree[x_103_save].rightIndex;
152 tree[x_103_save].rightIndex = 2;
158 x_109 = tree[x_103_save].rightIndex;
216 const int x_137 = tree[x_136_save].rightIndex;
218 tree[x_136_save].rightIndex = 3;
224 x_142 = tree[x_136_save].rightIndex;
[all …]
D0.wgsl.expected.hlsl114 int rightIndex;
165 const int x_71 = tree[x_70_save].rightIndex;
167 tree[x_70_save].rightIndex = 1;
173 x_76 = tree[x_70_save].rightIndex;
231 const int x_104 = tree[x_103_save].rightIndex;
233 tree[x_103_save].rightIndex = 2;
239 x_109 = tree[x_103_save].rightIndex;
297 const int x_137 = tree[x_136_save].rightIndex;
299 tree[x_136_save].rightIndex = 3;
305 x_142 = tree[x_136_save].rightIndex;
[all …]
D1.spvasm.expected.hlsl24 int rightIndex;
110 const int x_82 = tree[x_81_save].rightIndex;
112 tree[x_81_save].rightIndex = 1;
118 x_87 = tree[x_81_save].rightIndex;
230 const int x_154 = tree[x_153_save].rightIndex;
232 tree[x_153_save].rightIndex = 2;
238 x_159 = tree[x_153_save].rightIndex;
337 const int x_208 = tree[x_207_save].rightIndex;
339 tree[x_207_save].rightIndex = 3;
345 x_213 = tree[x_207_save].rightIndex;
[all …]
D1.wgsl.expected.hlsl78 int rightIndex;
164 const int x_82 = tree[x_81_save].rightIndex;
166 tree[x_81_save].rightIndex = 1;
172 x_87 = tree[x_81_save].rightIndex;
284 const int x_154 = tree[x_153_save].rightIndex;
286 tree[x_153_save].rightIndex = 2;
292 x_159 = tree[x_153_save].rightIndex;
391 const int x_208 = tree[x_207_save].rightIndex;
393 tree[x_207_save].rightIndex = 3;
399 x_213 = tree[x_207_save].rightIndex;
[all …]
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-load-from-frag-color/
D1.spvasm.expected.hlsl33 int rightIndex;
84 const int x_75 = tree[x_74_save].rightIndex;
86 tree[x_74_save].rightIndex = 1;
92 x_80 = tree[x_74_save].rightIndex;
150 const int x_108 = tree[x_107_save].rightIndex;
152 tree[x_107_save].rightIndex = 2;
158 x_113 = tree[x_107_save].rightIndex;
216 const int x_141 = tree[x_140_save].rightIndex;
218 tree[x_140_save].rightIndex = 3;
224 x_146 = tree[x_140_save].rightIndex;
[all …]
D1.wgsl.expected.hlsl114 int rightIndex;
165 const int x_75 = tree[x_74_save].rightIndex;
167 tree[x_74_save].rightIndex = 1;
173 x_80 = tree[x_74_save].rightIndex;
231 const int x_108 = tree[x_107_save].rightIndex;
233 tree[x_107_save].rightIndex = 2;
239 x_113 = tree[x_107_save].rightIndex;
297 const int x_141 = tree[x_140_save].rightIndex;
299 tree[x_140_save].rightIndex = 3;
305 x_146 = tree[x_140_save].rightIndex;
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DPadder.java86 int rightIndex) { in padAndApply() argument
89 … assert leftIndex == 0 && rightIndex == string.length(); // fix the previous line to remove this in padAndApply()
95 length += mod1.apply(string, leftIndex, rightIndex); in padAndApply()
96 length += mod2.apply(string, leftIndex, rightIndex + length); in padAndApply()
103 length += addPaddingHelper(paddingString, requiredPadding, string, rightIndex + length); in padAndApply()
105 length += mod1.apply(string, leftIndex, rightIndex + length); in padAndApply()
106 length += mod2.apply(string, leftIndex, rightIndex + length); in padAndApply()
110 length += addPaddingHelper(paddingString, requiredPadding, string, rightIndex + length); in padAndApply()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DPadder.java93 int rightIndex) { in padAndApply() argument
96 … assert leftIndex == 0 && rightIndex == string.length(); // fix the previous line to remove this in padAndApply()
102 length += mod1.apply(string, leftIndex, rightIndex); in padAndApply()
103 length += mod2.apply(string, leftIndex, rightIndex + length); in padAndApply()
110 length += addPaddingHelper(paddingString, requiredPadding, string, rightIndex + length); in padAndApply()
112 length += mod1.apply(string, leftIndex, rightIndex + length); in padAndApply()
113 length += mod2.apply(string, leftIndex, rightIndex + length); in padAndApply()
117 length += addPaddingHelper(paddingString, requiredPadding, string, rightIndex + length); in padAndApply()
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/struct-and-unreachable-infinite-loop/
D0.wgsl4 rightIndex : i32;
10 (*(tree)).rightIndex = 1;
26 let x_43 : ptr<function, i32> = &(tree_1[0].rightIndex);
28 if ((x_11[0u].rightIndex == 0)) {
34 x_GLF_color = vec4<f32>(f32(x_12[0u].rightIndex), 0.0, 0.0, 1.0);

1234