/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
D | Validations.java | 28 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/ |
D | simplenormperf.cpp | 27 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/ |
D | simplenormperf.cpp | 27 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/ |
D | simplenormperf.cpp | 27 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/ |
D | example-ref.json | 11 "minLength": 1, number 16 "minLength": 1, number
|
D | ref-ref.json | 11 "minLength": 1, number 16 "minLength": 1, number
|
D | issue396-v7.json | 6 "minLength": 10 number 29 "minLength": 2, number
|
D | ref-main-schema-resource.json | 35 "minLength": 1, number 40 "minLength": 1, number
|
D | issue575-2019-09.json | 9 "minLength" : 1, number
|
/external/json-schema-validator/src/test/suite/tests/draft7/ |
D | minLength.json | 4 "schema": {"minLength": 2}, number 35 "schema": {"minLength": 2.0}, number
|
/external/json-schema-validator/src/test/suite/tests/draft6/ |
D | minLength.json | 4 "schema": {"minLength": 2}, number 35 "schema": {"minLength": 2.0}, number
|
/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
D | minLength.json | 6 "minLength": 2 number 40 "minLength": 2.0 number
|
/external/json-schema-validator/src/test/suite/tests/draft-next/ |
D | minLength.json | 6 "minLength": 2 number 40 "minLength": 2.0 number
|
/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
D | minLength.json | 6 "minLength": 2 number 40 "minLength": 2.0 number
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | collationweights.cpp | 392 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/ |
D | collationweights.cpp | 392 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/ |
D | collationweights.cpp | 392 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/ |
D | Strings.java | 92 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/ |
D | Strings.java | 94 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/ |
D | CollationWeights.java | 101 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/ |
D | CollationWeights.java | 99 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/ |
D | MinLengthValidator.java | 32 private int minLength; field in MinLengthValidator
|
/external/json-schema-validator/src/test/suite/tests/draft2019-09/optional/ |
D | no-schema.json | 6 "minLength": 2 number
|
/external/json-schema-validator/src/test/suite/tests/draft2020-12/optional/ |
D | no-schema.json | 6 "minLength": 2 number
|
/external/json-schema-validator/src/test/resources/draft2019-09/ |
D | issue375.json | 12 "minLength": 3 number
|