/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | quant.cpp | 30 this->minCount = _minCount; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 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()
|
D | quant.h | 31 uint32_t minCount, uint32_t maxCount); 117 uint32_t minCount; variable
|
D | rematch.cpp | 3527 int32_t minCount = (int32_t)pat[instrOperandLoc+1]; in MatchAt() local 3529 U_ASSERT(minCount>=0); in MatchAt() 3530 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt() 3533 if (minCount == 0) { in MatchAt() 3550 int32_t minCount = (int32_t)pat[opValue+2]; in MatchAt() local 3557 if (*pCounter >= minCount) { in MatchAt() 3592 int32_t minCount = (int32_t)pat[instrOperandLoc+1]; in MatchAt() local 3594 U_ASSERT(minCount>=0); in MatchAt() 3595 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt() 3601 if (minCount == 0) { in MatchAt() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | quant.cpp | 30 this->minCount = _minCount; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 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()
|
D | quant.h | 31 uint32_t minCount, uint32_t maxCount); 117 uint32_t minCount; variable
|
D | rematch.cpp | 3487 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() 3552 int32_t minCount = (int32_t)pat[instrOperandLoc+1]; in MatchAt() local 3554 U_ASSERT(minCount>=0); in MatchAt() 3555 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt() 3561 if (minCount == 0) { in MatchAt() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | quant.cpp | 30 this->minCount = _minCount; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 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()
|
D | quant.h | 31 uint32_t minCount, uint32_t maxCount); 117 uint32_t minCount; variable
|
D | rematch.cpp | 3477 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() 3542 int32_t minCount = (int32_t)pat[instrOperandLoc+1]; in MatchAt() local 3544 U_ASSERT(minCount>=0); in MatchAt() 3545 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt() 3551 if (minCount == 0) { in MatchAt() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | quant.cpp | 30 this->minCount = _minCount; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 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()
|
D | quant.h | 31 uint32_t minCount, uint32_t maxCount); 117 uint32_t minCount; variable
|
D | rematch.cpp | 3477 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() 3542 int32_t minCount = (int32_t)pat[instrOperandLoc+1]; in MatchAt() local 3544 U_ASSERT(minCount>=0); in MatchAt() 3545 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt() 3551 if (minCount == 0) { in MatchAt() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Quantifier.java | 16 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/ |
D | Quantifier.java | 17 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/skia/src/gpu/ |
D | GrVertexChunkArray.cpp | 19 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()
|
D | GrVertexChunkArray.h | 80 bool allocChunk(int minCount);
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_parse_utils.h | 163 uint32 minCount,
|
D | dng_parse_utils.cpp | 2432 uint32 minCount, in CheckTagCount() argument 2436 if (maxCount < minCount) in CheckTagCount() 2437 maxCount = minCount; in CheckTagCount() 2439 if (tagCount < minCount || in CheckTagCount()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 87 int32_t someLength, int32_t minCount); 507 int32_t someLength, int32_t minCount) { in checkAllocWeights() argument 532 if(count < minCount) { in checkAllocWeights() 536 (long)count, (long)minCount, (int)someLength); in checkAllocWeights()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationTest.java | 555 int n, int someLength, int minCount) { in checkAllocWeights() argument 591 if (count < minCount) { in checkAllocWeights() 596 + count + " < " + minCount + " weights of length " in checkAllocWeights()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationTest.java | 558 int n, int someLength, int minCount) { in checkAllocWeights() argument 594 if (count < minCount) { in checkAllocWeights() 599 + count + " < " + minCount + " weights of length " in checkAllocWeights()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/ |
D | vktReconvergenceTests.cpp | 335 …axNesting), loopNesting(0), loopNestingThisFunction(0), callNesting(0), minCount(30), indent(0), i… in RandomProgram() 352 deInt32 minCount; member in vkt::Reconvergence::__anon18a0a2210111::RandomProgram 873 while ((deInt32)ops.size() < minCount) in generateRandomProgram()
|
/third_party/typescript/src/compiler/ |
D | scanner.ts | 1148 …function scanHexDigits(minCount: number, scanAsManyAsPossible: boolean, canHaveSeparators: boolean… 1152 while (valueChars.length < minCount || scanAsManyAsPossible) { 1182 if (valueChars.length < minCount) {
|
D | checker.ts | 27827 const minCount = getMinArgumentCount(sig); 27829 if (minCount < argCount && minCount > belowArgCount) belowArgCount = minCount; 27831 if (minCount < min) { 27832 min = minCount;
|
/third_party/typescript/lib/ |
D | tsc.js | 7276 function scanHexDigits(minCount, scanAsManyAsPossible, canHaveSeparators) { argument 7280 while (valueChars.length < minCount || scanAsManyAsPossible) { 7309 if (valueChars.length < minCount) { 57924 var minCount = getMinArgumentCount(sig); 57926 if (minCount < argCount && minCount > belowArgCount) 57927 belowArgCount = minCount; 57930 if (minCount < min) { 57931 min = minCount;
|