Home
last modified time | relevance | path

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

123

/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/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.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/node/test/common/
Dgc.js32 fn, maxCount = 4096, generateSnapshotAt = Infinity, logEvery = 128) { argument
/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/lzma/CPP/Windows/
DSynchronization.h152 WRes Create(UInt32 initCount, UInt32 maxCount) in Create()
156 WRes OptCreateInit(UInt32 initCount, UInt32 maxCount) in OptCreateInit()
347 WRes Create(CSynchro *sync, UInt32 initCount, UInt32 maxCount) in Create()
DWindow.h326 int GetText(LPTSTR string, int maxCount) const in GetText()
/third_party/lzma/C/
DThreads.c146 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create()
153 WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_OptCreateInit()
418 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create()
431 WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_OptCreateInit()
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DQuantifier.java18 private int maxCount; field in Quantifier
/third_party/skia/src/core/
DSkLRUCache.h33 explicit SkLRUCache(int maxCount) in SkLRUCache()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DMf2DataModelFormatter.java166 int maxCount = selectors.size(); in findBestMatchingPattern() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
DMessageFormat2Test.java271 final int maxCount = 10; in testFormatterIsCreatedOnce() local
/third_party/glslang/SPIRV/
DSPVRemapper.cpp76 static const int maxCount = 1<<30; in literalRange() local
95 static const int maxCount = 1<<30; in typeRange() local
116 static const int maxCount = 1<<30; in constRange() local
/third_party/lzma/CPP/Windows/Control/
DDialog.h49 UINT GetItemText(unsigned itemID, LPTSTR string, unsigned maxCount) in GetItemText()
/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/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/vk-gl-cts/external/vulkancts/vkscserver/
DvksStructsVKSC.hpp89 deUint32 maxCount; member
/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c701 int32_t maxCount = sizeof(breaks); /* fail-safe test limit */ in TestBreakIteratorRules() 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