/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/normperf/ |
H A 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()
|
/aosp_15_r20/external/icu/icu4c/source/test/perf/normperf/ |
H A 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()
|
/aosp_15_r20/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
H A 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
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A 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
|
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/ |
H A 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()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
H A 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()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | LanguageTagParser.java | 401 private String getExtension(String subtag, StringTokenizer st, int minLength) { in getExtension() 736 Map<String, String> newLocaleExtensions, int minLength, int maxLength) { in expandMap() 742 result.put(entry.getKey(), split(entry.getValue(), minLength, maxLength)); in expandMap() local 747 private List<String> split(String value, int minLength, int maxLength) { in split()
|
/aosp_15_r20/external/json-schema-validator/src/test/resources/schema/ |
H A D | ref-ref.json | 11 "minLength": 1, number 16 "minLength": 1, number
|
H A D | example-ref.json | 11 "minLength": 1, number 16 "minLength": 1, number
|
H A D | issue396-v7.json | 6 "minLength": 10 number 29 "minLength": 2, number
|
H A D | ref-main-schema-resource.json | 35 "minLength": 1, number 40 "minLength": 1, number
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/presets/ |
D | schema.json | 112 "minLength": 1 number 123 "minLength": 1 number 131 "minLength": 1 number 434 "minLength": 1 number 445 "minLength": 1 number 453 "minLength": 1 number 461 "minLength": 1 number 629 "minLength": 1 number 640 "minLength": 1 number 648 "minLength": 1 number [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/ |
H A D | minLength.json | 4 "schema": {"minLength": 2}, number 35 "schema": {"minLength": 2.0}, number
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/ |
H A D | minLength.json | 4 "schema": {"minLength": 2}, number 35 "schema": {"minLength": 2.0}, number
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | Graphics.cpp | 99 int minLength, JNIAccess access) in AutoJavaFloatArray() 119 int minLength) in AutoJavaIntArray() 138 int minLength, JNIAccess access) in AutoJavaShortArray() 158 int minLength) in AutoJavaByteArray()
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | minLength.json | 6 "minLength": 2 number 40 "minLength": 2.0 number
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
H A D | minLength.json | 6 "minLength": 2 number 40 "minLength": 2.0 number
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
H A D | minLength.json | 6 "minLength": 2 number 40 "minLength": 2.0 number
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/ |
H A 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()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/base/ |
H A 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()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/primitives/ |
H A D | UnsignedBytes.java | 373 int minLength = Math.min(left.length, right.length); in compare() local 422 int minLength = Math.min(left.length, right.length); in compare() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/ |
H A D | UnsignedBytes.java | 373 int minLength = Math.min(left.length, right.length); in compare() local 422 int minLength = Math.min(left.length, right.length); in compare() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ucnv_ext.cpp | 953 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
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ucnv_ext.cpp | 953 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
|