/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCStrokeGeometry.cpp | 171 float segmentLength = SkScalarInvert(numSegments); in quadraticTo() local 172 float leftT = maxCurvatureT - segmentLength/2; in quadraticTo() 173 float rightT = maxCurvatureT + segmentLength/2; in quadraticTo() 178 rightT = segmentLength; in quadraticTo() 181 leftT = 1 - segmentLength; in quadraticTo() 301 float segmentLength = SkScalarInvert(numSegments); in cubicTo() local 302 float leftT = maxCurvatureT - segmentLength/2; in cubicTo() 303 float rightT = maxCurvatureT + segmentLength/2; in cubicTo() 308 rightT = segmentLength; in cubicTo() 311 leftT = 1 - segmentLength; in cubicTo()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | SimpleFormatterImpl.java | 304 int segmentLength = compiledPattern.charAt(i++) - ARG_NUM_LIMIT; in getTextWithNoArguments() local 305 if (segmentLength > 0) { in getTextWithNoArguments() 306 int limit = i + segmentLength; in getTextWithNoArguments() 323 int segmentLength = compiledPattern.charAt(i++) - ARG_NUM_LIMIT; in getLength() local 324 if (segmentLength > 0) { in getLength() 325 int limit = i + segmentLength; in getLength()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SimpleFormatterImpl.java | 302 int segmentLength = compiledPattern.charAt(i++) - ARG_NUM_LIMIT; in getTextWithNoArguments() local 303 if (segmentLength > 0) { in getTextWithNoArguments() 304 int limit = i + segmentLength; in getTextWithNoArguments() 321 int segmentLength = compiledPattern.charAt(i++) - ARG_NUM_LIMIT; in getLength() local 322 if (segmentLength > 0) { in getLength() 323 int limit = i + segmentLength; in getLength()
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/ |
D | DefaultDeserializationContextTest.cs | 66 public void PayloadAsReadOnlySequence_SingleSegmentPayload(int segmentLength) in PayloadAsReadOnlySequence_SingleSegmentPayload() argument 68 var origBuffer = GetTestBuffer(segmentLength); in PayloadAsReadOnlySequence_SingleSegmentPayload() 141 public void PayloadAsNewByteBuffer_SingleSegmentPayload(int segmentLength) in PayloadAsNewByteBuffer_SingleSegmentPayload() argument 143 var origBuffer = GetTestBuffer(segmentLength); in PayloadAsNewByteBuffer_SingleSegmentPayload()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | simpleformatter.cpp | 254 int32_t segmentLength = compiledPattern[i++] - ARG_NUM_LIMIT; in getTextWithNoArguments() local 255 if (segmentLength > 0) { in getTextWithNoArguments() 256 sb.append(compiledPattern + i, segmentLength); in getTextWithNoArguments() 257 i += segmentLength; in getTextWithNoArguments()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationIterator.java | 1013 int segmentLength = digits.length() - pos; 1014 if(segmentLength > 254) { segmentLength = 254; } 1015 appendNumericSegmentCEs(digits.subSequence(pos, pos + segmentLength)); 1016 pos += segmentLength;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationIterator.java | 1015 int segmentLength = digits.length() - pos; 1016 if(segmentLength > 254) { segmentLength = 254; } 1017 appendNumericSegmentCEs(digits.subSequence(pos, pos + segmentLength)); 1018 pos += segmentLength;
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationiterator.cpp | 737 int32_t segmentLength = digits.length() - pos; in appendNumericCEs() local 738 if(segmentLength > 254) { segmentLength = 254; } in appendNumericCEs() 739 appendNumericSegmentCEs(digits.data() + pos, segmentLength, errorCode); in appendNumericCEs() 740 pos += segmentLength; in appendNumericCEs()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationiterator.cpp | 737 int32_t segmentLength = digits.length() - pos; in appendNumericCEs() local 738 if(segmentLength > 254) { segmentLength = 254; } in appendNumericCEs() 739 appendNumericSegmentCEs(digits.data() + pos, segmentLength, errorCode); in appendNumericCEs() 740 pos += segmentLength; in appendNumericCEs()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationiterator.cpp | 737 int32_t segmentLength = digits.length() - pos; in appendNumericCEs() local 738 if(segmentLength > 254) { segmentLength = 254; } in appendNumericCEs() 739 appendNumericSegmentCEs(digits.data() + pos, segmentLength, errorCode); in appendNumericCEs() 740 pos += segmentLength; in appendNumericCEs()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationiterator.cpp | 737 int32_t segmentLength = digits.length() - pos; in appendNumericCEs() local 738 if(segmentLength > 254) { segmentLength = 254; } in appendNumericCEs() 739 appendNumericSegmentCEs(digits.data() + pos, segmentLength, errorCode); in appendNumericCEs() 740 pos += segmentLength; in appendNumericCEs()
|