/third_party/node/deps/icu-small/source/i18n/ |
D | quant.cpp | 31 this->maxCount = _maxCount; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 39 maxCount(o.maxCount) in Quantifier() 71 while (count < maxCount) { in matches() 105 if (maxCount == 1) { in toPattern() 107 } else if (maxCount == MAX) { in toPattern() 111 } else if (minCount == 1 && maxCount == MAX) { in toPattern() 117 if (maxCount != MAX) { in toPattern() 118 ICU_Utility::appendNumber(result, maxCount); in toPattern() 135 if (maxCount > 0) { in addMatchSetTo()
|
D | rematch.cpp | 3488 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local 3490 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt() 3496 if (maxCount == -1) { in MatchAt() 3498 } else if (maxCount == 0) { in MatchAt() 3511 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchAt() local 3513 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) { in MatchAt() 3514 U_ASSERT(*pCounter == maxCount); in MatchAt() 3518 if (maxCount == -1) { in MatchAt() 3553 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local 3555 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt() [all …]
|
D | quant.h | 31 uint32_t minCount, uint32_t maxCount); 119 uint32_t maxCount; variable
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | quant.cpp | 31 this->maxCount = _maxCount; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 39 maxCount(o.maxCount) in Quantifier() 71 while (count < maxCount) { in matches() 105 if (maxCount == 1) { in toPattern() 107 } else if (maxCount == MAX) { in toPattern() 111 } else if (minCount == 1 && maxCount == MAX) { in toPattern() 117 if (maxCount != MAX) { in toPattern() 118 ICU_Utility::appendNumber(result, maxCount); in toPattern() 135 if (maxCount > 0) { in addMatchSetTo()
|
D | quant.h | 31 uint32_t minCount, uint32_t maxCount); 119 uint32_t maxCount; variable
|
D | rematch.cpp | 3528 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local 3530 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt() 3536 if (maxCount == -1) { in MatchAt() 3538 } else if (maxCount == 0) { in MatchAt() 3551 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchAt() local 3553 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) { in MatchAt() 3554 U_ASSERT(*pCounter == maxCount); in MatchAt() 3558 if (maxCount == -1) { in MatchAt() 3593 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local 3595 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | quant.cpp | 31 this->maxCount = _maxCount; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 39 maxCount(o.maxCount) in Quantifier() 71 while (count < maxCount) { in matches() 105 if (maxCount == 1) { in toPattern() 107 } else if (maxCount == MAX) { in toPattern() 111 } else if (minCount == 1 && maxCount == MAX) { in toPattern() 117 if (maxCount != MAX) { in toPattern() 118 ICU_Utility::appendNumber(result, maxCount); in toPattern() 135 if (maxCount > 0) { in addMatchSetTo()
|
D | quant.h | 31 uint32_t minCount, uint32_t maxCount); 119 uint32_t maxCount; variable
|
D | rematch.cpp | 3478 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local 3480 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt() 3486 if (maxCount == -1) { in MatchAt() 3488 } else if (maxCount == 0) { in MatchAt() 3501 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchAt() local 3503 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) { in MatchAt() 3504 U_ASSERT(*pCounter == maxCount); in MatchAt() 3508 if (maxCount == -1) { in MatchAt() 3543 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local 3545 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | quant.cpp | 31 this->maxCount = _maxCount; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 39 maxCount(o.maxCount) in Quantifier() 71 while (count < maxCount) { in matches() 105 if (maxCount == 1) { in toPattern() 107 } else if (maxCount == MAX) { in toPattern() 111 } else if (minCount == 1 && maxCount == MAX) { in toPattern() 117 if (maxCount != MAX) { in toPattern() 118 ICU_Utility::appendNumber(result, maxCount); in toPattern() 135 if (maxCount > 0) { in addMatchSetTo()
|
D | quant.h | 31 uint32_t minCount, uint32_t maxCount); 119 uint32_t maxCount; variable
|
D | rematch.cpp | 3478 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local 3480 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt() 3486 if (maxCount == -1) { in MatchAt() 3488 } else if (maxCount == 0) { in MatchAt() 3501 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchAt() local 3503 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) { in MatchAt() 3504 U_ASSERT(*pCounter == maxCount); in MatchAt() 3508 if (maxCount == -1) { in MatchAt() 3543 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local 3545 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Quantifier.java | 18 private int maxCount; field in Quantifier 32 maxCount = theMaxCount; in Quantifier() 44 while (count < maxCount) { in matches() 77 if (maxCount == 1) { in toPattern() 79 } else if (maxCount == MAX) { in toPattern() 83 } else if (minCount == 1 && maxCount == MAX) { in toPattern() 89 if (maxCount != MAX) { in toPattern() 90 result.append(Utility.hex(maxCount,1)); in toPattern() 111 if (maxCount > 0) { in addMatchSetTo()
|
D | PluralRules.java | 2368 int maxCount = isLimited(keyword, sampleType) ? Integer.MAX_VALUE : 20; in getSamples() local 2373 if (!addSample(keyword, i, maxCount, result)) { in getSamples() 2377 addSample(keyword, 1000000, maxCount, result); // hack for Welsh in getSamples() 2381 if (!addSample(keyword, new FixedDecimal(i/10d, 1), maxCount, result)) { in getSamples() 2385 addSample(keyword, new FixedDecimal(1000000d, 1), maxCount, result); // hack for Welsh in getSamples() 2391 private boolean addSample(String keyword, Number sample, int maxCount, Set<Double> result) { in addSample() argument 2395 if (--maxCount < 0) { in addSample()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Quantifier.java | 19 private int maxCount; field in Quantifier 33 maxCount = theMaxCount; in Quantifier() 45 while (count < maxCount) { in matches() 78 if (maxCount == 1) { in toPattern() 80 } else if (maxCount == MAX) { in toPattern() 84 } else if (minCount == 1 && maxCount == MAX) { in toPattern() 90 if (maxCount != MAX) { in toPattern() 91 result.append(Utility.hex(maxCount,1)); in toPattern() 112 if (maxCount > 0) { in addMatchSetTo()
|
D | PluralRules.java | 2267 int maxCount = isLimited(keyword, sampleType) ? Integer.MAX_VALUE : 20; in getSamples() local 2272 if (!addSample(keyword, i, maxCount, result)) { in getSamples() 2276 addSample(keyword, 1000000, maxCount, result); // hack for Welsh in getSamples() 2280 if (!addSample(keyword, new FixedDecimal(i/10d, 1), maxCount, result)) { in getSamples() 2284 addSample(keyword, new FixedDecimal(1000000d, 1), maxCount, result); // hack for Welsh in getSamples() 2293 private boolean addSample(String keyword, Number sample, int maxCount, Set<Double> result) { in addSample() argument 2297 if (--maxCount < 0) { in addSample()
|
/third_party/bounds_checking_function/src/ |
D | memmove_s.c | 30 size_t maxCount = count; in SecUtilMemmove() local 32 if (dst <= src || pDest >= (pSrc + maxCount)) { in SecUtilMemmove() 37 while (maxCount > 0) { in SecUtilMemmove() 38 --maxCount; in SecUtilMemmove() 48 pDest = pDest + maxCount - 1; in SecUtilMemmove() 49 pSrc = pSrc + maxCount - 1; in SecUtilMemmove() 50 while (maxCount > 0) { in SecUtilMemmove() 51 --maxCount; in SecUtilMemmove()
|
D | wcscat_s.c | 24 size_t maxCount; /* Store the maximum available count */ in SecDoCatW() local 28 maxCount = destMax - destLen; in SecDoCatW() 29 SECUREC_CALC_WSTR_LEN(strSrc, maxCount, &srcLen); in SecDoCatW()
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
D | vksStructsVKSC.hpp | 51 , maxCount (0u) in VulkanJsonPipelineDescription() 65 , maxCount (1u) in VulkanJsonPipelineDescription() 76 maxCount = de::max(maxCount, currentCount); in add() 89 deUint32 maxCount; member 96 …pelineContents, v.deviceFeatures, v.deviceExtensions, v.currentCount, v.maxCount, v.allCount, v.te… in SerializeItem() 101 …pelineContents, v.deviceFeatures, v.deviceExtensions, v.currentCount, v.maxCount, v.allCount, v.te… in SerializeItem()
|
/third_party/flutter/skia/src/core/ |
D | SkLRUCache.h | 33 explicit SkLRUCache(int maxCount) in SkLRUCache() argument 34 : fMaxCount(maxCount) {} in SkLRUCache()
|
/third_party/skia/src/core/ |
D | SkLRUCache.h | 33 explicit SkLRUCache(int maxCount) in SkLRUCache() argument 34 : fMaxCount(maxCount) {} in SkLRUCache()
|
/third_party/skia/src/utils/ |
D | SkShadowTessellator.cpp | 778 int maxCount = GrPathUtils::quadraticPointCount(pts, kQuadTolerance); in handleQuad() local 779 fPointBuffer.setCount(maxCount); in handleQuad() 782 kQuadTolerance, &target, maxCount); in handleQuad() 803 int maxCount = GrPathUtils::cubicPointCount(pts, kCubicTolerance); in handleCubic() local 804 fPointBuffer.setCount(maxCount); in handleCubic() 807 kCubicTolerance, &target, maxCount); in handleCubic()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrAAConvexTessellator.cpp | 944 int maxCount = GrPathUtils::quadraticPointCount(pts, kQuadTolerance); in quadTo() local 945 fPointBuffer.setCount(maxCount); in quadTo() 948 kQuadTolerance, &target, maxCount); in quadTo() 963 int maxCount = GrPathUtils::cubicPointCount(pts, kCubicTolerance); in cubicTo() local 964 fPointBuffer.setCount(maxCount); in cubicTo() 967 kCubicTolerance, &target, maxCount); in cubicTo()
|
/third_party/flutter/skia/src/utils/ |
D | SkShadowTessellator.cpp | 781 int maxCount = GrPathUtils::quadraticPointCount(pts, kQuadTolerance); in handleQuad() local 782 fPointBuffer.setCount(maxCount); in handleQuad() 785 kQuadTolerance, &target, maxCount); in handleQuad() 806 int maxCount = GrPathUtils::cubicPointCount(pts, kCubicTolerance); in handleCubic() local 807 fPointBuffer.setCount(maxCount); in handleCubic() 810 kCubicTolerance, &target, maxCount); in handleCubic()
|
/third_party/glslang/SPIRV/ |
D | SPVRemapper.cpp | 80 static const int maxCount = 1<<30; in literalRange() local 92 case spv::OpConstant: return range_t(3, maxCount); in literalRange() 99 static const int maxCount = 1<<30; in typeRange() local 112 case spv::OpTypeFunction: return range_t(2, maxCount); in typeRange() 120 static const int maxCount = 1<<30; in constRange() local 125 case spv::OpConstantComposite: return range_t(3, maxCount); in constRange()
|