Home
last modified time | relevance | path

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

1234567

/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DValidations.java28 public static void assertLengthInRange(int length, String name, int minLength, int maxLength) { in assertLengthInRange()
41 public static void assertLengthInRange(String input, String name, int minLength, int maxLength) { in assertLengthInRange()
43 assertLengthInRange(input.length(), name, minLength, maxLength); in assertLengthInRange() local
/external/cronet/stable/third_party/icu/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()
/external/cronet/tot/third_party/icu/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()
/external/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()
/external/json-schema-validator/src/test/resources/schema/
Dexample-ref.json11 "minLength": 1, number
16 "minLength": 1, number
Dref-ref.json11 "minLength": 1, number
16 "minLength": 1, number
Dissue396-v7.json6 "minLength": 10 number
29 "minLength": 2, number
Dref-main-schema-resource.json35 "minLength": 1, number
40 "minLength": 1, number
Dissue575-2019-09.json9 "minLength" : 1, number
/external/json-schema-validator/src/test/suite/tests/draft7/
DminLength.json4 "schema": {"minLength": 2}, number
35 "schema": {"minLength": 2.0}, number
/external/json-schema-validator/src/test/suite/tests/draft6/
DminLength.json4 "schema": {"minLength": 2}, number
35 "schema": {"minLength": 2.0}, number
/external/json-schema-validator/src/test/suite/tests/draft2020-12/
DminLength.json6 "minLength": 2 number
40 "minLength": 2.0 number
/external/json-schema-validator/src/test/suite/tests/draft-next/
DminLength.json6 "minLength": 2 number
40 "minLength": 2.0 number
/external/json-schema-validator/src/test/suite/tests/draft2019-09/
DminLength.json6 "minLength": 2 number
40 "minLength": 2.0 number
/external/cronet/stable/third_party/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
/external/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
/external/cronet/tot/third_party/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
/external/guava/android/guava/src/com/google/common/base/
DStrings.java92 public static String padStart(String string, int minLength, char padChar) { in padStart()
123 public static String padEnd(String string, int minLength, char padChar) { in padEnd()
/external/guava/guava/src/com/google/common/base/
DStrings.java94 public static String padStart(String string, int minLength, char padChar) { in padStart()
125 public static String padEnd(String string, int minLength, char padChar) { in padEnd()
/external/icu/android_icu4j/src/main/java/android/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()
/external/icu/icu4j/main/collate/src/main/java/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()
/external/json-schema-validator/src/main/java/com/networknt/schema/
DMinLengthValidator.java32 private int minLength; field in MinLengthValidator
/external/json-schema-validator/src/test/suite/tests/draft2019-09/optional/
Dno-schema.json6 "minLength": 2 number
/external/json-schema-validator/src/test/suite/tests/draft2020-12/optional/
Dno-schema.json6 "minLength": 2 number
/external/json-schema-validator/src/test/resources/draft2019-09/
Dissue375.json12 "minLength": 3 number

1234567