Home
last modified time | relevance | path

Searched defs:minLength (Results 1 – 25 of 58) sorted by relevance

123

/third_party/icu/icu4c/source/test/perf/normperf/
Dsimplenormperf.cpp27 static UnicodeString getMixed(int32_t minLength) { in getMixed()
30 static UnicodeString getLatin1(int32_t minLength) { return extend(latin1, minLength); } in getLatin1()
31 …static UnicodeString getLowercaseLatin1(int32_t minLength) { return extend(lowercaseLatin1, minLen… in getLowercaseLatin1()
32 static UnicodeString getASCII(int32_t minLength) { return extend(ascii, minLength); } in getASCII()
33 static UnicodeString getJapanese(int32_t minLength) { return extend(japanese, minLength); } in getJapanese()
55 static UnicodeString extend(const UnicodeString &s, int32_t minLength) { in extend()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DDataDisplayTable.java302 private static String padString(String s, Align alignment, int minLength) { in padString()
322 private static String padLeft(String s, int minLength) { in padLeft()
336 private static String padRight(String s, int minLength) { in padRight()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DDataDisplayTable.java302 private static String padString(String s, Align alignment, int minLength) { in padString()
322 private static String padLeft(String s, int minLength) { in padLeft()
336 private static String padRight(String s, int minLength) { in padRight()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DPrefixTree.java87 public static PrefixTree minimal(RangeTree include, RangeTree exclude, int minLength) { in minimal()
301 DfaNode node, RangeSpecification path, DfaNode exclude, RangeTree minimal, int minLength) { in recursivelyMinimize()
340 DfaNode node, RangeSpecification path, RangeTree minimal, int minLength) { in emit()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DFormatSpec.java132 int minLength = national.minLength(); in of() local
172 public abstract int minLength(); in minLength() method in FormatSpec
/third_party/icu/icu4c/source/i18n/
Dcollationweights.cpp392 CollationWeights::allocWeightsInShortRanges(int32_t n, int32_t minLength) { in allocWeightsInShortRanges()
423 CollationWeights::allocWeightsInMinLengthRanges(int32_t n, int32_t minLength) { in allocWeightsInMinLengthRanges()
512 int32_t minLength=ranges[0].length; in allocWeights() local
Dsortkey.cpp195 int32_t minLength = getLength(); in compareTo() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationweights.cpp392 CollationWeights::allocWeightsInShortRanges(int32_t n, int32_t minLength) { in allocWeightsInShortRanges()
423 CollationWeights::allocWeightsInMinLengthRanges(int32_t n, int32_t minLength) { in allocWeightsInMinLengthRanges()
512 int32_t minLength=ranges[0].length; in allocWeights() local
Dsortkey.cpp195 int32_t minLength = getLength(); in compareTo() local
/third_party/node/deps/icu-small/source/i18n/
Dcollationweights.cpp392 CollationWeights::allocWeightsInShortRanges(int32_t n, int32_t minLength) { in allocWeightsInShortRanges()
423 CollationWeights::allocWeightsInMinLengthRanges(int32_t n, int32_t minLength) { in allocWeightsInMinLengthRanges()
512 int32_t minLength=ranges[0].length; in allocWeights() local
Dsortkey.cpp195 int32_t minLength = getLength(); in compareTo() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationweights.cpp392 CollationWeights::allocWeightsInShortRanges(int32_t n, int32_t minLength) { in allocWeightsInShortRanges()
423 CollationWeights::allocWeightsInMinLengthRanges(int32_t n, int32_t minLength) { in allocWeightsInMinLengthRanges()
512 int32_t minLength=ranges[0].length; in allocWeights() local
Dsortkey.cpp195 int32_t minLength = getLength(); in compareTo() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java99 int minLength=ranges[0].length; in allocWeights() local
459 private boolean allocWeightsInShortRanges(int n, int minLength) { in allocWeightsInShortRanges()
484 private boolean allocWeightsInMinLengthRanges(int n, int minLength) { in allocWeightsInMinLengthRanges()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationWeights.java101 int minLength=ranges[0].length; in allocWeights() local
461 private boolean allocWeightsInShortRanges(int n, int minLength) { in allocWeightsInShortRanges()
486 private boolean allocWeightsInMinLengthRanges(int n, int minLength) { in allocWeightsInMinLengthRanges()
/third_party/node/benchmark/
D_benchmark_progress.js5 function pad(input, minLength, fill) { argument
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duinvchar.cpp455 int32_t minLength; in uprv_compareInvAscii() local
501 int32_t minLength; in uprv_compareInvEbcdic() local
/third_party/flutter/skia/tests/
DPDFDeflateWStreamTest.cpp154 uint32_t minLength = SkTMin(size, in DEF_TEST() local
/third_party/skia/tests/
DPDFDeflateWStreamTest.cpp153 uint32_t minLength = std::min(size, (uint32_t)(decompressed->getLength())); in DEF_TEST() local
/third_party/skia/third_party/externals/icu/source/common/
Duinvchar.cpp462 int32_t minLength; in uprv_compareInvAscii() local
508 int32_t minLength; in uprv_compareInvEbcdic() local
Ducnv_ext.cpp953 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) { in extSetUseMapping()
982 int32_t minLength, in ucnv_extGetUnicodeSetString()
1040 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local
/third_party/icu/icu4c/source/common/
Duinvchar.cpp462 int32_t minLength; in uprv_compareInvAscii() local
508 int32_t minLength; in uprv_compareInvEbcdic() local
Ducnv_ext.cpp953 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) { in extSetUseMapping()
982 int32_t minLength, in ucnv_extGetUnicodeSetString()
1040 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local
/third_party/node/deps/icu-small/source/common/
Duinvchar.cpp462 int32_t minLength; in uprv_compareInvAscii() local
508 int32_t minLength; in uprv_compareInvEbcdic() local
Ducnv_ext.cpp953 extSetUseMapping(UConverterUnicodeSet which, int32_t minLength, uint32_t value) { in extSetUseMapping()
982 int32_t minLength, in ucnv_extGetUnicodeSetString()
1040 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local

123