/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
D | FormatSpec.java | 132 int minLength = national.minLength(); in of() local 135 national, carrier, intl, local, minLength, maxLength, nationalPrefixOptional, comment); in of() 150 local.minLength(), in localFormat() 172 public abstract int minLength(); in minLength() method in FormatSpec 194 return RangeTree.from(IntStream.rangeClosed(minLength(), maxLength()) in getLengthBasedBounds() 204 out.append(", minLength=").append(minLength()); in toString() 262 checkArgument(local.minLength() < national.minLength(), in parseLocalSpec() 428 public int minLength() { 429 return getLength(this, FormatGroup::minLength); 449 return (getGroups().size() == 1) ? maxLength() : getGroups().get(0).minLength(); [all …]
|
/third_party/node/deps/npm/node_modules/gauge/ |
D | template-item.js | 22 this.minLength = null 39 if (isPercent(this.minLength)) { 40 this.minLength = Math.round(this.overallOutputLength * percent(this.minLength)) 52 …if (length == null && typeof this.value === 'string' && this.maxLength == null && this.minLength =… 70 if (this.minLength == null) return null 71 return this.minLength + this.padLeft + this.padRight
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
D | PrefixTree.java | 87 public static PrefixTree minimal(RangeTree include, RangeTree exclude, int minLength) { in minimal() argument 89 checkArgument(minLength >= 0, "invalid minimum prefix length: %s", minLength); in minimal() 105 minimal = emit(root, RangeSpecification.empty(), RangeTree.empty(), minLength); in minimal() 108 root, RangeSpecification.empty(), exclude.getInitial(), RangeTree.empty(), minLength); in minimal() 301 DfaNode node, RangeSpecification path, DfaNode exclude, RangeTree minimal, int minLength) { in recursivelyMinimize() argument 322 recursivelyMinimize(target, path.extendByMask(m), ex.getTarget(), minimal, minLength); in recursivelyMinimize() 329 minimal = emit(target, path.extendByMask(mask), minimal, minLength); in recursivelyMinimize() 340 DfaNode node, RangeSpecification path, RangeTree minimal, int minLength) { in emit() argument 341 if (path.length() >= minLength || node.equals(RangeTree.getTerminal())) { in emit() 346 emit(e.getTarget(), path.extendByMask(e.getDigitMask()), minimal, minLength)); in emit()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationWeights.java | 99 int minLength=ranges[0].length; in allocWeights() local 101 if(allocWeightsInShortRanges(n, minLength)) { break; } in allocWeights() 103 if(minLength == 4) { in allocWeights() 109 if(allocWeightsInMinLengthRanges(n, minLength)) { break; } in allocWeights() 113 for (int i = 0; i < rangeCount && ranges[i].length == minLength; ++i) { in allocWeights() 459 private boolean allocWeightsInShortRanges(int n, int minLength) { in allocWeightsInShortRanges() argument 461 for(int i = 0; i < rangeCount && ranges[i].length <= (minLength + 1); ++i) { in allocWeightsInShortRanges() 464 if(ranges[i].length > minLength) { in allocWeightsInShortRanges() 484 private boolean allocWeightsInMinLengthRanges(int n, int minLength) { in allocWeightsInMinLengthRanges() argument 491 ranges[minLengthRangeCount].length == minLength; in allocWeightsInMinLengthRanges() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationWeights.java | 101 int minLength=ranges[0].length; in allocWeights() local 103 if(allocWeightsInShortRanges(n, minLength)) { break; } in allocWeights() 105 if(minLength == 4) { in allocWeights() 111 if(allocWeightsInMinLengthRanges(n, minLength)) { break; } in allocWeights() 115 for (int i = 0; i < rangeCount && ranges[i].length == minLength; ++i) { in allocWeights() 461 private boolean allocWeightsInShortRanges(int n, int minLength) { in allocWeightsInShortRanges() argument 463 for(int i = 0; i < rangeCount && ranges[i].length <= (minLength + 1); ++i) { in allocWeightsInShortRanges() 466 if(ranges[i].length > minLength) { in allocWeightsInShortRanges() 486 private boolean allocWeightsInMinLengthRanges(int n, int minLength) { in allocWeightsInMinLengthRanges() argument 493 ranges[minLengthRangeCount].length == minLength; in allocWeightsInMinLengthRanges() [all …]
|
/third_party/icu/icu4c/source/test/perf/normperf/ |
D | simplenormperf.cpp | 27 static UnicodeString getMixed(int32_t minLength) { in getMixed() argument 28 return extend(UnicodeString(latin1).append(japanese).append(arabic), minLength); in getMixed() 30 static UnicodeString getLatin1(int32_t minLength) { return extend(latin1, minLength); } in getLatin1() argument 31 …static UnicodeString getLowercaseLatin1(int32_t minLength) { return extend(lowercaseLatin1, minLen… in getLowercaseLatin1() argument 32 static UnicodeString getASCII(int32_t minLength) { return extend(ascii, minLength); } in getASCII() argument 33 static UnicodeString getJapanese(int32_t minLength) { return extend(japanese, minLength); } in getJapanese() argument 55 static UnicodeString extend(const UnicodeString &s, int32_t minLength) { in extend() argument 57 while (result.length() < minLength) { in extend()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationweights.cpp | 392 CollationWeights::allocWeightsInShortRanges(int32_t n, int32_t minLength) { in allocWeightsInShortRanges() argument 394 for(int32_t i = 0; i < rangeCount && ranges[i].length <= (minLength + 1); ++i) { in allocWeightsInShortRanges() 397 if(ranges[i].length > minLength) { in allocWeightsInShortRanges() 423 CollationWeights::allocWeightsInMinLengthRanges(int32_t n, int32_t minLength) { in allocWeightsInMinLengthRanges() argument 430 ranges[minLengthRangeCount].length == minLength; in allocWeightsInMinLengthRanges() 435 int32_t nextCountBytes = countBytes(minLength + 1); in allocWeightsInMinLengthRanges() 478 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges() 481 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges() 483 ranges[1].length = minLength; // +1 when lengthened in allocWeightsInMinLengthRanges() 512 int32_t minLength=ranges[0].length; in allocWeights() local [all …]
|
D | sortkey.cpp | 195 int32_t minLength = getLength(); in compareTo() local 197 if (minLength < targetLength) { in compareTo() 199 } else if (minLength == targetLength) { in compareTo() 202 minLength = targetLength; in compareTo() 206 if (minLength > 0) { in compareTo() 207 int diff = uprv_memcmp(src, tgt, minLength); in compareTo()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.cpp | 392 CollationWeights::allocWeightsInShortRanges(int32_t n, int32_t minLength) { in allocWeightsInShortRanges() argument 394 for(int32_t i = 0; i < rangeCount && ranges[i].length <= (minLength + 1); ++i) { in allocWeightsInShortRanges() 397 if(ranges[i].length > minLength) { in allocWeightsInShortRanges() 423 CollationWeights::allocWeightsInMinLengthRanges(int32_t n, int32_t minLength) { in allocWeightsInMinLengthRanges() argument 430 ranges[minLengthRangeCount].length == minLength; in allocWeightsInMinLengthRanges() 435 int32_t nextCountBytes = countBytes(minLength + 1); in allocWeightsInMinLengthRanges() 478 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges() 481 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges() 483 ranges[1].length = minLength; // +1 when lengthened in allocWeightsInMinLengthRanges() 512 int32_t minLength=ranges[0].length; in allocWeights() local [all …]
|
D | sortkey.cpp | 195 int32_t minLength = getLength(); in compareTo() local 197 if (minLength < targetLength) { in compareTo() 199 } else if (minLength == targetLength) { in compareTo() 202 minLength = targetLength; in compareTo() 206 if (minLength > 0) { in compareTo() 207 int diff = uprv_memcmp(src, tgt, minLength); in compareTo()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.cpp | 392 CollationWeights::allocWeightsInShortRanges(int32_t n, int32_t minLength) { in allocWeightsInShortRanges() argument 394 for(int32_t i = 0; i < rangeCount && ranges[i].length <= (minLength + 1); ++i) { in allocWeightsInShortRanges() 397 if(ranges[i].length > minLength) { in allocWeightsInShortRanges() 423 CollationWeights::allocWeightsInMinLengthRanges(int32_t n, int32_t minLength) { in allocWeightsInMinLengthRanges() argument 430 ranges[minLengthRangeCount].length == minLength; in allocWeightsInMinLengthRanges() 435 int32_t nextCountBytes = countBytes(minLength + 1); in allocWeightsInMinLengthRanges() 478 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges() 481 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges() 483 ranges[1].length = minLength; // +1 when lengthened in allocWeightsInMinLengthRanges() 512 int32_t minLength=ranges[0].length; in allocWeights() local [all …]
|
D | sortkey.cpp | 195 int32_t minLength = getLength(); in compareTo() local 197 if (minLength < targetLength) { in compareTo() 199 } else if (minLength == targetLength) { in compareTo() 202 minLength = targetLength; in compareTo() 206 if (minLength > 0) { in compareTo() 207 int diff = uprv_memcmp(src, tgt, minLength); in compareTo()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationweights.cpp | 392 CollationWeights::allocWeightsInShortRanges(int32_t n, int32_t minLength) { in allocWeightsInShortRanges() argument 394 for(int32_t i = 0; i < rangeCount && ranges[i].length <= (minLength + 1); ++i) { in allocWeightsInShortRanges() 397 if(ranges[i].length > minLength) { in allocWeightsInShortRanges() 423 CollationWeights::allocWeightsInMinLengthRanges(int32_t n, int32_t minLength) { in allocWeightsInMinLengthRanges() argument 430 ranges[minLengthRangeCount].length == minLength; in allocWeightsInMinLengthRanges() 435 int32_t nextCountBytes = countBytes(minLength + 1); in allocWeightsInMinLengthRanges() 478 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges() 481 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges() 483 ranges[1].length = minLength; // +1 when lengthened in allocWeightsInMinLengthRanges() 512 int32_t minLength=ranges[0].length; in allocWeights() local [all …]
|
D | sortkey.cpp | 195 int32_t minLength = getLength(); in compareTo() local 197 if (minLength < targetLength) { in compareTo() 199 } else if (minLength == targetLength) { in compareTo() 202 minLength = targetLength; in compareTo() 206 if (minLength > 0) { in compareTo() 207 int diff = uprv_memcmp(src, tgt, minLength); in compareTo()
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | scrollbar.dart | 20 /// as long as its size isn't less than [minLength] and it isn't overscrolling. 55 this.minLength = _kMinThumbExtent, 63 assert(minLength != null), 64 assert(minLength >= 0), 65 assert(minOverscrollLength == null || minOverscrollLength <= minLength), 69 minOverscrollLength = minOverscrollLength ?? minLength { 119 /// The size of the scrollbar may shrink to a smaller size than [minLength] 120 /// to fit in the available paint area. E.g., when [minLength] is 126 final double minLength; 136 /// The value is less than or equal to [minLength] and greater than or equal to 0. [all …]
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | scrollbar_test.dart | 22 double minLength = _kMinThumbExtent, 34 minLength: minLength, 35 minOverscrollLength: minOverscrollLength ?? minLength, 58 'Scrollbar is not smaller than minLength with large scroll views, ' 59 'if minLength is small ', 70 minLength: minLen, 111 minLength: minLen, 160 minLength: minLen, 389 minLength: 36.0, 457 for(double minLength in <double> [_kMinThumbExtent, double.infinity]) { [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | DataDisplayTable.java | 302 private static String padString(String s, Align alignment, int minLength) { in padString() argument 304 return padRight(s, minLength); in padString() 306 return padLeft(s, minLength); in padString() 322 private static String padLeft(String s, int minLength) { in padLeft() argument 323 return String.format("%1$" + minLength + "s", s); in padLeft() 336 private static String padRight(String s, int minLength) { in padRight() argument 337 return String.format("%1$-" + minLength + "s", s); in padRight()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | DataDisplayTable.java | 302 private static String padString(String s, Align alignment, int minLength) { in padString() argument 304 return padRight(s, minLength); in padString() 306 return padLeft(s, minLength); in padString() 322 private static String padLeft(String s, int minLength) { in padLeft() argument 323 return String.format("%1$" + minLength + "s", s); in padLeft() 336 private static String padRight(String s, int minLength) { in padRight() argument 337 return String.format("%1$-" + minLength + "s", s); in padRight()
|
/third_party/icu/icu4c/source/common/ |
D | uinvchar.cpp | 462 int32_t minLength; in uprv_compareInvAscii() local 477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii() 479 while(minLength>0) { in uprv_compareInvAscii() 496 --minLength; in uprv_compareInvAscii() 508 int32_t minLength; in uprv_compareInvEbcdic() local 523 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvEbcdic() 525 while(minLength>0) { in uprv_compareInvEbcdic() 544 --minLength; in uprv_compareInvEbcdic()
|
D | ucnv_ext.cpp | 953 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) { in extSetUseMapping() argument 974 return UCNV_EXT_FROM_U_GET_LENGTH(value)>=minLength; in extSetUseMapping() 982 int32_t minLength, in ucnv_extGetUnicodeSetString() argument 1000 if(extSetUseMapping(which, minLength, value)) { in ucnv_extGetUnicodeSetString() 1019 sharedData, cx, sa, which, minLength, in ucnv_extGetUnicodeSetString() 1023 } else if(extSetUseMapping(which, minLength, value)) { in ucnv_extGetUnicodeSetString() 1040 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local 1061 minLength=3; in ucnv_extGetUnicodeSet() 1066 minLength=2; in ucnv_extGetUnicodeSet() 1068 minLength=1; in ucnv_extGetUnicodeSet() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uinvchar.cpp | 462 int32_t minLength; in uprv_compareInvAscii() local 477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii() 479 while(minLength>0) { in uprv_compareInvAscii() 496 --minLength; in uprv_compareInvAscii() 508 int32_t minLength; in uprv_compareInvEbcdic() local 523 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvEbcdic() 525 while(minLength>0) { in uprv_compareInvEbcdic() 544 --minLength; in uprv_compareInvEbcdic()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uinvchar.cpp | 455 int32_t minLength; in uprv_compareInvAscii() local 470 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii() 472 while(minLength>0) { in uprv_compareInvAscii() 489 --minLength; in uprv_compareInvAscii() 501 int32_t minLength; in uprv_compareInvEbcdic() local 516 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvEbcdic() 518 while(minLength>0) { in uprv_compareInvEbcdic() 537 --minLength; in uprv_compareInvEbcdic()
|
D | ucnv_ext.cpp | 953 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) { in extSetUseMapping() argument 974 return UCNV_EXT_FROM_U_GET_LENGTH(value)>=minLength; in extSetUseMapping() 982 int32_t minLength, in ucnv_extGetUnicodeSetString() argument 1000 if(extSetUseMapping(which, minLength, value)) { in ucnv_extGetUnicodeSetString() 1019 sharedData, cx, sa, which, minLength, in ucnv_extGetUnicodeSetString() 1023 } else if(extSetUseMapping(which, minLength, value)) { in ucnv_extGetUnicodeSetString() 1040 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local 1061 minLength=3; in ucnv_extGetUnicodeSet() 1066 minLength=2; in ucnv_extGetUnicodeSet() 1068 minLength=1; in ucnv_extGetUnicodeSet() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | uinvchar.cpp | 462 int32_t minLength; in uprv_compareInvAscii() local 477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii() 479 while(minLength>0) { in uprv_compareInvAscii() 496 --minLength; in uprv_compareInvAscii() 508 int32_t minLength; in uprv_compareInvEbcdic() local 523 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvEbcdic() 525 while(minLength>0) { in uprv_compareInvEbcdic() 544 --minLength; in uprv_compareInvEbcdic()
|
D | ucnv_ext.cpp | 953 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) { in extSetUseMapping() argument 974 return UCNV_EXT_FROM_U_GET_LENGTH(value)>=minLength; in extSetUseMapping() 982 int32_t minLength, in ucnv_extGetUnicodeSetString() argument 1000 if(extSetUseMapping(which, minLength, value)) { in ucnv_extGetUnicodeSetString() 1019 sharedData, cx, sa, which, minLength, in ucnv_extGetUnicodeSetString() 1023 } else if(extSetUseMapping(which, minLength, value)) { in ucnv_extGetUnicodeSetString() 1040 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local 1061 minLength=3; in ucnv_extGetUnicodeSet() 1066 minLength=2; in ucnv_extGetUnicodeSet() 1068 minLength=1; in ucnv_extGetUnicodeSet() [all …]
|