Home
last modified time | relevance | path

Searched refs:minCount (Results 1 - 25 of 29) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DQuantifier.java16 private int minCount; field in Quantifier
31 minCount = theMinCount; in Quantifier()
63 if (count >= minCount) { in matches()
76 if (minCount == 0) { in toPattern()
83 } else if (minCount == 1 && maxCount == MAX) { in toPattern()
87 result.append(Utility.hex(minCount,1)); in toPattern()
100 return (minCount == 0) || matcher.matchesIndexValue(v); in matchesIndexValue()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DQuantifier.java17 private int minCount; field in Quantifier
32 minCount = theMinCount; in Quantifier()
64 if (count >= minCount) { in matches()
77 if (minCount == 0) { in toPattern()
84 } else if (minCount == 1 && maxCount == MAX) { in toPattern()
88 result.append(Utility.hex(minCount,1)); in toPattern()
101 return (minCount == 0) || matcher.matchesIndexValue(v); in matchesIndexValue()
/third_party/icu/icu4c/source/i18n/
H A Dquant.cpp28 // assert(minCount <= maxCount); in Quantifier()
30 this->minCount = _minCount; in Quantifier()
38 minCount(o.minCount), in Quantifier()
90 if (count >= minCount) { in matches()
104 if (minCount == 0) { in toPattern()
111 } else if (minCount == 1 && maxCount == MAX) { in toPattern()
115 ICU_Utility::appendNumber(result, minCount); in toPattern()
128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
H A Dquant.h31 uint32_t minCount, uint32_t maxCount);
117 uint32_t minCount; member in Quantifier
H A Drematch.cpp3487 int32_t minCount = (int32_t)pat[instrOperandLoc+1]; in MatchAt() local
3489 U_ASSERT(minCount>=0); in MatchAt()
3490 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt()
3493 if (minCount == 0) { in MatchAt()
3510 int32_t minCount = (int32_t)pat[opValue+2]; in MatchAt() local
3517 if (*pCounter >= minCount) { in MatchAt()
3530 // Increment time-out counter. (StateSave() does it if count >= minCount) in MatchAt()
3552 int32_t minCount = (int32_t)pat[instrOperandLoc+1]; in MatchAt() local
3554 U_ASSERT(minCount>=0); in MatchAt()
3555 U_ASSERT(maxCount>=minCount || maxCoun in MatchAt()
3577 int32_t minCount = (int32_t)pat[opValue+2]; MatchAt() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dquant.cpp28 // assert(minCount <= maxCount); in Quantifier()
30 this->minCount = _minCount; in Quantifier()
38 minCount(o.minCount), in Quantifier()
90 if (count >= minCount) { in matches()
104 if (minCount == 0) { in toPattern()
111 } else if (minCount == 1 && maxCount == MAX) { in toPattern()
115 ICU_Utility::appendNumber(result, minCount); in toPattern()
128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
H A Dquant.h31 uint32_t minCount, uint32_t maxCount);
117 uint32_t minCount; member in Quantifier
H A Drematch.cpp3487 int32_t minCount = (int32_t)pat[instrOperandLoc+1]; in MatchAt() local
3489 U_ASSERT(minCount>=0); in MatchAt()
3490 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt()
3493 if (minCount == 0) { in MatchAt()
3510 int32_t minCount = (int32_t)pat[opValue+2]; in MatchAt() local
3517 if (*pCounter >= minCount) { in MatchAt()
3530 // Increment time-out counter. (StateSave() does it if count >= minCount) in MatchAt()
3552 int32_t minCount = (int32_t)pat[instrOperandLoc+1]; in MatchAt() local
3554 U_ASSERT(minCount>=0); in MatchAt()
3555 U_ASSERT(maxCount>=minCount || maxCoun in MatchAt()
3577 int32_t minCount = (int32_t)pat[opValue+2]; MatchAt() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dquant.cpp28 // assert(minCount <= maxCount); in Quantifier()
30 this->minCount = _minCount; in Quantifier()
38 minCount(o.minCount), in Quantifier()
90 if (count >= minCount) { in matches()
104 if (minCount == 0) { in toPattern()
111 } else if (minCount == 1 && maxCount == MAX) { in toPattern()
115 ICU_Utility::appendNumber(result, minCount); in toPattern()
128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
H A Dquant.h31 uint32_t minCount, uint32_t maxCount);
117 uint32_t minCount; member in Quantifier
H A Drematch.cpp3477 int32_t minCount = (int32_t)pat[instrOperandLoc+1]; in MatchAt() local
3479 U_ASSERT(minCount>=0); in MatchAt()
3480 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt()
3483 if (minCount == 0) { in MatchAt()
3500 int32_t minCount = (int32_t)pat[opValue+2]; in MatchAt() local
3507 if (*pCounter >= minCount) { in MatchAt()
3520 // Increment time-out counter. (StateSave() does it if count >= minCount) in MatchAt()
3542 int32_t minCount = (int32_t)pat[instrOperandLoc+1]; in MatchAt() local
3544 U_ASSERT(minCount>=0); in MatchAt()
3545 U_ASSERT(maxCount>=minCount || maxCoun in MatchAt()
3567 int32_t minCount = (int32_t)pat[opValue+2]; MatchAt() local
[all...]
/third_party/skia/src/gpu/
H A DGrVertexChunkArray.cpp19 bool GrVertexChunkBuilder::allocChunk(int minCount) { in allocChunk() argument
26 int minAllocCount = std::max(minCount, fMinVerticesPerChunk); in allocChunk()
31 if (!fCurrChunkVertexWriter || !chunk->fBuffer || fCurrChunkVertexCapacity < minCount) { in allocChunk()
H A DGrVertexChunkArray.h80 bool allocChunk(int minCount);
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_parse_utils.h163 uint32 minCount,
H A Ddng_parse_utils.cpp2432 uint32 minCount, in CheckTagCount()
2436 if (maxCount < minCount) in CheckTagCount()
2437 maxCount = minCount; in CheckTagCount()
2439 if (tagCount < minCount || in CheckTagCount()
2429 CheckTagCount(uint32 parentCode, uint32 tagCode, uint32 tagCount, uint32 minCount, uint32 maxCount) CheckTagCount() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp88 int32_t someLength, int32_t minCount);
509 int32_t someLength, int32_t minCount) { in checkAllocWeights()
534 if(count < minCount) { in checkAllocWeights()
538 (long)count, (long)minCount, (int)someLength); in checkAllocWeights()
507 checkAllocWeights(CollationWeights &cw, uint32_t lowerLimit, uint32_t upperLimit, int32_t n, int32_t someLength, int32_t minCount) checkAllocWeights() argument
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationTest.java555 int n, int someLength, int minCount) { in checkAllocWeights()
591 if (count < minCount) { in checkAllocWeights()
596 + count + " < " + minCount + " weights of length " in checkAllocWeights()
554 checkAllocWeights(CollationWeights cw, long lowerLimit, long upperLimit, int n, int someLength, int minCount) checkAllocWeights() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationTest.java558 int n, int someLength, int minCount) { in checkAllocWeights()
594 if (count < minCount) { in checkAllocWeights()
599 + count + " < " + minCount + " weights of length " in checkAllocWeights()
557 checkAllocWeights(CollationWeights cw, long lowerLimit, long upperLimit, int n, int someLength, int minCount) checkAllocWeights() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp335 : caseDef(c), numMasks(5), nesting(0), maxNesting(c.maxNesting), loopNesting(0), loopNestingThisFunction(0), callNesting(0), minCount(30), indent(0), isLoopInf(100, false), doneInfLoopBreak(100, false), storeBase(0x10000) in RandomProgram()
352 deInt32 minCount; member in vkt::Reconvergence::__anon28572::RandomProgram
873 while ((deInt32)ops.size() < minCount) in generateRandomProgram()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp335 : caseDef(c), numMasks(5), nesting(0), maxNesting(c.maxNesting), loopNesting(0), loopNestingThisFunction(0), callNesting(0), minCount(30), indent(0), isLoopInf(100, false), doneInfLoopBreak(100, false), storeBase(0x10000) in RandomProgram()
352 deInt32 minCount; member in vkt::Reconvergence::__anon29752::RandomProgram
873 while ((deInt32)ops.size() < minCount) in generateRandomProgram()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleShaderBuiltInTests.cpp864 const int minCount = 1; in initPrograms() local
875 << " if (maskBitCount < " << minCount << " || maskBitCount > " << maxCount << ")\n" in initPrograms()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/typescript/lib/
H A DtypingsInstaller.js11142 var valueString = scanHexDigits(/*minCount*/ count, /*scanAsManyAsPossible*/ false, canHaveSeparators);
11150 return scanHexDigits(/*minCount*/ count, /*scanAsManyAsPossible*/ true, canHaveSeparators);
11152 function scanHexDigits(minCount, scanAsManyAsPossible, canHaveSeparators) {
11156 while (valueChars.length < minCount || scanAsManyAsPossible) {
11185 if (valueChars.length < minCount) {
[all...]
H A Dtsc.js8139 function scanHexDigits(minCount, scanAsManyAsPossible, canHaveSeparators) {
8143 while (valueChars.length < minCount || scanAsManyAsPossible) {
8172 if (valueChars.length < minCount) {
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js11004 var valueString = scanHexDigits(/*minCount*/ count, /*scanAsManyAsPossible*/ false, canHaveSeparators);
11012 return scanHexDigits(/*minCount*/ count, /*scanAsManyAsPossible*/ true, canHaveSeparators);
11014 function scanHexDigits(minCount, scanAsManyAsPossible, canHaveSeparators) {
11018 while (valueChars.length < minCount || scanAsManyAsPossible) {
11047 if (valueChars.length < minCount) {
[all...]

Completed in 123 milliseconds

12