Home
last modified time | relevance | path

Searched defs:maxCount (Results 1 – 25 of 61) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dquant.h119 uint32_t maxCount; variable
Drematch.cpp3528 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local
3551 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchAt() local
3593 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local
3618 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchAt() local
5073 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchChunkAt() local
5096 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchChunkAt() local
5137 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchChunkAt() local
5162 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchChunkAt() local
/third_party/node/deps/icu-small/source/i18n/
Dquant.h119 uint32_t maxCount; variable
Drematch.cpp3488 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local
3511 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchAt() local
3553 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local
3578 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchAt() local
4975 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchChunkAt() local
4998 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchChunkAt() local
5039 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchChunkAt() local
5064 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchChunkAt() local
/third_party/icu/icu4c/source/i18n/
Dquant.h119 uint32_t maxCount; variable
Drematch.cpp3478 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local
3501 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchAt() local
3543 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local
3568 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchAt() local
4961 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchChunkAt() local
4984 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchChunkAt() local
5025 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchChunkAt() local
5050 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchChunkAt() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dquant.h119 uint32_t maxCount; variable
Drematch.cpp3478 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local
3501 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchAt() local
3543 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchAt() local
3568 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchAt() local
4961 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchChunkAt() local
4984 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchChunkAt() local
5025 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; in MatchChunkAt() local
5050 int32_t maxCount = (int32_t)pat[opValue+3]; in MatchChunkAt() local
/third_party/bounds_checking_function/src/
Dwcscat_s.c24 size_t maxCount; /* Store the maximum available count */ in SecDoCatW() local
Dmemmove_s.c30 size_t maxCount = count; in SecUtilMemmove() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DQuantifier.java18 private int maxCount; field in Quantifier
DPluralRules.java2368 int maxCount = isLimited(keyword, sampleType) ? Integer.MAX_VALUE : 20; in getSamples() local
2391 private boolean addSample(String keyword, Number sample, int maxCount, Set<Double> result) { in addSample()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DQuantifier.java19 private int maxCount; field in Quantifier
DPluralRules.java2267 int maxCount = isLimited(keyword, sampleType) ? Integer.MAX_VALUE : 20; in getSamples() local
2293 private boolean addSample(String keyword, Number sample, int maxCount, Set<Double> result) { in addSample()
/third_party/flutter/skia/src/core/
DSkLRUCache.h33 explicit SkLRUCache(int maxCount) in SkLRUCache()
/third_party/skia/src/core/
DSkLRUCache.h33 explicit SkLRUCache(int maxCount) in SkLRUCache()
/third_party/glslang/SPIRV/
DSPVRemapper.cpp80 static const int maxCount = 1<<30; in literalRange() local
99 static const int maxCount = 1<<30; in typeRange() local
120 static const int maxCount = 1<<30; in constRange() local
/third_party/skia/src/utils/
DSkShadowTessellator.cpp778 int maxCount = GrPathUtils::quadraticPointCount(pts, kQuadTolerance); in handleQuad() local
803 int maxCount = GrPathUtils::cubicPointCount(pts, kCubicTolerance); in handleCubic() local
/third_party/flutter/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp944 int maxCount = GrPathUtils::quadraticPointCount(pts, kQuadTolerance); in quadTo() local
963 int maxCount = GrPathUtils::cubicPointCount(pts, kCubicTolerance); in cubicTo() local
/third_party/skia/src/gpu/geometry/
DGrAAConvexTessellator.cpp955 int maxCount = GrPathUtils::quadraticPointCount(pts, kQuadTolerance); in quadTo() local
976 int maxCount = GrPathUtils::cubicPointCount(pts, kCubicTolerance); in cubicTo() local
/third_party/flutter/skia/src/utils/
DSkShadowTessellator.cpp781 int maxCount = GrPathUtils::quadraticPointCount(pts, kQuadTolerance); in handleQuad() local
806 int maxCount = GrPathUtils::cubicPointCount(pts, kCubicTolerance); in handleCubic() local
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksStructsVKSC.hpp89 deUint32 maxCount; member
/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c700 int32_t maxCount = sizeof(breaks); /* fail-safe test limit */ in TestBreakIteratorRules() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp935 GLuint maxCount = 0; in GetMaxSampleCount() local
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c600 get_attached_shaders(struct gl_context *ctx, GLuint program, GLsizei maxCount, in get_attached_shaders()
1768 _mesa_GetAttachedObjectsARB(GLhandleARB container, GLsizei maxCount, in _mesa_GetAttachedObjectsARB()
1777 _mesa_GetAttachedShaders(GLuint program, GLsizei maxCount, in _mesa_GetAttachedShaders()

123